-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0171ff6
commit e423686
Showing
14 changed files
with
250 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,25 +5,20 @@ Version: 1.0.0 | |
Authors@R: | ||
person("Pedro", "Nascimento de Lima", , "[email protected]", role = c("cre", "aut"), | ||
comment = c(ORCID = "0000-0001-9057-198X")) | ||
Description: Provides an R6-based encapsulated object-oriented programming (OOP) | ||
Description: Provides an R6-based encapsulated object-oriented programming | ||
framework for simulation modeling studies in R. | ||
License: GPL (>= 3) | ||
Imports: | ||
assertthat, | ||
data.table, | ||
doSNOW, | ||
dplyr, | ||
foreach, | ||
imabc, | ||
jsonlite, | ||
lhs, | ||
magrittr, | ||
parallel, | ||
progress, | ||
purrr, | ||
R6, | ||
readxl, | ||
snow, | ||
stats, | ||
tidyr, | ||
utils, | ||
|
@@ -32,8 +27,9 @@ Suggests: | |
knitr, | ||
rmarkdown, | ||
testthat (>= 3.0.0) | ||
VignetteBuilder: | ||
knitr | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.2.3 | ||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.