Skip to content

Commit aa33f6f

Browse files
committed
update readme
1 parent 5c65b32 commit aa33f6f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.Rmd

+3-2
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ Public omics data from UCSC Xena are supported through [**multiple turn-key Xena
4444

4545
## Installation
4646

47-
Install stable release from CRAN with:
47+
Install stable release from r-universe/CRAN with:
4848

4949
```{r, eval=FALSE}
50-
install.packages("UCSCXenaTools")
50+
install.packages('UCSCXenaTools', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org'))
51+
#install.packages("UCSCXenaTools")
5152
```
5253

5354
You can also install devel version of **UCSCXenaTools** from github with:

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ this package?**
4040

4141
## Installation
4242

43-
Install stable release from CRAN with:
43+
Install stable release from r-universe/CRAN with:
4444

4545
``` r
46-
install.packages("UCSCXenaTools")
46+
install.packages('UCSCXenaTools', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org'))
47+
#install.packages("UCSCXenaTools")
4748
```
4849

4950
You can also install devel version of **UCSCXenaTools** from github
@@ -172,7 +173,7 @@ Query and download.
172173
XenaQuery(df_todo) %>%
173174
XenaDownload() -> xe_download
174175
#> This will check url status, please be patient.
175-
#> All downloaded files will under directory /tmp/RtmpyHpIIe.
176+
#> All downloaded files will under directory /tmp/RtmpYsoGw3.
176177
#> The 'trans_slash' option is FALSE, keep same directory structure as Xena.
177178
#> Creating directories for datasets...
178179
#> Downloading TCGA.LUNG.sampleMap/LUNG_clinicalMatrix

0 commit comments

Comments
 (0)