Skip to content

Commit

Permalink
Updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
john-harrold committed Jul 24, 2024
1 parent 67ba696 commit dd0f2fb
Show file tree
Hide file tree
Showing 184 changed files with 343 additions and 280 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BugReports: https://github.com/nlmixr2/nlmixr2rpt/issues
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
RoxygenNote: 7.3.1
Imports:
cli,
dplyr,
Expand Down
4 changes: 3 additions & 1 deletion build_custom.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Rebuilding the pkgdown site
pkgdown::build_site()

devtools::document(roclets = c('rd', 'collate', 'namespace', 'vignette'))

# Fixing any broken image references
art_dir = file.path("docs", "articles")

Expand All @@ -15,7 +17,7 @@ for(htd in htds){
close(cfn)

# For some reason it's doing this weird relative path thing, so I'm stripping that out here:
trim_txt = "../../../../../../My%20Drive/projects/nlmixr2rpt/github/nlmixr2rpt/articles/"
trim_txt = "../../../../../../projects/nlmixr2rpt/github/nlmixr2rpt/articles/"
htd_lines = gsub(trim_txt, "", htd_lines)

write(htd_lines, file=fn, append=FALSE)
Expand Down
14 changes: 6 additions & 8 deletions docs/404.html

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

94 changes: 46 additions & 48 deletions docs/articles/Accessing_Figures_and_Tables.html

Large diffs are not rendered by default.

Loading

0 comments on commit dd0f2fb

Please sign in to comment.