Skip to content

Commit

Permalink
updating package docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroliman committed Sep 6, 2024
1 parent 72f7b0e commit 8a3ca5d
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ VignetteBuilder:
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
2 changes: 1 addition & 1 deletion R/R6Experiment.R
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ R6Experiment <- R6::R6Class(
#' Runs R6Experiment in parallel
#'
#'
#' This function is most useful to simulate the posterior distribution for a single model in parallel in one machine. This function is not used when calibrating the model and not useful for parallelization across multiple nodes.
#' This function simulates the models included in the experiment, running one simulation for each row in the `policy_design` object. This function supporst local parallel execution, and assumes that each experimental variable in the `policy_design` data.frame is an input that can be set with the `model$set_input()` function.
#'
#' @param self experiment object
#' @param n_cores number of cores to use
Expand Down
4 changes: 1 addition & 3 deletions R/R6Sim.package.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
#' This package implements the \code{\link{R6Sim}} and the \code{\link{R6Experiment}} R6 classes, providing an encapsulated object-oriented framework for simulation modeling studies.
#'
#'
#' @docType package
#' @name R6Sim.package
NULL
"_PACKAGE"



Expand Down
12 changes: 12 additions & 0 deletions dev/config_attachment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
path.n: NAMESPACE
path.d: DESCRIPTION
dir.r: R
dir.v: vignettes
dir.t: tests
extra.suggests: ~
pkg_ignore: ~
document: yes
normalize: yes
inside_rmd: no
must.exist: yes
check_if_suggests_is_installed: yes
3 changes: 3 additions & 0 deletions man/R6Experiment_run.Rd

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

8 changes: 6 additions & 2 deletions man/R6Sim.package.Rd → man/R6Sim-package.Rd

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

0 comments on commit 8a3ca5d

Please sign in to comment.