swh.lister.cran.lister module#
- class swh.lister.cran.lister.CRANLister(scheduler: SchedulerInterface, url: str = 'https://cran.r-project.org', instance: str = 'cran', credentials: Dict[str, Dict[str, List[Dict[str, str]]]] | None = None, max_origins_per_page: int | None = None, max_pages: int | None = None, enable_origins: bool = True)[source]#
Bases:
StatelessLister
[List
[Tuple
[str
,List
[Dict
[str
,Any
]]]]]List all packages hosted on The Comprehensive R Archive Network.
The lister parses and reads the content of the weekly CRAN database dump in RDS format referencing all downloadable package tarballs.
- INSTANCE = 'cran'#