Browse code

replace BiocInstaller biocLite mentions with BiocManager

LiNk-NY authored on 30/08/2018 17:56:53
Showing 1 changed files
... ...
@@ -2,7 +2,8 @@
2 2
 
3 3
 ### Installation ###
4 4
 ```R
5
-source("https://bioconductor.org/biocLite.R")
6
-biocLite("StarBioTrek")
5
+if (!requireNamespace("BiocManager", quietly=TRUE))
6
+    install.packages("BiocManager")
7
+BiocManager::install("StarBioTrek")
7 8
 ```
8 9
 
claudiacava authored on 16/10/2017 14:36:16
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,8 @@
1
+# StarBioTrek
2
+
3
+### Installation ###
4
+```R
5
+source("https://bioconductor.org/biocLite.R")
6
+biocLite("StarBioTrek")
7
+```
8
+
claudiacava authored on 16/10/2017 14:29:48
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,8 +0,0 @@
1
-# StarBioTrek
2
-
3
-### Installation ###
4
-```R
5
-source("https://bioconductor.org/biocLite.R")
6
-biocLite("StarBioTrek")
7
-```
8
-
Browse code

replace name

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/StarBioTrek@122485 bc3139a8-67e5-0310-9ffc-ced21a209358

Claudia Cava authored on 16/10/2016 09:58:12
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,8 @@
1
+# StarBioTrek
2
+
3
+### Installation ###
4
+```R
5
+source("https://bioconductor.org/biocLite.R")
6
+biocLite("StarBioTrek")
7
+```
8
+
Browse code

replace name

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/StarBioTrek@122484 bc3139a8-67e5-0310-9ffc-ced21a209358

Claudia Cava authored on 16/10/2016 09:46:07
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,8 +0,0 @@
1
-# StarTrek
2
-
3
-### Installation ###
4
-```R
5
-source("https://bioconductor.org/biocLite.R")
6
-biocLite("StarTrek")
7
-```
8
-
Browse code

rename StarTrek to StarBioTrek, add to manifest

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/StarBioTrek@122422 bc3139a8-67e5-0310-9ffc-ced21a209358

Martin Morgan authored on 14/10/2016 08:47:51
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,8 @@
1
+# StarTrek
2
+
3
+### Installation ###
4
+```R
5
+source("https://bioconductor.org/biocLite.R")
6
+biocLite("StarTrek")
7
+```
8
+