Problem installing swirl package

This is what it says when I try to install swirl

install.packages("swirl")
trying URL 'http://ftp.osuosl.org/pub/cran/bin/macosx/contrib/4.0/swirl_2.4.5.tgz'
Content type 'application/x-gzip' length 347939 bytes (339 KB)
==================================================
downloaded 339 KB

The downloaded binary packages are in
/var/folders/rz/65_c1vy17vl2rjnbk_w_d6ym0000gn/T//Rtmpvk6qEj/downloaded_packages

You are not showing any error message, Can you explain what is your issue? Are you able to load swirl?

library(swirl)

I tried that, but this shows up

library(swirl)
Error: package or namespace load failed for ‘swirl’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘rlang’

You are missing a package dependency, try to install it, if you get any different error message, post it here.

install.packages("rlang")

Thank you. It worked!

This topic was automatically closed 7 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.