Skip to content

Commit

Permalink
Fixed RcppCore/Rcpp#1287 and submitted 0.3.1 to CRAN.
Browse files Browse the repository at this point in the history
  • Loading branch information
loelschlaeger committed Dec 8, 2023
1 parent fbb553f commit 342a05d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.3.0
Date: 2023-12-02 14:18:55 UTC
SHA: 312f28452243a32db1df8b6d0bd966d869326415
Version: 0.3.1
Date: 2023-12-08 06:58:24 UTC
SHA: fbb553fd0363117d4b4bbf3770dcf50c7ae08a24
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: oeli
Type: Package
Title: My Utilities for Developing Data Science Software
Version: 0.3.0
Version: 0.3.1
Authors@R: c(
person("Lennart", "Oelschl\u00e4ger",
email = "[email protected]",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# oeli 0.3.1

* Fixed https://github.com/RcppCore/Rcpp/issues/1287.

# oeli 0.3.0

* Added function `check_date()` which checks if the input has the correct date format.
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This package update will break the {optimizeR} package, the maintainers of the affected packages (that is actually only me).
Fixed the problems shown on <https://cran.r-project.org/web/checks/check_results_oeli.html>.
12 changes: 8 additions & 4 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,18 @@
},
"Rcpp": {
"Package": "Rcpp",
"Version": "1.0.11",
"Source": "Repository",
"Repository": "RSPM",
"Version": "1.0.11.6",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteUsername": "RcppCore",
"RemoteRepo": "Rcpp",
"RemoteRef": "master",
"Requirements": [
"methods",
"utils"
],
"Hash": "ae6cbbe1492f4de79c45fce06f967ce8"
"Hash": "76a92803f4f5a2dabe21026a4113cd24"
},
"RcppArmadillo": {
"Package": "RcppArmadillo",
Expand Down
2 changes: 1 addition & 1 deletion src/RcppExports.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ BEGIN_RCPP
END_RCPP
}

RcppExport SEXP run_testthat_tests(void *);
RcppExport SEXP run_testthat_tests(SEXP);

static const R_CallMethodDef CallEntries[] = {
{"_oeli_ddirichlet_cpp", (DL_FUNC) &_oeli_ddirichlet_cpp, 3},
Expand Down

0 comments on commit 342a05d

Please sign in to comment.