Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Increment version number to 2.0.11.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Jan 14, 2024
1 parent 3c3ab2b commit 0b1792e
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 54 deletions.
108 changes: 54 additions & 54 deletions DESCRIPTION
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
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# rxode2et (development version)

# rxode2et 2.0.11

* Make the stacking more flexible to help rxode2 have more types of plots
Expand Down

0 comments on commit 0b1792e

Please sign in to comment.