mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
biology/R-cran-BiocManager: New port
The BiocManager package, as the modern successor package to BiocInstaller, allows users to install and manage packages from the Bioconductor project. Bioconductor focuses on the statistical analysis and comprehension of high-throughput genomic data. WWW: https://bioconductor.github.io/BiocManager/
This commit is contained in:
parent
d1ea41c739
commit
5051eb68b9
@ -1,5 +1,6 @@
|
||||
COMMENT = Biology
|
||||
|
||||
SUBDIR += R-cran-BiocManager
|
||||
SUBDIR += abyss
|
||||
SUBDIR += ad2vcf
|
||||
SUBDIR += artemis
|
||||
|
14
biology/R-cran-BiocManager/Makefile
Normal file
14
biology/R-cran-BiocManager/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
PORTNAME= BiocManager
|
||||
PORTVERSION= 1.30.22
|
||||
CATEGORIES= biology
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Convenient tool to install and update Bioconductor packages
|
||||
WWW= https://cran.r-project.org/web/packages/BiocManager/
|
||||
|
||||
LICENSE= ART20
|
||||
|
||||
USES= cran:auto-plist,compiles
|
||||
|
||||
.include <bsd.port.mk>
|
3
biology/R-cran-BiocManager/distinfo
Normal file
3
biology/R-cran-BiocManager/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1702634634
|
||||
SHA256 (BiocManager_1.30.22.tar.gz) = 5389c9c0d6562b0757659fb8262ab51b48225c4ba7e9acd4f5e7c0049735e835
|
||||
SIZE (BiocManager_1.30.22.tar.gz) = 582690
|
4
biology/R-cran-BiocManager/pkg-descr
Normal file
4
biology/R-cran-BiocManager/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The BiocManager package, as the modern successor package to BiocInstaller,
|
||||
allows users to install and manage packages from the Bioconductor project.
|
||||
Bioconductor focuses on the statistical analysis and comprehension of
|
||||
high-throughput genomic data.
|
Loading…
Reference in New Issue
Block a user