Skip to content

Commit

Permalink
Fixing doc issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-harrold committed Oct 10, 2024
1 parent b66b8e0 commit b0ba9ab
Show file tree
Hide file tree
Showing 61 changed files with 276 additions and 267 deletions.
6 changes: 4 additions & 2 deletions R/CTS_Server.R
Original file line number Diff line number Diff line change
Expand Up @@ -3226,7 +3226,7 @@ element}
#'@param state CTS state from \code{CTS_fetch_state()}
#'@param rpt Report with the current content of the report which will be appended to in
#'this function. For details on the structure see the documentation for
#' \code{\link[onbrand]{template_details}}
#' \code{\link[onbrand:template_details]{onbrand::template_details()}}
#'@param rpttype Type of report to generate (supported "xlsx", "pptx", "docx").
#'@param gen_code_only Boolean value indicating that only code should be
#'generated (\code{FALSE}).
Expand All @@ -3238,7 +3238,9 @@ element}
#' \item{msgs:} Messages to be passed back to the user.
#' \item{rpt:} Report with any additions passed back to the user.
#'}
#'@seealso \code{\link[formods]{FM_generate_report}}
#'@seealso
#'\code{\link[formods:FM_generate_report]{formods::FM_generate_report()}} and
#'\code{\link[onbrand:template_details]{onbrand::template_details()}}
CTS_append_report = function(state, rpt, rpttype, gen_code_only=FALSE){

isgood = TRUE
Expand Down
5 changes: 3 additions & 2 deletions R/MB_Server.R
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,7 @@ code_str}
#'@param state MB state from \code{MB_fetch_state()}
#'@param rpt Report with the current content of the report which will be appended to in
#'this function. For details on the structure see the documentation for
#' \code{\link[formods]{FM_generate_report}}
#'\code{\link[formods:FM_generate_report]{formods::FM_generate_report()}}
#'@param rpttype Type of report to generate (supported "xlsx", "pptx", "docx").
#'@param gen_code_only Boolean value indicating that only code should be
#'generated (\code{FALSE}).
Expand All @@ -1904,7 +1904,8 @@ code_str}
#' \item{msgs:} Messages to be passed back to the user.
#' \item{rpt:} Report with any additions passed back to the user.
#'}
#'@seealso \code{\link[formods]{FM_generate_report}}
#'@seealso
#'\code{\link[formods:FM_generate_report]{formods::FM_generate_report()}}
MB_append_report = function(state, rpt, rpttype, gen_code_only=FALSE){

isgood = TRUE
Expand Down
6 changes: 4 additions & 2 deletions R/NCA_Server.R
Original file line number Diff line number Diff line change
Expand Up @@ -3897,7 +3897,8 @@ code}
#'will be reported. Those not in a good state will be ignored.
#'@param state NCA state from \code{NCA_fetch_state()}
#'@param rpt Report with the current content of the report which will be appended to in
#'this function. For details on the structure see the documentation for \code{\link[formods]{FM_generate_report}}.
#'this function. For details on the structure see the documentation for
#' \code{\link[formods:FM_generate_report]{formods::FM_generate_report()}}
#'@param rpttype Type of report to generate (supported "xlsx", "pptx", "docx").
#'@param gen_code_only Boolean value indicating that only code should be
#'generated (\code{FALSE}).
Expand All @@ -3909,7 +3910,8 @@ code}
#' \item{msgs:} Messages to be passed back to the user.
#' \item{rpt:} Report with any additions passed back to the user.
#'}
#'@seealso \code{\link{FM_generate_report}}
#'@seealso
#'\code{\link[formods:FM_generate_report]{formods::FM_generate_report()}}
#'@examples
#'# We need a state object to use below
#'sess_res = NCA_test_mksession(session=list(), full_session=FALSE)
Expand Down
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-08T14:21Z
last_built: 2024-10-10T00:37Z
urls:
reference: https://ruminate.ubiquity.tools/reference
article: https://ruminate.ubiquity.tools/articles
20 changes: 10 additions & 10 deletions docs/reference/CTS_add_covariate.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/reference/CTS_add_rule.html

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

5 changes: 3 additions & 2 deletions docs/reference/CTS_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 b0ba9ab

Please sign in to comment.