-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update catalogue, pad underlength station codes, update readme, impro…
…ve tests, remove dependency-heavy station_explorer()
- Loading branch information
Showing
22 changed files
with
347 additions
and
386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,24 @@ | ||
Package: senamhiR | ||
Type: Package | ||
Title: A Collection of Functions to Obtain Peruvian Climate Data | ||
Version: 0.4.2 | ||
Version: 0.5.0 | ||
Date: 2017-10-08 | ||
Authors@R: c(person(given = c("Conor", "I."), family = "Anderson", | ||
role = c("aut","cre"), email = "conor.anderson@mail.utoronto.ca"), | ||
role = c("aut","cre"), email = "[email protected]"), | ||
person(given = c("William", "A."), family = "Gough", role = "ths", | ||
email = "[email protected]")) | ||
Maintainer: Conor I. Anderson <conor@conr.ca> | ||
Maintainer: Conor I. Anderson <conor.anderson@utoronto.ca> | ||
Description: A collection of functions to obtain archived Peruvian climatological or | ||
hydrological data form the Peruvian National Meterology and Hydrology Service. | ||
Depends: | ||
R (>= 3.1.0) | ||
Imports: | ||
DBI, | ||
DT, | ||
dplyr, | ||
geosphere, | ||
leaflet, | ||
magrittr, | ||
RMySQL, | ||
shiny, | ||
tibble, | ||
utils, | ||
zoo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
.onAttach <- function(libname = find.package("senamhiR"), pkgname = "senamhiR") { | ||
packageStartupMessage("The information accessed by this package was compiled and maintained by Peru's National Meteorology and Hydrology Service (Senamhi). The use of this data is of your sole responsibility.") | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.