Skip to content

Commit

Permalink
fix Ci
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentGuyader committed Aug 8, 2023
1 parent ac5211a commit 215b338
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export(add_js_input_binding)
export(add_js_output_binding)
export(add_module)
export(add_partial_html_template)
export(add_positconnect_file)
export(add_resource_path)
export(add_rstudioconnect_file)
export(add_sass_file)
Expand Down
13 changes: 9 additions & 4 deletions man/rstudio_deploy.Rd

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

5 changes: 5 additions & 0 deletions tests/testthat/test-renv_stuff.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ test_that("add_dockerfiles_renv and add_dockerfile_with_renv_shinyproxy all outp
skip_if_not_installed("dockerfiler", "0.2.0")
skip_if_not_installed("attachment", "0.2.5")

options( renv.config.snapshot.inference = FALSE)
options( renv.config.snapshot.validate = FALSE)
with_dir(pkg, {
for (fun in list(
add_dockerfile_with_renv,
Expand Down Expand Up @@ -38,6 +40,9 @@ test_that("suggested package are not in renv prod", {
skip_if_not_installed("renv")
skip_if_not_installed("dockerfiler", "0.2.0")
skip_if_not_installed("attachment", "0.3.1")

options( renv.config.snapshot.inference = FALSE)
options( renv.config.snapshot.validate = FALSE)
with_dir(
pkg,
{
Expand Down
2 changes: 1 addition & 1 deletion vignettes/a_start.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ golem::fill_desc(
given = "AUTHOR_FIRST", # Your First Name
family = "AUTHOR_LAST", # Your Last Name
email = "[email protected]", # Your email
role = c("aut", "cre") # Your role (here author/creator)
role = c("aut", "cre"), # Your role (here author/creator)
set_options = TRUE # Set the global golem options
),
repo_url = NULL, # The URL of the GitHub repo (optional),
Expand Down

0 comments on commit 215b338

Please sign in to comment.