Skip to content

Commit

Permalink
update docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
ncborcherding committed Nov 17, 2023
1 parent 3b252e3 commit 88d1ea5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1,148 deletions.
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ scRepertoire is compatible and integrated with the R packages [Trex](https://git
```
devtools::install_github("ncborcherding/scRepertoire")
```

#### Most up-to-date version
```
devtools::install_github("ncborcherding/scRepertoire@dev")
Expand Down
3 changes: 1 addition & 2 deletions inst/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ articles:
SC_Visualizations: SC_Visualizations.html
Trex: Trex.html
Trex_Trajectory: Trex_Trajectory.html
vignette: vignette.html
last_built: 2023-11-04T11:34Z
last_built: 2023-11-17T15:37Z
urls:
reference: https://www.borch.dev/uploads/scRepertoire/reference
article: https://www.borch.dev/uploads/scRepertoire/articles
Expand Down
11 changes: 1 addition & 10 deletions vignettes/articles/Installation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,6 @@ knitr::opts_chunk$set(

scRepertoire requires [R](https://www.r-project.org/) version 4.0 or greater. Highly recommend installing [R Studio](https://posit.co/downloads/).

## Install from Bioconductor
scRepertoire can be installed from [Bioconductor](https://www.bioconductor.org/packages/release/bioc/html/scRepertoire.html) for all platforms using standard installation methods:
```
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("scRepertoire")
```

## Release Notes
A full copy of the changes in each version can be found in the [NEWS/ChangeLog](https://borch.dev/uploads/scRepertoire/news/index.html).

Expand All @@ -57,7 +48,7 @@ A full copy of the changes in each version can be found in the [NEWS/ChangeLog](
scRepertoire is an active project, that receives a number of changes based on user feedback, the most up-to-date versions are available via the GitHub repositories. These versions can be installed using ```devtools::install_github()``` or ```remotes::install_github()```. The **dev** version is the active development branch and might be less stable than the main branch or bioconductor versions.

```
devtools::install_github(repo = "ncborcherding/scRepertoire", ref = "v2)
devtools::install_github(repo = "ncborcherding/scRepertoire")
remotes::install_github(repo = "ncborcherding/scRepertoire", ref = "dev")
```
204 changes: 0 additions & 204 deletions vignettes/articles/Trex_Trajectory.Rmd

This file was deleted.

Loading

0 comments on commit 88d1ea5

Please sign in to comment.