Skip to content

Commit

Permalink
Updated the description to require the latest version of nlmixr2lib
Browse files Browse the repository at this point in the history
  • Loading branch information
john-harrold committed Oct 8, 2024
1 parent 5168cd8 commit 464c039
Show file tree
Hide file tree
Showing 72 changed files with 3,015 additions and 1,088 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Suggests:
clipr,
gridExtra,
knitr,
nlmixr2lib,
nlmixr2lib(>= 0.3.0),
nonmem2rx,
nlmixr2(>= 3.0.0),
prompter,
Expand Down
6 changes: 3 additions & 3 deletions build_custom.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ writeLines(ruminate_app_contents, fileConn)
close(fileConn)
#-----------------------------------
# backing up vigneets and changing the headers
rmd_files = dir(file.path(repo_root,"vignettes"))
rmd_files = rmd_files[str_detect(string=rmd_files, "\\.Rmd$")]
rmd_backup_dir = file.path(repo_root, "..", "vignette_hold")
#rmd_files = dir(file.path(repo_root,"vignettes"))
#rmd_files = rmd_files[str_detect(string=rmd_files, "\\.Rmd$")]
#rmd_backup_dir = file.path(repo_root, "..", "vignette_hold")

#-----------------------------------
# building documentation
Expand Down
52 changes: 26 additions & 26 deletions docs/articles/clinical_trial_simulation.html

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/articles/model_builder.html

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

20 changes: 10 additions & 10 deletions docs/articles/rmdhunks/simulate_rules.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/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ articles:
model_builder: model_builder.html
noncompartmental_analysis: noncompartmental_analysis.html
rmdhunks/simulate_rules: rmdhunks/simulate_rules.html
last_built: 2024-10-05T21:57Z
last_built: 2024-10-08T00:45Z
urls:
reference: https://ruminate.ubiquity.tools/reference
article: https://ruminate.ubiquity.tools/articles
Loading

0 comments on commit 464c039

Please sign in to comment.