Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearloga/taskviewr
Shiny app for browsing R packages by CRAN Task Views and license info
https://github.com/bearloga/taskviewr
app cran r shiny taskviews
Last synced: 5 days ago
JSON representation
Shiny app for browsing R packages by CRAN Task Views and license info
- Host: GitHub
- URL: https://github.com/bearloga/taskviewr
- Owner: bearloga
- License: gpl-3.0
- Created: 2017-01-19T21:39:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T18:54:46.000Z (about 5 years ago)
- Last Synced: 2024-08-06T03:05:15.502Z (3 months ago)
- Topics: app, cran, r, shiny, taskviews
- Language: R
- Homepage: https://bearloga.shinyapps.io/taskviewr/
- Size: 959 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This [Shiny](https://shiny.rstudio.com/) application was created by [Mikhail Popov](https://github.com/bearloga) to quickly browse packages and their licenses using a snapshot of task views retrieved on
2019-09-04.
*Not all packages available on CRAN are shown here, just the ones in CRAN's [Task Views](https://cran.r-project.org/web/views/).*
Case insensitive regular expressions are enabled for filtering, so "r (client|wrapper)" is a valid filter on the **title** column.
Thanks to [Maëlle Salmon](https://github.com/maelle) for enabling the authors field.R packages used in the creation of this app include: [ctv](https://cran.r-project.org/package=ctv) (for getting the list of packages in each task view), [purrr](https://cran.r-project.org/package=purrr) + [dplyr](https://cran.r-project.org/package=dplyr) (for manipulating the acquired data), [crandb](https://github.com/metacran/crandb) for obtaining licensing and other details for each package, and [shiny](https://cran.r-project.org/package=shiny) + [shinythemes](https://cran.r-project.org/package=shinythemes) + [DT](https://cran.r-project.org/package=DT) for surfacing all of that data (which is [available as a CSV](https://github.com/bearloga/taskviewr/raw/master/www/packages.csv)). [Garrick Aden-Buie](https://github.com/gadenbuie) used [stringr](https://cran.r-project.org/package=stringr) to make package URLs into clickable links (thanks!). The source code is [available on GitHub](https://github.com/bearloga/taskviewr).
This project is **not** affiliated with [The Comprehensive R Archive Network](https://cran.r-project.org/) or [The R Foundation](https://www.r-project.org/).