Skip to content

Commit

Permalink
Fixing stuff for CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
john-harrold committed Mar 12, 2024
1 parent b12f71a commit 71abb19
Show file tree
Hide file tree
Showing 35 changed files with 135 additions and 153 deletions.
13 changes: 6 additions & 7 deletions R/formods.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@
# Checking for rxpackages
# If all the suggested packages are found this will be true:
suggested_found = TRUE
mr = FM_message("Loading formods", entry_type="h1")

mr = FM_message("Checking for suggested packages", entry_type="h2")
# mr = FM_message("Loading formods", entry_type="h1")
# mr = FM_message("Checking for suggested packages", entry_type="h2")

pkgs = c(
"clipr", "devtools", "DT",
Expand All @@ -31,9 +30,9 @@
"prompter", "shinybusy", "shinydashboard")
for(pkg in pkgs){
if(!requireNamespace(pkg, quietly=TRUE)){
mr = FM_message(paste0("missing ", pkg), entry_type="danger")
# mr = FM_message(paste0("missing ", pkg), entry_type="danger")
} else {
mr = FM_message(paste0("found ", pkg), entry_type="success")
# mr = FM_message(paste0("found ", pkg), entry_type="success")
}
}
}
Expand Down Expand Up @@ -2448,8 +2447,8 @@ nmr}
#' \itemize{
#' \item{label:} Text label for the model.
#' \item{object :} Name of the object that contains the compiled rxode2 model.
#' \item{MOD_TYPE:} Type of {'formods'} module the model came from.
#' \item{id:} Source {'formods'} Module ID.
#' \item{MOD_TYPE:} Type of 'formods' module the model came from.
#' \item{id:} Source 'formods' Module ID.
#' \item{checksum:} Checksum of the module where the model came from.
#' \item{MDLchecksum:} Checksum of the model.
#' \item{code:} Code to generate the model.
Expand Down
44 changes: 22 additions & 22 deletions docs/articles/included_modules.html

Large diffs are not rendered by default.

21 changes: 2 additions & 19 deletions docs/articles/making_modules.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 @@ -4,5 +4,5 @@ pkgdown_sha: ~
articles:
included_modules: included_modules.html
making_modules: making_modules.html
last_built: 2024-03-12T03:11Z
last_built: 2024-03-12T14:10Z

6 changes: 3 additions & 3 deletions docs/reference/ASM_fetch_code.html

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

6 changes: 3 additions & 3 deletions docs/reference/ASM_fetch_dlfn.html

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

10 changes: 5 additions & 5 deletions docs/reference/ASM_fetch_state.html

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

10 changes: 5 additions & 5 deletions docs/reference/ASM_init_state.html

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

6 changes: 3 additions & 3 deletions docs/reference/ASM_test_mksession.html

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

8 changes: 4 additions & 4 deletions docs/reference/ASM_write_state.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/DW_init_state.html

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

6 changes: 3 additions & 3 deletions docs/reference/FG_append_report.html

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

Loading

0 comments on commit 71abb19

Please sign in to comment.