Skip to content

Commit

Permalink
restart live dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellmanware committed Jan 21, 2025
1 parent a133392 commit 2df6c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chapters/01-02-spatial-point-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ unzip(
Inspecting the file with `utils::unzip(list = TRUE)` returned the size of the file, but also the name of the data file of interest. The desired data file can also be identified with `list.files()`.

::: {.note}
Other file names may be returned if `/ YOUR FILE PATH /` is a directory with other contents (e.g., Desktop or Documents folder).
Multiple chunks of code in this tutorial will contain `./dataset/`, a fixed directory path to run the tutorial code. To run the code on your machine, substitute `./dataset/` with the file path where you would like to store the tutorial data.
:::

```{r, eval = FALSE}
Expand Down
2 changes: 1 addition & 1 deletion chapters/01-04-spatial-raster-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ url_narr <- paste0(
# specify where to save downloaded data
destination_narr <- paste0(
"./data/narr/air.2m_",
"./dataset/narr/air.2m_",
year,
".nc"
)
Expand Down

0 comments on commit 2df6c8b

Please sign in to comment.