kma
kma copied to clipboard
Install error on linux
I had an issue installing kma on CentOS running R version 3.1.0 (2014-04-10) using RStudio.
The installation raised the following error:
Error: /tmp/Rtmp519pGn/R.INSTALL17f366f68149/kma-master/man/check_groupings.Rd:16: Bad \link text
and then failed to install. Not sure why this was a fatal error since this is just the manual text.
So I downloaded the github and change line 16 from:
\link{\code{dplyr::group_by}}
to:
\code{\link{dplyr::group_by}}
This resulted in a successful install with a just a warning:
Rd warning: /tmp/RtmpKJbQaL/R.INSTALL188737d8a723/kma-master/man/check_groupings.Rd:16: missing link ‘dplyr::group_by’
I have the same issue on ubuntu 18.04. The best workaround for me is git kma, I change name to kma for simple. R CMD INSTALL kma in prompt. This bybass devtools.
delete the /tmp/Rtmp519pGn/R.INSTALL17f366f68149/kma-master/man/check_groupings.Rd:16,and save and R CMD INSTALL kma