BiocManager
CRAN Package For Managing Bioconductor Packages
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.3%) to scientific vocabulary
Keywords
core-services
cran
r-package
Keywords from Contributors
bioconductor-package
core-package
bioconductor
genomics
u24ca289073
bioinformatics
hdf5
rhdf5
gene
copy-number
Last synced: 6 months ago
·
JSON representation
Repository
CRAN Package For Managing Bioconductor Packages
Basic Info
- Host: GitHub
- Owner: Bioconductor
- Language: R
- Default Branch: devel
- Homepage: https://bioconductor.github.io/BiocManager/
- Size: 1020 KB
Statistics
- Stars: 76
- Watchers: 14
- Forks: 26
- Open Issues: 21
- Releases: 24
Topics
core-services
cran
r-package
Created almost 11 years ago
· Last pushed 9 months ago
Metadata Files
Readme
Changelog
README.Rmd
---
output: github_document
---
```{r, include=FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
out.width = "100%"
)
```
# BiocManager
[](https://cran.r-project.org/package=BiocManager)
[](https://github.com/Bioconductor/BiocManager/releases)
[](https://cran.r-project.org/package=BiocManager)
## Overview
The `BiocManager` package allows users to install and manage packages
from the _[Bioconductor][1]_ project, including CRAN packages that
depend or import Bioconductor packages. Bioconductor focuses on the
statistical analysis and comprehension of high-throughput genomic
data.
Current _Bioconductor_ packages are available on a 'release' version intended
for every-day use, and a 'devel' version where new features are continually
introduced. A new release version is created every six months. Using the
`BiocManager` package helps users accurately install packages from the
appropriate release.
* `available()` shows all packages associated with a search pattern
* `install()` installs and/or updates packages either CRAN or Bioconductor
* `repositories()` shows all package repository URL endpoints
* `valid()` checks and returns packages that are out-of-date or too new
* `version()` returns the current Bioconductor version number
## Installation
```{r, eval = FALSE}
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager", repos = "https://cran.R-project.org")
```
## Usage
### Checking Bioconductor version currently in use
```{r, message=FALSE}
BiocManager::version()
```
### Installing Bioconductor packages
```{r, eval=FALSE}
BiocManager::install(c("GenomicRanges", "SummarizedExperiment"))
```
### Verifying a valid Bioconductor installation
```{r}
BiocManager::valid()
```
## More information
Please see the 'Get started' document (package vignette) for more
detailed information such as changing Bioconductor version, offline
use, and other advanced usage.
## Getting help
To report apparent bugs, create a minimal and reproducible example on
[GitHub][2].
[1]: https://bioconductor.org
[2]: https://github.com/Bioconductor/BiocManager/issues
Owner
- Name: Bioconductor
- Login: Bioconductor
- Kind: organization
- Website: https://bioconductor.org
- Repositories: 156
- Profile: https://github.com/Bioconductor
Software for the analysis and comprehension of high-throughput genomic data
GitHub Events
Total
- Create event: 5
- Release event: 1
- Issues event: 6
- Watch event: 3
- Delete event: 3
- Issue comment event: 8
- Member event: 1
- Push event: 16
- Pull request review comment event: 1
- Pull request review event: 2
- Pull request event: 5
- Fork event: 4
Last Year
- Create event: 5
- Release event: 1
- Issues event: 6
- Watch event: 3
- Delete event: 3
- Issue comment event: 8
- Member event: 1
- Push event: 16
- Pull request review comment event: 1
- Pull request review event: 2
- Pull request event: 5
- Fork event: 4
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| LiNk-NY | m****9@g****m | 393 |
| Martin Morgan | m****n@r****g | 186 |
| Dan Tenenbaum | d****a@f****g | 110 |
| Martin Morgan | m****n@f****g | 102 |
| Herve Pages | h****s@f****g | 11 |
| Hervé Pagès | h****s@f****g | 8 |
| Daniel Van Twisk | d****k@r****g | 5 |
| Henrik Bengtsson | hb@a****g | 5 |
| aoles | a****s@g****m | 3 |
| Alexandru Mahmoud | a****h@g****m | 2 |
| Nathaniel Hayden | n****n@f****g | 2 |
| Valerie Obenchain | v****a@f****g | 2 |
| vobencha | v****n@r****g | 2 |
| Brian Deitte | b****e@g****m | 1 |
| Lori Shepherd | L****d@R****g | 1 |
| Peter Hickey | p****y@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 86
- Total pull requests: 52
- Average time to close issues: 3 months
- Average time to close pull requests: 2 months
- Total issue authors: 52
- Total pull request authors: 13
- Average comments per issue: 4.34
- Average comments per pull request: 1.31
- Merged pull requests: 33
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 6
- Average time to close issues: 3 months
- Average time to close pull requests: 2 months
- Issue authors: 3
- Pull request authors: 2
- Average comments per issue: 0.33
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- mtmorgan (10)
- LiNk-NY (7)
- HenrikBengtsson (5)
- bbimber (3)
- lwaldron (3)
- LTLA (3)
- lshep (3)
- 15993561663 (3)
- glin (3)
- hpages (2)
- jorainer (2)
- Jiefei-Wang (2)
- natyfp (1)
- jwokaty (1)
- vjcitn (1)
Pull Request Authors
- LiNk-NY (32)
- mtmorgan (7)
- almahmoud (4)
- HenrikBengtsson (2)
- sneumann (2)
- bdeitte (2)
- Alanocallaghan (1)
- aitap (1)
- Jiefei-Wang (1)
- rcastelo (1)
- remlapmot (1)
- hpages (1)
- kozo2 (1)
Top Labels
Issue Labels
enhancement (2)
question (2)
invalid (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 156,237 last-month
- Total docker downloads: 14,676,699
- Total dependent packages: 68
- Total dependent repositories: 334
- Total versions: 24
- Total maintainers: 1
cran.r-project.org: BiocManager
Access the Bioconductor Project Package Repository
- Homepage: https://bioconductor.github.io/BiocManager/
- Documentation: http://cran.r-project.org/web/packages/BiocManager/BiocManager.pdf
- License: Artistic-2.0
-
Latest release: 1.30.26
published 9 months ago
Rankings
Downloads: 0.7%
Dependent repos count: 0.9%
Dependent packages count: 1.3%
Forks count: 3.6%
Average: 4.9%
Stargazers count: 5.5%
Docker downloads count: 17.3%
Maintainers (1)
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- utils * imports
- BiocVersion * suggests
- curl * suggests
- knitr * suggests
- remotes * suggests
- rmarkdown * suggests
- testthat * suggests
- withr * suggests
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite