swh.lister.cran

Add a lister to list all the CRAN packages .
It uses the build-in API in R language to list the packages
and get their metadata. 

Closes T1709
This commit is contained in:
Archit Agrawal 2019-06-09 00:21:42 +05:30 committed by Archit Agrawal
parent 7c6245e663
commit a9a37a85bf
12 changed files with 210 additions and 1 deletions

View file

@ -4,4 +4,5 @@ include requirements.txt
include requirements-swh.txt
include requirements-test.txt
include version.txt
include swh/lister/cran/list_all_packages.R
recursive-include swh/lister/*/tests/ *.json