Browse code

change version to 0.99 for new submission

Former-commit-id: c391f00bc1791242550600773c0114c2804857da

nttvy authored on 01/07/2021 17:16:03
Showing 3 changed files

... ...
@@ -1,7 +1,7 @@
1 1
 Package: scAnnotatR
2 2
 Type: Package
3 3
 Title: Pretrained learning models for cell type prediction on single cell RNA-sequencing data 
4
-Version: 0.99.7
4
+Version: 0.99
5 5
 Authors@R: 
6 6
     c(person("Vy", "Nguyen", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0003-3436-3662")),
7 7
       person("Johannes", "Griss", email = "[email protected]", role = c("cre"), comment = c(ORCID = "0000-0003-2206-9511")))
8 8
deleted file mode 100644
... ...
@@ -1,3 +0,0 @@
1
-Changes in version 0.99.5 (2020-12-30)
2
-+ Adapted code based on Bioconductor review
3
-
... ...
@@ -12,7 +12,6 @@ if (!require(devtools)) {
12 12
   install.packages("devtools")
13 13
 }
14 14
 
15
-# install the ReactomeGSA package
16 15
 if (!require(scAnnotatR)) {
17 16
   install_github("grisslab/scAnnotatR")
18 17
 }