Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njtierney/cranscan
scan cran for useful repositories with a Shiny app to help you swipe left/right
https://github.com/njtierney/cranscan
Last synced: about 1 month ago
JSON representation
scan cran for useful repositories with a Shiny app to help you swipe left/right
- Host: GitHub
- URL: https://github.com/njtierney/cranscan
- Owner: njtierney
- Created: 2017-06-18T12:31:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T04:32:26.000Z (over 7 years ago)
- Last Synced: 2024-08-06T03:05:02.820Z (3 months ago)
- Language: R
- Size: 6.84 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output:
md_document:
variant: markdown_github
---```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```# cranscan
The goal of cranscan is to make it easy to search for relevant R packages to your interests, using an interface based on [papr](https://github.com/jtleek/papr).
The first step in this is retrieving the data from CRAN, and then appending a download count to it.
```{r}
library(cranscan)scan_cran_tbl <- scan_cran("miss | imp*")
scan_cran_tbl
```
# Future work
- adding download counts: Currently only 950 calls via `cranlogs::cran_downloads()` are made possible in a single call, need to work out how to get up to 10K.
- shiny app: there will of course be a shiny app that allows for swiping through relevant R packages and then having some clever way of handling what you liked and didn't like.
- some sort of machine-learning-y way to show CRAN packages that you might be interested in, based on previous swipe patterns?
- cranberry juice: another option to just view what has recently been pushed to cranberries.