Skip to content

Commit

Permalink
Fixing:
Browse files Browse the repository at this point in the history
system_fetch_template: no visible binding for global variable ‘capture’
  • Loading branch information
john-harrold committed Jan 1, 2025
1 parent a857283 commit f505422
Show file tree
Hide file tree
Showing 25 changed files with 328 additions and 324 deletions.
2 changes: 2 additions & 0 deletions R/ubiquity.r
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,8 @@ system_fetch_template <- function(cfg, template="Simulation", overwrite=FALSE,
write_file = c(TRUE)
}
if(template == "NONMEM" || template == "Monolix" ){
# Needed because capture is created in an eval
capture = NULL
deps_found = TRUE
# Walking through the dependencies to make sure everything is needed
if(system.file(package="rxode2") == ""){
Expand Down
4 changes: 2 additions & 2 deletions docs/articles/Howto.html

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

114 changes: 57 additions & 57 deletions docs/articles/In_Vitro.html

Large diffs are not rendered by default.

224 changes: 112 additions & 112 deletions docs/articles/NCA.html

Large diffs are not rendered by default.

234 changes: 117 additions & 117 deletions docs/articles/Reporting.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ articles:
Reporting: Reporting.html
Simulation: Simulation.html
Titration: Titration.html
last_built: 2025-01-01T04:46Z
last_built: 2025-01-01T05:14Z
urls:
reference: https://r.ubiquity.tools/reference
article: https://r.ubiquity.tools/articles
2 changes: 1 addition & 1 deletion docs/reference/build_system.html

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

2 changes: 1 addition & 1 deletion docs/reference/system_fetch_iiv.html

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

2 changes: 1 addition & 1 deletion docs/reference/system_fetch_parameters.html

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

2 changes: 1 addition & 1 deletion docs/reference/system_fetch_set.html

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

4 changes: 2 additions & 2 deletions docs/reference/system_fetch_template.html

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

2 changes: 1 addition & 1 deletion docs/reference/system_log_debug_save.html

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

2 changes: 1 addition & 1 deletion docs/reference/system_log_entry.html

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

2 changes: 1 addition & 1 deletion docs/reference/system_log_init.html

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

2 changes: 1 addition & 1 deletion docs/reference/system_select_set.html

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

Loading

0 comments on commit f505422

Please sign in to comment.