Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seandavi/biocpkgtools
Computable build reports, package metadata, and download stats from the Bioconductor project
https://github.com/seandavi/biocpkgtools
bioconductor metadata rstats
Last synced: 5 days ago
JSON representation
Computable build reports, package metadata, and download stats from the Bioconductor project
- Host: GitHub
- URL: https://github.com/seandavi/biocpkgtools
- Owner: seandavi
- License: mit
- Created: 2017-07-25T16:21:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T21:36:05.000Z (about 2 months ago)
- Last Synced: 2024-10-29T23:46:20.804Z (about 2 months ago)
- Topics: bioconductor, metadata, rstats
- Language: R
- Homepage: https://seandavi.github.io/BiocPkgTools/
- Size: 5.16 MB
- Stars: 19
- Watchers: 7
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: LICENSE
Awesome Lists containing this project
README
# BiocPkgTools
[![R-CMD-check](https://github.com/seandavi/BiocPkgTools/workflows/R-CMD-check/badge.svg)](https://github.com/seandavi/BiocPkgTools/actions)
Bioconductor has a rich ecosystem of metadata around packages, usage, and build status.
This package is a simple collection of functions to access that metadata from R in a tidy data format.
The goal is to expose metadata for data mining and value-added functionality such as package searching, text mining, and analytics on packages.Functionality includes access to ***computable versions of***:
- Download statistics
- Detailed package information
- Package dependendencies (and reverse dependencies)
- Package BiocViews categories
- Build reports
- Vignettes (including examples of text mining)