Browse code

Removed .Rhistory, added .gitignore, decrease version in DESCRIPTION to have consecutive versions.

Robert Castelo authored on 26/11/2020 12:21:47
Showing 3 changed files

1 1
deleted file mode 100644
... ...
@@ -1,7 +0,0 @@
1
-devtools::check(vignettes = F)
2
-setwd("~/curro/gsva-devel/GSVA")
3
-setwd("~/curro/gsva-devel/GSVA")
4
-devtools::check(vignettes = F)
5
-devtools::build(vignettes = F)
6
-devtools::install(build_vignettes = F)
7
-library(GSVA)
8 0
new file mode 100644
... ...
@@ -0,0 +1,5 @@
1
+.Rhistory
2
+.Rapp.history
3
+.RData
4
+.Ruserdata
5
+.Renviron
... ...
@@ -1,5 +1,5 @@
1 1
 Package: GSVA
2
-Version: 1.39.9
2
+Version: 1.39.8
3 3
 Title: Gene Set Variation Analysis for microarray and RNA-seq data
4 4
 Authors@R: c(person("Justin", "Guinney", role=c("aut", "cre"), email="justin.guinney@sagebase.org"),
5 5
              person("Robert", "Castelo", role="aut", email="robert.castelo@upf.edu"),