erblast / easyalluvial

create alluvial plots with a single line of code
https://erblast.github.io/easyalluvial/
108 stars 10 forks source link

easyalluvial and parcats are not compatible with the latest R? #26

Closed hcp4715 closed 2 years ago

hcp4715 commented 2 years ago

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:

> 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?

Best Chuan-Peng

erblast commented 2 years ago

hey thanks for notifying me, I totally missed the email from CRAN

erblast commented 2 years ago

both packages back on CRAN

hcp4715 commented 2 years ago

Thanks for updating this great tool!