-
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.
Overhaul to move most of the code to plumber.
(Temporarily include code to migrate from mariadb to plumber) Squashed commit of the following: commit ed9a8c0 Author: Conor Anderson <[email protected]> Date: Fri Dec 21 04:22:08 2018 +0000 Update .gitlab-ci.yml and appveyor.yml commit 9f4d8b0 Author: Conor Anderson <[email protected]> Date: Thu Dec 20 18:03:46 2018 -0500 Clean-up and improvements. commit abb1630 Author: Conor Anderson <[email protected]> Date: Thu Dec 20 13:16:30 2018 -0500 Fix missing year arg. commit c391e89 Author: Conor Anderson <[email protected]> Date: Thu Dec 20 13:12:15 2018 -0500 Clean up docker stuff. commit d7a1a3a Author: Conor Anderson <[email protected]> Date: Wed Dec 19 23:32:13 2018 -0500 Add missing import commit 9f768af Author: Conor Anderson <[email protected]> Date: Wed Dec 19 23:00:59 2018 -0500 Move to plumber, part 2 commit 7e7f081 Author: Conor Anderson <[email protected]> Date: Wed Dec 19 22:59:29 2018 -0500 Move to plumber, part 1
- Loading branch information
Showing
20 changed files
with
312 additions
and
235 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,6 @@ | |
^README\..*$ | ||
^LICENSE\.md$ | ||
^install_senamhiR\.R$ | ||
^plumber$ | ||
^docker-compose.yml$ | ||
^updateip.sh$ |
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 |
---|---|---|
|
@@ -5,3 +5,4 @@ | |
.directory | ||
senamhiR.Rproj | ||
README.html | ||
updateip.sh |
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,8 +1,8 @@ | ||
Package: senamhiR | ||
Type: Package | ||
Title: A Collection of Functions to Obtain Peruvian Climate Data | ||
Version: 0.6.5 | ||
Date: 2018-06-27 | ||
Version: 0.7.0 | ||
Date: 2018-12-20 | ||
Authors@R: c(person(given = c("Conor", "I."), family = "Anderson", | ||
role = c("aut","cre"), email = "[email protected]"), | ||
person(given = c("William", "A."), family = "Gough", role = "ths", | ||
|
@@ -13,15 +13,15 @@ Description: A collection of functions to obtain archived Peruvian climatologica | |
Depends: | ||
R (>= 3.1.0) | ||
Imports: | ||
DBI, | ||
dplyr, | ||
geosphere, | ||
leaflet, | ||
RMySQL, | ||
httr, | ||
rlang, | ||
tibble, | ||
utils, | ||
zoo | ||
Suggests: | ||
Suggests: | ||
leaflet, | ||
testthat, | ||
covr | ||
License: GPL (>= 3) | ||
|
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 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.