tabplot icon indicating copy to clipboard operation
tabplot copied to clipboard

tabplot can not be installed from github

Open sigbertklinke opened this issue 3 years ago • 1 comments

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

sigbertklinke avatar Apr 27 '22 13:04 sigbertklinke

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")

MLBartley avatar Jul 07 '22 15:07 MLBartley