Browse code

install POMA in R-CMD-check

Pol Castellano Escuder authored on 12/05/2021 10:54:28
Showing 3 changed files

... ...
@@ -62,6 +62,7 @@ jobs:
62 62
           remotes::install_deps(dependencies = TRUE)
63 63
           remotes::install_cran("rcmdcheck")
64 64
           remotes::install_cran("covr")
65
+          remotes::install_bioc("POMA")
65 66
         shell: Rscript {0}
66 67
 
67 68
       - name: Check
... ...
@@ -1,6 +1,6 @@
1 1
 Package: fobitools
2 2
 Title: Tools For Manipulating FOBI Ontology
3
-Version: 0.99.48
3
+Version: 0.99.49
4 4
 Authors@R: 
5 5
     c(person(given = "Pol",
6 6
              family = "Castellano-Escuder",
... ...
@@ -1,4 +1,4 @@
1
-# fobitools 0.99.48
1
+# fobitools 0.99.49
2 2
 
3 3
 * New package vignette "_Use case ST000291_".     
4 4
 * New package vignette "_Use case ST000629_".