...
|
...
|
@@ -1,6 +1,6 @@
|
1
|
1
|
Package: fobitools
|
2
|
2
|
Title: Tools For Manipulating FOBI Ontology
|
3
|
|
-Version: 1.1.9
|
|
3
|
+Version: 1.3.1
|
4
|
4
|
Authors@R:
|
5
|
5
|
c(person(given = "Pol",
|
6
|
6
|
family = "Castellano-Escuder",
|
...
|
...
|
@@ -16,7 +16,8 @@ Authors@R:
|
16
|
16
|
family = "Sánchez-Pla",
|
17
|
17
|
role = "aut",
|
18
|
18
|
email = "asanchez@ub.edu",
|
19
|
|
- comment = c(ORCID = "0000-0002-8673-7737")))
|
|
19
|
+ comment = c(ORCID = "0000-0002-8673-7737"))
|
|
20
|
+ )
|
20
|
21
|
Description: A set of tools for interacting with Food-Biomarker Ontology (FOBI). A collection of basic manipulation tools for biological significance analysis, graphs, and
|
21
|
22
|
text mining strategies for annotating nutritional data.
|
22
|
23
|
License: GPL-3
|
...
|
...
|
@@ -55,7 +56,7 @@ Suggests:
|
55
|
56
|
SummarizedExperiment,
|
56
|
57
|
testthat (>= 2.3.2),
|
57
|
58
|
tidyverse
|
58
|
|
-RoxygenNote: 7.1.1
|
|
59
|
+RoxygenNote: 7.1.2
|
59
|
60
|
Depends: R (>= 4.1)
|
60
|
61
|
URL: https://github.com/pcastellanoescuder/fobitools/
|
61
|
62
|
BugReports: https://github.com/pcastellanoescuder/fobitools/issues
|