R-Lum/RLumBuild

Dependancy 'codemetar' was removed from CRAN

Closed this issue · 3 comments

Your package depends on codemetar. But that package was removed from CRAN which breaks the installation of RLumBuild. Installing codemetar from CRAN archive does not fix the problem.

@DirkMittelstrass Sorry, I was not aware of it, it happens just seven days ago. You can install codemetar from GitHub though, the developers working on a fix: https://github.com/ropensci/codemetar

Besides, I don't understand why installing it from the CRAN archives does not fix the problem. Did you restart the R session?

Sorry my fault. Installing the archived package failed for unknown reasons and I missed the error message. But installing codemetar directly from github worked:

devtools::install_github("ropensci/codemetar@master")

Great, thanks for the feedback!