facerec icon indicating copy to clipboard operation
facerec copied to clipboard

Incorrect package versions

Open Enchufa2 opened this issue 6 years ago • 3 comments

Please, fix these dependencies:

  • knitr (≥ 1.2.0) -> knitr (≥ 1.2)
  • magrittr (≥ 1.5.0) -> magrittr (≥ 1.5)
  • jsonlite (≥ 1.5.0) -> jsonlite (≥ 1.5)

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 avatar Aug 28 '19 15:08 Enchufa2

Thanks for the hint. Are you still using this package? As stated in the readme, Kairos has changed its API (as well as access to it) and at the moment I don't consider it worthwhile to ship any updates.

cschwem2er avatar Aug 28 '19 15:08 cschwem2er

I don't really use it, I'm building an automated Fedora repo that replicates CRAN, and this package failed due to this issue. I've configured it as an exception, so if you are not going to send any update, it can stay in that way.

If you do so eventually, I would appreciate if you could notify me via this issue.

Enchufa2 avatar Aug 28 '19 16:08 Enchufa2

Please, also note that magick and rmarkdown (in Suggests) both have only two components too in their versions.

Enchufa2 avatar Aug 29 '19 11:08 Enchufa2