Hi,
I saw several topics concerncing the installation of the package Rmarkdown but none of them answer my issue.
I need to install rmarkdown on a remote ubuntu machine from the terminal but it's not working and I don't know why, here the error:
install.packages("rmarkdown")
trying URL 'https://cran.biotools.fr/src/contrib/rmarkdown_2.4.tar.gz'
Content type 'application/x-gzip' length 3202546 bytes (3.1 MB)
==================================================
downloaded 3.1 MB
- installing source package ‘rmarkdown’ ...
** package ‘rmarkdown’ successfully unpacked and MD5 sums checked
** R
** inst
** byte-compile and prepare package for lazy loading
Error in rbind(info, getNamespaceInfo(env, "S3methods")) :
number of columns of matrices must match (see arg 2)
ERROR: lazy loading failed for package ‘rmarkdown’
- removing ‘/home/miniconda3/envs/py37/lib/R/library/rmarkdown’
The downloaded source packages are in
‘/tmp/Rtmpa99yBs/downloaded_packages’
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
Warning message:
In install.packages("rmarkdown") :
installation of package ‘rmarkdown’ had non-zero exit status
Do you have any idea ?
I tried this solution but it didn't worked for me :
Thanks !