I am using RStudio version 2021.09.02 Build 302 on a Mac with R version 4.1.2.
I clicked Packages: Update to update rlang
. Installed is 1.0.0. Available is 1.0.1. I then selected Install Updates
.
When asked if I want to update loaded packages and restart R I said yes
. I was then told the "git" command requires the command line developer tools. As I do not want to develop packages, I clicked cancel
.
This appeared:
"There is a binary version available but the source
version is later:
binary source needs_compilation
rlang 1.0.0 1.0.1 TRUE"
This appeared:
"Do you want to install from sources the package which needs compilation? (Yes/no/cancel)"
Neither yes
nor no
resulted in an install from the sources.
I need to do this because when I try to install the baseballr
package I get the message that the downloaded new source version of rlang needs to be compiled.
What should I do? One reason I never installed the git
commands is because I heard it can take a long time to download.