Package installation in Rstudio on mac

Hello, I installed the latest version of RStudio IDE on my mac. The version of mac is macOS 14.1. Then i tried tried to install many packages together but at first i decided to to install only a single package "fs". i received the following error:

install.packages("fs")
trying URL 'https://cran.rstudio.com/bin/macosx/big-sur-arm64/contrib/4.3/fs_1.6.3.tgz'
Content type 'application/x-gzip' length 609384 bytes (595 KB)
==================================================
downloaded 595 KB
The downloaded binary packages are in
/var/folders/vg/jqnp1wvd0rd7n8rbbq83fx800000gn/T//Rtmprs0B5i/downloaded_packages

Thnaks for your help

Why do you think that is an error?

1 Like

I'm new in R. I'm not sure the package is fully installed because after running the code, i received this message.

The message looks normal. Try running

library(fs)

and see if you get an error.

2 Likes

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.