Dependency rdrop2 for crossmeta error
harshameghadri opened this issue · 2 comments
harshameghadri commented
Hello Alex,
I would like to use your ccmap package and one of the libs that is also required (as seen in the instructions) is crossmeta. I see that cross meta requires rdrop2 as a dependency.
- Rdrop2 is not available anymore for R 4.0.2
Installing package into ‘/path/to/lib/R/x86_64-pc-linux-gnu-library/4.0’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘rdrop2’ is not available (for R version 4.0.2)
Warning in install.packages :
converting NULL pointer to R NULL
Is there a workaround for this?
Best Wishes,
Harsha
alexvpickering commented
Hi Harsha,
I've removed the rdrop2
dependency. Please go ahead and try to install the latest version with:
install.packages('remotes')
remotes::install_github('alexvpickering/crossmeta')
harshameghadri commented
Thanks Alex, It works now.