-
Notifications
You must be signed in to change notification settings - Fork 1k
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
big-sur-arm64 binary #5033
Comments
I don't know what is renv, please define your problem with the use of base R. |
We don't produce binaries for Mac, not just big sure but any version of Mac. As of current moment. |
Strange, maybe this started with an update of renv that coincided with me moving over from homebrew R 4.1 to the mac binary. Renv is here: |
Did not notice before but the warning message actually shows up when |
This will be addressed in #3326 |
Still receiving the same warning. Should one not set the url in
|
You are attempting to install Mac binaries, try sources instead, "type" argument to install.packages |
Sure, I know. My problem here is i guess mainly with renv which cannot access and retrieve the list of packages available at the data.table repository making it issue a warning at every startup. Don't know how repositories are structured but couldn't it be that you are missing some file indicating that a data.table binary is not available? |
I think it may be issue with renv that assumes binaries are present. |
Yeah. Filed an issue yesterday: rstudio/renv#979 |
See rstudio/renv#979 (comment) Seems warning shows up in base R too because of missing PACKAGES file. |
Have
https://Rdatatable.gitlab.io/data.table
set as a repo ingetOption("repos")
butrenv
produces the following warning at startup, guessing because the url 404s:The text was updated successfully, but these errors were encountered: