Skip to content

Commit

Permalink
Update CRAN comments for v0.1.2 submission
Browse files Browse the repository at this point in the history
  • Loading branch information
vgherard committed Nov 8, 2024
1 parent 739dd1f commit 5301a16
Showing 1 changed file with 5 additions and 57 deletions.
62 changes: 5 additions & 57 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,63 +1,11 @@
# Comments for CRAN submission of r2r (v0.1.1)
# Comments for CRAN submission of r2r (v0.1.2)

### Comments for resubmission (v2)
This is a patch release fixing the failure in CRAN tests following the recent
updates to the `waldo` package - cf. https://github.com/vgherard/r2r/issues/9 .

From the CRAN staff's review:

Missing Rd-tags:
hashtable_methods.Rd: \value
hashtable_properties.Rd: \value
subsetting_hashtables.Rd: \value

Please fix and resubmit.

For the `subsetting_hashtables` documentation entry this was a typo in
roxygen code, and has been fixed.

The entry `hashtable_properties` was spurious and has been eliminated.
## R CMD check results

The `hashtable_methods` entry, however, does not document any specific function,
but rather provides a global overview of the methods for the S3 classes exported
by the package. As such, a \\value tag is in my opinion not appropriate here.


### Test environments
* local:

- Ubuntu 20.04 LTS, R 4.1.0 (OK)
* winbuilder:

- release (1 NOTE)
- oldrelease (1 NOTE)
- devel (1 NOTE)
* rhub:

- Windows Server 2008 R2 SP1, R-devel, 32/64 bit (1 ERROR, see below)
- Fedora Linux, R-devel, clang, gfortran (1 NOTE)
- Ubuntu Linux 20.04.1 LTS, R-release, GCC (1 NOTE)
- Debian Linux, R-devel, GCC ASAN/UBSAN (OK)
* GitHub Actions:

- macOS Catalina 10.15.7, R-release (OK)
- Windows Server x64, R-release (OK)
- Windows Server x64, R 3.6 (OK)
- Ubuntu 18.04, R-devel (OK)
- Ubuntu 18.04, R-release (OK)
- Ubuntu 18.04, R-oldrel (OK)
- Ubuntu 18.04, R 3.6 (OK)
- Ubuntu 18.04, R 3.5 (OK)
- Ubuntu 18.04, R 3.4 (OK)

### R CMD check results

Testing the package on the rhub platform 'Windows Server 2008 R2 SP1, R-devel, 32/64 bit' resulted in an ERROR:
* Bioconductor does not yet build and check packages for R version 4.2

I believe this ERROR to be spurious, and due to the bug already reported here:
https://github.com/r-hub/rhub/issues/471

An other platforms, the result was either (OK) or:

0 errors | 0 warnings | 1 note
0 errors | 0 warnings | 0 notes

* This is a new release.

0 comments on commit 5301a16

Please sign in to comment.