Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
aerickso committed Apr 27, 2022
1 parent 8ea50b5 commit 56ed2f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 38 deletions.
21 changes: 2 additions & 19 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,9 @@ install.packages("ape")
install.packages("hdf5r")
```

# Installation - Dev
# Installation

```{r, eval = FALSE}
#Note: upon manuscript acceptance, the package will be made public, and thus the need for auth tokens will be removed and thus this code chunk will be deleted. For collaborators, you may need to generate your own new auth token.
AUTH = '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'
install.packages("devtools")
library(devtools)
install_github('aerickso/SpatialInferCNV',
auth_token = AUTH)
library(SpatialInferCNV)
```

# Installation - Public

```{r, eval = FALSE}
#This will be the final code chunk, with the above chunk (Installation - Dev) deleted upon release
install.packages("devtools")
library(devtools)
install_github("aerickso/SpatialInferCNV")
Expand Down Expand Up @@ -132,10 +118,7 @@ library(hdf5r)
After installing the R dependencies, install and initialize SpatialInferCNV.

```{r, eval = FALSE}
#Note: the auth key / parameter will be deleted when the package is made public (upon manuscript acceptance)
AUTH = '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'
install_github('aerickso/SpatialInferCNV',
auth_token = AUTH)
install_github("aerickso/SpatialInferCNV")
# enter 1 to update all
# yes
library(SpatialInferCNV)
Expand Down
21 changes: 2 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,9 @@ install.packages("ape")
install.packages("hdf5r")
```

# Installation - Dev
# Installation

``` r
#Note: upon manuscript acceptance, the package will be made public, and thus the need for auth tokens will be removed and thus this code chunk will be deleted. For collaborators, you may need to generate your own new auth token.

AUTH = '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'
install.packages("devtools")
library(devtools)
install_github('aerickso/SpatialInferCNV',
auth_token = AUTH)
library(SpatialInferCNV)
```

# Installation - Public

``` r
#This will be the final code chunk, with the above chunk (Installation - Dev) deleted upon release
install.packages("devtools")
library(devtools)
install_github("aerickso/SpatialInferCNV")
Expand Down Expand Up @@ -148,10 +134,7 @@ After installing the R dependencies, install and initialize
SpatialInferCNV.

``` r
#Note: the auth key / parameter will be deleted when the package is made public (upon manuscript acceptance)
AUTH = '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'
install_github('aerickso/SpatialInferCNV',
auth_token = AUTH)
install_github("aerickso/SpatialInferCNV")
# enter 1 to update all
# yes
library(SpatialInferCNV)
Expand Down

0 comments on commit 56ed2f7

Please sign in to comment.