Browse code

try to fix vignette links

Qian Liu authored on 10/02/2023 02:55:09
Showing 1 changed files

... ...
@@ -193,15 +193,18 @@ the following section for details.
193 193
 # Cloud data resources 
194 194
 
195 195
 With the prebuilt data recipes for curation (e.g., downloading,
196
-unzipping, indexing) of commonly used public data resources (recipes
197
-can be retrieved using `recipeSearch` and `recipeLoad`, see the other
198
-vignette for [data recipe](ReUseData_recipe.html)), we have pregenerated
199
-some data sets and put them on the cloud space for direct use.
196
+unzipping, indexing) of commonly used public data resources we have
197
+pregenerated some data sets and put them on the cloud space for direct
198
+use. 
200 199
 
201 200
 Before searching, one need to use `dataUpdate(cloud=TRUE)` to sync the
202 201
 existing data sets on cloud, then `dataSearch()` can be used to search
203 202
 any available data set either in local cache and on the cloud. 
204 203
 
204
+Note that the prebuilt recipes can be retrieved using `recipeSearch`
205
+and `recipeLoad`, see the other vignette for [data recipes](ReUseData_recipe.html).
206
+
207
+
205 208
 ```{r}
206 209
 gcpdir <- file.path(tempdir(), "gcpData")
207 210
 dataUpdate(gcpdir, cloud=TRUE)