From 75641a503591b5418a4c1ae0ae7b6d6bd8e525c0 Mon Sep 17 00:00:00 2001 From: "Matthew L. Fidler" Date: Sat, 9 Dec 2023 08:22:36 -0600 Subject: [PATCH] Update exports --- CRAN-SUBMISSION | 6 +++--- cran-comments.md | 8 ++++---- src/RcppExports.cpp | 1 - 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index e65e137c..9d9d5b74 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 2.0.13 -Date: 2022-11-10 14:23:39 UTC -SHA: edb38d156f0c2a631d4bde9283133ac9e2d4d936 +Version: 2.0.17 +Date: 2023-12-09 14:16:33 UTC +SHA: 322bf8f43bd079b336d33cd4e3af1f7a6a91648c diff --git a/cran-comments.md b/cran-comments.md index 6de4def1..0074c194 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ # Cran comments -- 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) - - +- Fixes the issues requested flagged by CRAN +- Also changes solving structure; The reverse dependencies + rxode2random rxode2et and rxode2 need updates after this +- Once updated the rxode2 reverse dependencies all successfully check diff --git a/src/RcppExports.cpp b/src/RcppExports.cpp index 40f0b9af..357a5b90 100644 --- a/src/RcppExports.cpp +++ b/src/RcppExports.cpp @@ -2,7 +2,6 @@ // Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 #include "../inst/include/rxode2parse.h" -#include #include using namespace Rcpp;