tabplot
tabplot copied to clipboard
tabplot can not be installed from github
Hi,
tabplot requires ffbase for installation. But ffbase has been archived: https://cran.r-project.org/package=ffbase
Therefore, not even devtools::install_github("mtennekes/tabplot") works.
Best Sigbert
A workaround for this issue is to also install ffbase from GitHub. Then tabplot can be installed from GitHub successfully.
install_github("edwindj/ffbase", subdir="pkg")