-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recent versions do not install with R 3.6.3 (object '.S3method' not found) #335
Comments
Same error happens with GitHub version:
|
Ah this is annoying/stupid: the package doesn’t even need |
Actually is there a good reason to use R 3.6? I am thinking about dropping support for this version because it’s incredibly hard to get necessary build infrastructure packages to install for that version of R, so I basically cannot debug issues any more. |
I hit this while testing some changes to renv across a variety of R versions. I do not otherwise use box and don't have opinions about what R versions should be supported. The DESCRIPTION declared R >= 3.5.0, which made the problem feel worth reporting. |
I’m definitely grateful for the bug report. I’ll probably have to drop support for older R versions at some point, since maintaining them is disproportionately time-consuming. I did drop support for v3.5 now since I couldn’t even get the regular CI/CD workflow to run on it (‘devtools’ no longer supports it). Working around this isn’t worth the effort. |
Error description
docker run -it --rm rocker/r-ver:3.6.3 R -s -e 'install.packages("box", repos = c(CRAN = "https://cran.rstudio.com"))'
R version
‘box’ version
1.1.3
The text was updated successfully, but these errors were encountered: