Skip to content

Commit

Permalink
add Tim, donttest > dontrun
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-smart88 committed Dec 16, 2024
1 parent c8b0c03 commit 0075a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Description: Create a skeleton 'shiny' application with create_template() that i
install.packages("shinyscholar", dependencies = TRUE).
Authors@R:
c(person("Simon E. H.", "Smart", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Tim", "Lucas", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0003-4694-8107")),
person("Jamie M.", "Kass", email = "[email protected]", role = "ctb"),
person("Gonzalo E.", "Pinilla-Buitrago", email = "[email protected]", role = "ctb"),
person("Andrea", "Paz", email = "[email protected]", role = "ctb"),
Expand Down
2 changes: 1 addition & 1 deletion R/create_template.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tidy_purl <- function(params){
#' common_objects = c("demo"), modules = modules,
#' author = "demo", include_map = FALSE,
#' include_table = FALSE, include_code = FALSE, install = FALSE)
#' \donttest{
#' \dontrun{
#' td <- tempfile()
#' dir.create(td, recursive = TRUE)
#'
Expand Down

0 comments on commit 0075a37

Please sign in to comment.