[R-pkg-devel] Warning on r-oldrel-macos-x86_64
If you click on WARN in the table on your check results page (i.e. if you go to <https://www.r-project.org/nosvn/R.check/r-oldrel-macos-x86_64/PowerTOST-00check.html> ) you will see in the first line: * using R version 3.6.2 (2019-12-12) Hope that helps.
On Sun, 25 Oct 2020 at 21:10, Helmut Sch?tz <helmut.schuetz at bebac.at> wrote:
Dear all, we faced a warning on r-oldrel-macos-x86_64: https://cran.r-project.org/web/checks/check_results_PowerTOST.html I'm not concerned about "Pandoc (>= 1.12.3) and/or pandoc-citeproc not available" in the first 5 vignettes since there were no problem in the previous releases. However I found this on stackoverflow: https://stackoverflow.com/questions/50789125/how-to-get-an-rmarkdown-vignette-for-r-package-to-escape-cran-warnings-on-solari RolandAsc commented: "In my understanding you can only see this warning if there is an error (either because warnings are being converted to errors or because there is another subsequent error), else it just doesn't come through. This is not an answer but maybe an explanation." Seems to be correct. In my code a data.frame is assigned with a column "foo" and _without_ stringsAsFactors = FALSE. Later a function is called which requires "foo" as character. The default stringsAsFactors was changed to FALSE in R4.0.0. Hence, my question: How "old" is the old releaseon CRAN's test machines/ macos? oldrel on windows is OK. What shall we do? Re-submit with the same release-number(either add stringsAsFactors = FALSE or call the function with as.character("foo")with an explanation? Helmut -- Ing. Helmut Sch?tz BEBAC ? Consultancy Services for Bioequivalence and Bioavailability Studies Neubaugasse 36/11 1070 Vienna, Austria E helmut.schuetz at bebac.at W https://bebac.at/ F https://forum.bebac.at/
______________________________________________ R-package-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel