Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-berner committed Apr 21, 2023
1 parent 26a7323 commit 59f5c0f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You can install the package using `devtools` as follows:

``` r
# install.packages("devtools")
devtools::install_github("logan-berner/LandsatTS")
devtools::install_github("logan-berner/LandsatTS", build_vignettes = TRUE)
```

For the preparation and extractions scripts you will also have to make sure you have the `rgee` package installed, fully configured and the Earth Engine initialized for the current R session. You can find out how to do that on the [rgee website](https://r-spatial.github.io/rgee/).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You can install the package using `devtools` as follows:

``` r
# install.packages("devtools")
devtools::install_github("logan-berner/LandsatTS")
devtools::install_github("logan-berner/LandsatTS", build_vignettes = TRUE)
```

For the preparation and extractions scripts you will also have to make
Expand Down
Binary file not shown.
6 changes: 3 additions & 3 deletions vignettes/LandsatTS.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "LandsatTS vignette"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output: rmarkdown::html_vignette
# output: pdf_document
# output: rmarkdown::html_vignette
output: pdf_document
vignette: >
%\VignetteIndexEntry{LandsatTS}
%\VignetteEngine{knitr::rmarkdown}
Expand Down Expand Up @@ -47,7 +47,7 @@ You can install the package using `devtools` as follows:

``` r
# install.packages("devtools")
devtools::install_github("logan-berner/LandsatTS")
devtools::install_github("logan-berner/LandsatTS", build_vignettes = TRUE)
```

For the preparation and extractions scripts you will also have to make sure you have the `rgee` package installed, fully configured and the Earth Engine initialized for the current R session. You can find out how to do that on the [rgee website](https://r-spatial.github.io/rgee/).
Expand Down
Binary file modified vignettes/LandsatTS.pdf
Binary file not shown.

0 comments on commit 59f5c0f

Please sign in to comment.