R Installation Defects

Asked 2 years ago, Updated 2 years ago, 49 views

Reinstalled R in Elcapitan.
I chose China because I couldn't find a list of Japan on the mirror site on CRAN.
The installation appears to have been completed, but it does not run the library.What should I fix?

install.packages("rafalib")
--- Select a mirror site for the CRAN for use in this session --
Attempting URL 'https://mirrors.tuna.tsinghua.edu.cn/CRAN/bin/macosx/mavericks/contrib/3.2/rafalib_1.0.0.tgz'

downloaded38 KB

Downloaded packages can be found below.
/var/folder/h1/ggcx_9t93jj_sl7pqjfnrz1c0000gn/T//RtmppBFupd/downloaded_packages

library(rafalib)

r

2022-09-30 19:49

1 Answers

According to rafalib/README.md,

#installation

install.packages("devtools")
library (devtools)
install_github("ririzarr/rafalib")

That's right.

< install.packages("devtools") takes a long time


2022-09-30 19:49

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.