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

Commit

Permalink
Another version bump for CRAN data.table NOTE
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Mar 27, 2023
1 parent b34df25 commit a489a7f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rxode2parse
Title: Parsing and Code Generation Functions for 'rxode2'
Version: 2.0.15
Version: 2.0.16
Authors@R: c(
person("Matthew L.", "Fidler", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8538-6691")),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# rxode2parse 2.0.16

* Import `data.table` explicitly in the R code (before was imported only in C/C++ code)

# rxode2parse 2.0.15

* Updates the make flags to support CXX17.
Expand Down
1 change: 1 addition & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -294,5 +294,6 @@ rxDerived <- function(..., verbose = FALSE, digits = 0) {
.dummy <- function() {
#dummy import to make check() and CRAN happy
.r <- rex::rex(start, end)
.d <- data.table::data.table(a=1)
}
## nocov end
12 changes: 2 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
# Cran comments

- This fixes some bugs and is required for the upcoming StanHeaders release on CRAN
- Explicitly use data.table in the R code (already used in C/C++)
- This fixes the note that we are not using data.table in our package (though we were)

- This require C++14 because of StanHeaders

- This also updates the URLs of codecov.io

- Adding this new version of `rxode2parse` will break `rxode2` on
CRAN. The following packages will be updated to support a new
version of `rxode2`: `rxode2et` and `rxode2random`.

- `nlmixr2est` has a binary linkage to `rxode2` and will also be
updated.

0 comments on commit a489a7f

Please sign in to comment.