diff --git a/cran/comments.md b/cran/comments.md index e69de29b..14d48a60 100644 --- a/cran/comments.md +++ b/cran/comments.md @@ -0,0 +1,5 @@ +There appear to be two false-positive `R CMD CHECK` NOTEs: + +1. A NOTE about a possibly invalid URL, import.rticulate.org. I cannot reproduce this issue, and the URL is reachable. + +2. The definition of `chr.<-` in `R/format.r` triggered a NOTE about invalid parameters. A discussion of this issue can be found at . In a previous submission I had rewritten the code to work around this NOTE by adding a dummy `value` parameter. This passed `R CMD CHECK` up until R 4.2.0 but apparently R 4.3.0 gained another check (“S3 generic/method consistency”) which broke this workaround. The current submission instead calls `.S3method()`. I hope this is acceptable.