Skip to content

Commit 9ab2582

Browse files
committed
Update cran-comments
1 parent 1b1d706 commit 9ab2582

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
^src-x64
1212
^\.github$
1313
^CRAN-SUBMISSION$
14+
^\.claude$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Suggests:
3434
dplyr,
3535
readr,
3636
testthat
37-
RoxygenNote: 7.3.2
37+
RoxygenNote: 7.3.3
3838
Roxygen: list(markdown = TRUE)
3939
URL: https://github.com/ipums/hipread
4040
BugReports: https://github.com/ipums/hipread/issues

cran-comments.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
## Reason for release
22

3-
Fix to resolve a note from CRAN checks:
4-
https://cran.r-project.org/web/checks/check_results_hipread.html
5-
6-
* Found non-API calls to R: ‘SETLENGTH’, ‘SET_TRUELENGTH’
7-
8-
Compiled code should not call non-API entry points in R.
9-
10-
## Test environments
11-
12-
* local Windows, R 4.5.0
13-
* win builder devel
14-
* MacOS (release), Windows (release), and Ubuntu (devel, release, old release)
15-
via GitHub Actions
3+
* Replaced call to `Rf_error()` with `Rcpp::stop()` as suggested by Rcpp
4+
developers (see issue #10).
165

176
## R CMD check results
187

0 commit comments

Comments
 (0)