Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sirplus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BioCellGen-public
sirplus
Commits
124ee9c0
Commit
124ee9c0
authored
6 years ago
by
LiNk-NY
Browse files
Options
Downloads
Patches
Plain Diff
replace BiocInstaller biocLite mentions with BiocManager
parent
79ff2181
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
DESCRIPTION
+1
-1
1 addition, 1 deletion
DESCRIPTION
README.md
+4
-3
4 additions, 3 deletions
README.md
index.md
+7
-6
7 additions, 6 deletions
index.md
vignettes/splatter.Rmd
+4
-3
4 additions, 3 deletions
vignettes/splatter.Rmd
with
16 additions
and
13 deletions
DESCRIPTION
+
1
−
1
View file @
124ee9c0
Package: splatter
Type: Package
Title: Simple Simulation of Single-cell RNA Sequencing Data
Version: 1.5.
3
Version: 1.5.
4
Date: 2018-08-20
Author: Luke Zappia
Authors@R:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
4
−
3
View file @
124ee9c0
...
...
@@ -30,14 +30,15 @@ If you have this installed Splatter can be installed from Bioconductor using
`biocLite`
:
```
{r}
source("https://bioconductor.org/biocLite.R")
biocLite("splatter")
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("splatter")
```
If you wish to build a local version of the vignette use:
```
{r}
b
ioc
Lite
("splatter", build_vignettes=TRUE)
B
ioc
Manager::install
("splatter", build_vignettes=TRUE)
```
This will also build the vignette and install all suggested dependencies (which
...
...
This diff is collapsed.
Click to expand it.
index.md
+
7
−
6
View file @
124ee9c0
...
...
@@ -34,14 +34,15 @@ If you have these installed Splatter can be installed from Bioconductor using
`biocLite`
:
```
{r}
source("https://bioconductor.org/biocLite.R")
biocLite("splatter")
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("splatter")
```
If you wish to build a local version of the vignette use:
```
{r}
b
ioc
Lite
("splatter", build_vignettes=TRUE)
B
ioc
Manager::install
("splatter", build_vignettes=TRUE)
```
This will also build the vignette and install all suggested dependencies (which
...
...
@@ -55,11 +56,11 @@ If you want to try the [development version][devel] this can also be installed
from Bioconductor:
```
{r}
library(Bioc
Install
er)
library(Bioc
Manag
er)
useDevel()
biocValid() # checks for out of date packages
b
ioc
Lite
() # (optional) updates out of date packages
b
ioc
Lite
("splatter")
B
ioc
Manager::install
() # (optional) updates out of date packages
B
ioc
Manager::install
("splatter")
```
Depending on the current release cycle you may also need to install the
...
...
This diff is collapsed.
Click to expand it.
vignettes/splatter.Rmd
+
4
−
3
View file @
124ee9c0
...
...
@@ -29,14 +29,15 @@ introduction to Splatter's functionality.
Splatter can be installed from Bioconductor:
```{r install, eval = FALSE}
source("https://bioconductor.org/biocLite.R")
biocLite("splatter")
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("splatter")
```
To install the most recent development version from Github use:
```{r install-github, eval = FALSE}
b
ioc
Lite
("Oshlack/splatter", dependencies = TRUE,
B
ioc
Manager::install
("Oshlack/splatter", dependencies = TRUE,
build_vignettes = TRUE)
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment