I am a beginner in R and I am trying to install arrayQualityMetrics package there's an error though in the 'Hmisc' dependency I get this error :
Error in parse(outFile) :
/tmp/RtmpkFTuHf/R.INSTALLbd637e8c1e92/Hmisc/R/describe.s:1443:63: unexpected '\>'
1442:
1443: b \<- gt::gt(a) |\>
^
ERROR: unable to collate and parse R files for package ‘Hmisc’
* removing ‘/home/mariemchatti/R/x86_64-pc-linux-gnu-library/3.6/Hmisc’
Warning in install.packages :
installation of package ‘Hmisc’ had non-zero exit status
I searched but couldn't find an answer to this specific error.
I am on Ubuntu 20.04 Rstudio version 3.6.3 (2020-02-29)
THANKS !