Skip to content

Commit 4ba0d3b

Browse files
Update NEWS and CRAN comments
1 parent 41fc351 commit 4ba0d3b

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# readbulk 1.1.4
2+
* `read_bulk`: Introduced `name_contains` argument, an optional character string. If specified, only files whose name contains this string will be merged.
3+
* `read_bulk`: Introduced `name_filter` argument, an optional regular expression. If specified, only files whose name matches this regular expression will be merged.
4+
15
# readbulk 1.1.3
26
* Updated package description and documentation
37

cran-comments.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
## Test environments
2-
* R 4.0.2 (stable) Windows 10
3-
* R devel (2020-08-23 r79065) Fedora Linux, clang, gfortran
2+
* R 4.3.2 (stable) Windows 10
3+
* R devel (2023-11-18 r85554 ucrt) Windows Server 2022,64 bit
4+
* R devel (2023-12-26 r85738) Fedora Linux, clang, gfortran
5+
* R 4.3.2 (stable) Ubuntu Linux 20.04.1 LTS, GCC
46

57
## R CMD check results
6-
There were no ERRORs or WARNINGs. There was 1 NOTE due to an update of the email address of the package maintainer.
8+
There were no ERRORs, WARNINGs, or NOTEs.
79

810
## Downstream dependencies
911
I have also run R CMD check on downstream dependencies (1 suggest).
1012
All packages that I could install passed.
11-
12-
## Resubmission
13-
This is a resubmission. In this version, I have changed http to https links and added trailing slashes where appropriate.

0 commit comments

Comments
 (0)