This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increment version number to 2.0.11.9000
- Loading branch information
1 parent
3c3ab2b
commit 0b1792e
Showing
2 changed files
with
56 additions
and
54 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 |
---|---|---|
@@ -1,54 +1,54 @@ | ||
Package: rxode2et | ||
Title: Event Table Functions for 'rxode2' | ||
Version: 2.0.11 | ||
Authors@R: c( | ||
person("Matthew L.", "Fidler", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-8538-6691")), | ||
person("Wenping", "Wang", , "[email protected]", role = "ctb"), | ||
person("Fuji", "Goro", email="[email protected]", role="ctb"), | ||
person("Morwenn", "", role="ctb"), | ||
person("Igor", "Kushnir", email="[email protected]", role="ctb"), | ||
person("Omar", "Elashkar", email="[email protected]", role="ctb") | ||
) | ||
Description: Provides the event table and support functions needed for | ||
'rxode2' (Wang, Hallow and James (2016) <doi:10.1002/psp4.12052>) and 'nlmixr2' | ||
(Fidler et al (2019) <doi:10.1002/psp4.12445>). | ||
This split will reduce computational burden of recompiling 'rxode2'. | ||
License: GPL (>= 3) | ||
URL: https://nlmixr2.github.io/rxode2et/, | ||
https://github.com/nlmixr2/rxode2et/ | ||
BugReports: https://github.com/nlmixr2/rxode2et/issues/ | ||
Depends: | ||
R (>= 4.0.0) | ||
Imports: | ||
stats, | ||
utils, | ||
methods, | ||
Rcpp, | ||
checkmate, | ||
rxode2random (>= 2.0.12), | ||
rxode2parse (>= 2.0.17), | ||
cli, | ||
crayon, | ||
magrittr, | ||
lotri | ||
Suggests: | ||
testthat (>= 3.0.0), | ||
units, | ||
tibble, | ||
data.table, | ||
dplyr, | ||
pillar, | ||
nlmixr2data, | ||
qs | ||
LinkingTo: | ||
rxode2random, | ||
rxode2parse, | ||
Rcpp | ||
Biarch: true | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
Language: en-US | ||
NeedsCompilation: yes | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
Package: rxode2et | ||
Title: Event Table Functions for 'rxode2' | ||
Version: 2.0.11.9000 | ||
Authors@R: c( | ||
person("Matthew L.", "Fidler", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-8538-6691")), | ||
person("Wenping", "Wang", , "[email protected]", role = "ctb"), | ||
person("Fuji", "Goro", email="[email protected]", role="ctb"), | ||
person("Morwenn", "", role="ctb"), | ||
person("Igor", "Kushnir", email="[email protected]", role="ctb"), | ||
person("Omar", "Elashkar", email="[email protected]", role="ctb") | ||
) | ||
Description: Provides the event table and support functions needed for | ||
'rxode2' (Wang, Hallow and James (2016) <doi:10.1002/psp4.12052>) and 'nlmixr2' | ||
(Fidler et al (2019) <doi:10.1002/psp4.12445>). | ||
This split will reduce computational burden of recompiling 'rxode2'. | ||
License: GPL (>= 3) | ||
URL: https://nlmixr2.github.io/rxode2et/, | ||
https://github.com/nlmixr2/rxode2et/ | ||
BugReports: https://github.com/nlmixr2/rxode2et/issues/ | ||
Depends: | ||
R (>= 4.0.0) | ||
Imports: | ||
stats, | ||
utils, | ||
methods, | ||
Rcpp, | ||
checkmate, | ||
rxode2random (>= 2.0.12), | ||
rxode2parse (>= 2.0.17), | ||
cli, | ||
crayon, | ||
magrittr, | ||
lotri | ||
Suggests: | ||
testthat (>= 3.0.0), | ||
units, | ||
tibble, | ||
data.table, | ||
dplyr, | ||
pillar, | ||
nlmixr2data, | ||
qs | ||
LinkingTo: | ||
rxode2random, | ||
rxode2parse, | ||
Rcpp | ||
Biarch: true | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
Language: en-US | ||
NeedsCompilation: yes | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 |
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