Skip to content

Commit

Permalink
Merge pull request #68 from adamhsparks/master
Browse files Browse the repository at this point in the history
Cleans up vignette output
  • Loading branch information
adamhsparks authored Sep 4, 2019
2 parents 043b5e6 + e7332de commit 8e7367a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
34 changes: 0 additions & 34 deletions vignettes/Working_with_spatial_and_climate_data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ vignette: >
---


```
## Registered S3 method overwritten by 'xts':
## method from
## as.zoo.xts zoo
```

# Introduction

Expand Down Expand Up @@ -139,35 +134,6 @@ if (!require(devtools)) {
devtools::install_github("adamhsparks/GSODRdata")
```

```
##
checking for file ‘/private/var/folders/_x/gqh2xrvn4qb0qs5d8795n8vr0000gn/T/RtmpS2DFky/remotes3ea566dbcb21/adamhsparks-GSODRdata-54baad1/DESCRIPTION’ ...
✔ checking for file ‘/private/var/folders/_x/gqh2xrvn4qb0qs5d8795n8vr0000gn/T/RtmpS2DFky/remotes3ea566dbcb21/adamhsparks-GSODRdata-54baad1/DESCRIPTION’
##
─ preparing ‘GSODRdata’:
##
checking DESCRIPTION meta-information ...
✔ checking DESCRIPTION meta-information
##
─ checking for LF line-endings in source and make files and shell scripts
##
─ checking for empty or unneeded directories
## ─ looking to see if a ‘data/datalist’ file should be added
##
─ building ‘GSODRdata_0.2.13.tar.gz’ (1.9s)
##
##
```

Now that the extra data have been installed, take a look at the CHELSA data that
are one of the data sets included in the _GSODRdata_ package.

Expand Down
2 changes: 1 addition & 1 deletion vignettes/Working_with_spatial_and_climate_data.Rmd.orig
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ directory and link it with climate data from the _GSODRdata_ package.
Download data for Philippines for year 2010 and generate a spatial, year summary
file, PHL-2010.gpkg, in the user's home directory.

```{r get-data, eval=TRUE, message=FALSE}
```{r get-data, eval=TRUE, messages=FALSE}
library(GSODR)
library(sf)
PHL <-
Expand Down

0 comments on commit 8e7367a

Please sign in to comment.