Skip to content

Commit

Permalink
placeholder test and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
d-callan committed Dec 10, 2023
1 parent b16fe81 commit 2f80d00
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#' Launches the corGraph Shiny App
#'
#' @importFrom shiny shinyApp
#' @param ... arguments to pass to \code{shinyApp}
#' @export
corGraph <- function(...) {
shiny::shinyApp(ui, server, ...)
Expand Down
3 changes: 3 additions & 0 deletions man/corGraph.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tests/testthat/test-functions.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test_that("placeholder", {
expect_equal(1, 1)
})

0 comments on commit 2f80d00

Please sign in to comment.