Open Leonhard13 opened 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.
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)
installing the package to build vignettes (340ms) E creating vignettes (9s) --- re-building 'chorddiagram-vignette.Rmd' using rmarkdown Quitting from lines 70-72 (chorddiagram-vignette.Rmd) Error: processing vignette 'chorddiagram-vignette.Rmd' failed with diagnostics: there is no package called 'pander' --- failed re-building 'chorddiagram-vignette.Rmd'
SUMMARY: processing the following file failed: 'chorddiagram-vignette.Rmd'
Error: Vignette re-building failed. Ejecución interrumpida Error: Failed to install 'chorddiag' from GitHub: System command 'Rcmd.exe' failed, exit status: 1, stdout + stderr (last 10 lines): E> Quitting from lines 70-72 (chorddiagram-vignette.Rmd) E> Error: processing vignette 'chorddiagram-vignette.Rmd' failed with diagnostics: E> there is no package called 'pander' E> --- failed re-building 'chorddiagram-vignette.Rmd' E> E> SUMMARY: processing the following file failed: E> 'chorddiagram-vignette.Rmd' E> E> Error: Vignette re-building failed. E> Ejecución interrumpida
I hope you can help me please!
See you