Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,47 @@ Authors@R: c(
role = "ctb",
comment = "'esApply' and 'BiobaseDevelopment' vignette translation from Sweave to Rmarkdown / HTML"
),
Package: Biobase
Title: Biobase: Base functions for Bioconductor
Description: Functions that are needed by many other packages or which
replace R functions.
biocViews: Infrastructure
URL: https://bioconductor.org/packages/Biobase
BugReports: https://github.com/Bioconductor/Biobase/issues
Version: 2.59.0
License: Artistic-2.0
Authors@R: c(
person("R.", "Gentleman", role="aut"),
person("V.", "Carey", role = "aut"),
person("M.", "Morgan", role="aut"),
person("S.", "Falcon", role="aut"),
person("Haleema", "Khan",
role = "ctb",
comment = "'esApply' and 'BiobaseDevelopment' vignette translation from Sweave to Rmarkdown / HTML"
),
person("Paul", "Villafuerte",
role = "ctb",
comment = "'ExpressionSetIntroduction' vignette translation from Sweave to Rmarkdown / HTML"
)
person("Bioconductor Package Maintainer",
role = "cre",
email = "[email protected]"
))
Suggests: tools, tkWidgets, ALL, RUnit, golubEsets, BiocStyle, knitr
Depends: R (>= 2.10), BiocGenerics (>= 0.27.1), utils
Imports: methods
VignetteBuilder: knitr
LazyLoad: yes
Collate: tools.R strings.R environment.R vignettes.R packages.R
AllGenerics.R VersionsClass.R VersionedClasses.R
methods-VersionsNull.R methods-VersionedClass.R DataClasses.R
methods-aggregator.R methods-container.R methods-MIAxE.R
methods-MIAME.R methods-AssayData.R
methods-AnnotatedDataFrame.R methods-eSet.R
methods-ExpressionSet.R methods-MultiSet.R methods-SnpSet.R
methods-NChannelSet.R anyMissing.R rowOp-methods.R
updateObjectTo.R methods-ScalarObject.R zzz.R

person("Bioconductor Package Maintainer",
role = "cre",
email = "[email protected]"
Expand Down
Loading