mattflor / chorddiag

R interface to D3 chord diagrams
159 stars 44 forks source link

Install's error #35

Open Leonhard13 opened 4 years ago

Leonhard13 commented 4 years ago

Hello Matt:

This is my situation, i can't install the package and i leave you the error code:

Downloading GitHub repo mattflor/chorddiag@master These packages have more recent versions available. It is recommended to update all of them. Which would you like to update?

1: All
2: CRAN packages only
3: None
4: rlang (0.4.5 -> 0.4.6) [CRAN]

Enter one or more numbers, or an empty line to skip updates: (i leave empty)

WARNING: Rtools is required to build R packages, but is not currently installed.

Please download and install Rtools custom from http://cran.r-project.org/bin/windows/Rtools/. √ checking for file 'C:\Users\AppData\Local\Temp\RtmpGwmiu1\remotes224470786d\mattflor-chorddiag-86b1652/DESCRIPTION' (767ms)

I hope you can help me please!

See you

mattflor commented 4 years ago

Sorry for that problem. As the error message suggests, the pander package is missing. After you have installed that one (e.g. by calling install.packages("pander"), you should then be able to install the chorddiag package.