Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bongnv/rpkgmgr
https://github.com/bongnv/rpkgmgr
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bongnv/rpkgmgr
- Owner: bongnv
- Created: 2019-10-08T14:43:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-08T15:08:54.000Z (about 5 years ago)
- Last Synced: 2024-06-19T15:00:10.005Z (7 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rpkgmgr
`rpkgmgr` helps to index R packages from online sources. It parses PACKAGES in each repository then parse DESCRIPTION in each package to populate details into a database.
## How to use
In order to use, `docker-compose` and `docker` are required. Following linkg to install them:
- https://docs.docker.com/compose/install/
- https://www.docker.com/get-startedBefore start, we need to migrate schema:
$docker-compose up migrate
Then, we can start the service:$ docker-compose up go
It will start the job to index packages in `http://cran.r-project.org/src/contrib/` as well as to set a scheduled job at 12PM.