Browse code

bump version

Pol Castellano Escuder authored on 12/01/2022 17:11:08
Showing 3 changed files

... ...
@@ -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
... ...
@@ -1,3 +1,7 @@
1
+## fobitools 1.3.1
2
+
3
+* Fix bugs in vignettes
4
+
1 5
 ## fobitools 1.1.9
2 6
 
3 7
 * Minor changes in package vignette titles.
... ...
@@ -33,4 +33,5 @@ test_that("msea works", {
33 33
   expect_error(fobitools::msea(data))
34 34
   expect_error(fobitools::msea(metabolites))
35 35
   
36
-})
37 36
\ No newline at end of file
37
+})
38
+