Thanks a lot for these two great packages, the outputs are awesome! However, recently, when I need to re-install the packages in a new machine, I encountered the following error:
> if (!require(easyalluvial)) {install.packages("easyalluvial",repos = "http://cran.us.r-project.org");
+ require(easyalluvial)}
Loading required package: easyalluvial
Warning in install.packages :
package ‘easyalluvial’ is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
> if (!require(parcats)) {install.packages("parcats",repos = "http://cran.us.r-project.org");
+ require(parcats)}
Loading required package: parcats
Warning in install.packages :
package ‘parcats’ is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
I am wondering, are these two packages not updated recently?
Hi, there,
Thanks a lot for these two great packages, the outputs are awesome! However, recently, when I need to re-install the packages in a new machine, I encountered the following error:
I am wondering, are these two packages not updated recently?
Best Chuan-Peng