Incorrect package versions
Enchufa2 opened this issue · 1 comments
Enchufa2 commented
Please, fix these dependencies:
- knitr (≥ 1.2.0) -> knitr (≥ 1.2)
- base64enc (≥ 0.1.0) -> base64enc (≥ 0.1-0)
- jsonlite (≥ 1.6.0) -> jsonlite (≥ 1.6)
This doesn't matter on CRAN, because in R package_version("3.0") == package_version("3.0.0")
, but I found it causes issues in other systems (e.g., RPM packaging).
Enchufa2 commented
Please, also note that magick and rmarkdown (in Suggests) both have only two components too in their versions.