swh-lister/swh/lister/cran
Antoine Lambert 91e4e33dd5 cran: Improve listing of R packages
Previously, the lister was relying on the use of the CRANtools R module
but it has the drawback to only list the latest version of each registered
package in the CRAN registry.

In order to get all possible versions for each CRAN package, prefer to exploit
the content of the weekly dump of the CRAN database in RDS format.

To read the content of the RDS file from Python, the rpy2 package is used as
it has the advantage to be packaged in debian.

Related to swh/meta#1709.
2023-08-21 16:38:08 +02:00
..
tests cran: Improve listing of R packages 2023-08-21 16:38:08 +02:00
__init__.py Remove no longer used models field in dict returned by register 2021-02-02 16:33:52 +01:00
lister.py cran: Improve listing of R packages 2023-08-21 16:38:08 +02:00
tasks.py cran: Reimplement lister using new Lister API 2021-01-26 15:14:32 +01:00