Skip to content

Commit 4b9c45d

Browse files
committed
Update news, description, and cran-comments
1 parent ce1b2d4 commit 4b9c45d

File tree

4 files changed

+25
-11
lines changed

4 files changed

+25
-11
lines changed

DESCRIPTION

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: hipread
22
Type: Package
33
Title: Read Hierarchical Fixed Width Files
4-
Version: 0.2.4
4+
Version: 0.2.5
55
Authors@R: c(
66
person("Greg", "Freedman Ellis", role = "aut"),
77
person("Derek Burk", email = "ipums+cran@umn.edu", role = c("aut", "cre")),
@@ -21,6 +21,7 @@ Description: Read hierarchical fixed width files like those commonly used by
2121
and reading 'gzipped' files without storing the full file in memory.
2222
License: GPL (>= 2) | file LICENSE
2323
Encoding: UTF-8
24+
Depends: R (>= 3.0.2)
2425
LinkingTo:
2526
Rcpp (>= 1.0.12),
2627
BH
@@ -33,5 +34,7 @@ Suggests:
3334
dplyr,
3435
readr,
3536
testthat
36-
RoxygenNote: 7.2.3
37+
RoxygenNote: 7.3.2
3738
Roxygen: list(markdown = TRUE)
39+
URL: https://github.com/ipums/hipread
40+
BugReports: https://github.com/ipums/hipread/issues

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* Fixes problem with `hipread_list()` that caused a segfault in some situations.
33
* Require Rcpp >= 1.0.12 to avoid installation errors related to format string
44
security (see ipums/ipumsr#93).
5+
* Refactors column resizing code to avoid use of non-API functions SETLENGTH and
6+
SET_TRUELENGTH (see issue #7).
57

68
# hipread 0.2.4
79
* Fixes for one warning and one note from CRAN checks

cran-comments.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
## Reasons for release
1+
## Reason for release
22

3-
Fixes to resolve one warning and one note from https://cran.r-project.org/web/checks/check_results_hipread.html
3+
Fix to resolve a note from CRAN checks:
4+
https://cran.r-project.org/web/checks/check_results_hipread.html
45

5-
* Warning: Pass a string literal for the format argument of Rf_warning(), to
6-
avoid -Wformat-security warning.
7-
* Remove `SystemRequirements: C++11` from Description file to avoid note about
8-
old C++ version.
6+
* Found non-API calls to R: ‘SETLENGTH’, ‘SET_TRUELENGTH’
7+
8+
Compiled code should not call non-API entry points in R.
99

1010
## Test environments
11-
* local Windows, R 4.3.2
12-
* win builder release and devel
11+
12+
* local Windows, R 4.5.0
13+
* win builder devel
1314
* MacOS (release), Windows (release), and Ubuntu (devel, release, old release)
1415
via GitHub Actions
1516

@@ -18,4 +19,4 @@ Fixes to resolve one warning and one note from https://cran.r-project.org/web/ch
1819
0 errors | 0 warnings | 0 notes
1920

2021
## Downstream dependencies
21-
There is 1 downstream dependency and it is not affected by the update.
22+
There is one downstream dependency (ipumsr) and it is not affected by the update.

man/hipread-package.Rd

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)