...
|
...
|
@@ -1,15 +1,19 @@
|
1
|
1
|
Package: Biobase
|
2
|
2
|
Title: Biobase: Base functions for Bioconductor
|
3
|
|
-Version: 2.49.1
|
4
|
|
-Author: R. Gentleman, V. Carey, M. Morgan, S. Falcon
|
5
|
3
|
Description: Functions that are needed by many other packages or which
|
6
|
4
|
replace R functions.
|
7
|
|
-Suggests: tools, tkWidgets, ALL, RUnit, golubEsets
|
8
|
|
-Depends: R (>= 2.10), BiocGenerics (>= 0.27.1), utils
|
9
|
|
-Imports: methods
|
|
5
|
+biocViews: Infrastructure
|
|
6
|
+URL: https://bioconductor.org/packages/Biobase
|
|
7
|
+BugReports: https://github.com/Bioconductor/Biobase/issues
|
|
8
|
+Version: 2.49.1
|
|
9
|
+License: Artistic-2.0
|
|
10
|
+Author: R. Gentleman, V. Carey, M. Morgan, S. Falcon
|
10
|
11
|
Maintainer: Bioconductor Package Maintainer
|
11
|
12
|
<[email protected]>
|
12
|
|
-License: Artistic-2.0
|
|
13
|
+Depends: R (>= 2.10), BiocGenerics (>= 0.27.1), utils
|
|
14
|
+Imports: methods
|
|
15
|
+Suggests: tools, tkWidgets, ALL, RUnit, golubEsets
|
|
16
|
+LazyLoad: yes
|
13
|
17
|
Collate: tools.R strings.R environment.R vignettes.R packages.R
|
14
|
18
|
AllGenerics.R VersionsClass.R VersionedClasses.R
|
15
|
19
|
methods-VersionsNull.R methods-VersionedClass.R DataClasses.R
|
...
|
...
|
@@ -19,5 +23,3 @@ Collate: tools.R strings.R environment.R vignettes.R packages.R
|
19
|
23
|
methods-ExpressionSet.R methods-MultiSet.R methods-SnpSet.R
|
20
|
24
|
methods-NChannelSet.R anyMissing.R rowOp-methods.R
|
21
|
25
|
updateObjectTo.R methods-ScalarObject.R zzz.R
|
22
|
|
-LazyLoad: yes
|
23
|
|
-biocViews: Infrastructure
|