Skip to content
Prev 6213 / 12125 Next

[R-pkg-devel] Warning on r-oldrel-macos-x86_64

On 25/10/2020 6:10 a.m., Helmut Sch?tz wrote:
By not specifying stringsAsFactors = FALSE, your vignette depends on R 
 >= 4.0.0, so you should

  - state that dependency in the DESCRIPTION file, or

  - test for it in the vignette, or

  - remove the dependency by being explicit about stringsAsFactors = FALSE.

Duncan Murdoch