Can't install swirl package

This is the message I receive when trying to install the swirl package. Have no clue what it means. Can anyone help?

install.packages("swirl")
Installing package into ‘/Users/brian.rainey/Library/R/x86_64/4.2/library’
(as ‘lib’ is unspecified)
also installing the dependency ‘RCurl’

There is a binary version available but the source version is later:
binary source needs_compilation
RCurl 1.98-1.9 1.98-1.10 TRUE

This offers a choice of a pre-cooked ready to slice version of the package, the binary version or the ingredients and a recipe, the source version.

If you respond “n”, things will always work for installation if any other package can also be installed. If you answer “Y”, it may or may not work. If it doesn’t work the first attempt it will not work at all for the vast majority of users who are not experienced in programming.

I clicked no and got this response

Do you want to install from sources the package which needs compilation? (Yes/no/cancel) no
trying URL 'https://cran.rstudio.com/bin/macosx/contrib/4.2/RCurl_1.98-1.9.tgz'
Content type 'application/x-gzip' length 1091415 bytes (1.0 MB)

downloaded 1.0 MB

trying URL 'https://cran.rstudio.com/bin/macosx/contrib/4.2/swirl_2.4.5.tgz'
Content type 'application/x-gzip' length 348108 bytes (339 KB)

downloaded 339 KB

The downloaded binary packages are in
/var/folders/_g/_d5948nn6ts9yy4h9xcg795n9x9mn4/T//RtmpYetAw8/downloaded_packages

Considering everything is in red, I'm assuming that means something went wrong?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.