-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #372 fix arc2 internal function - along with remove sf package fr…
…om suggests sf was in arc2 test, but not needed AFAICT
- Loading branch information
Showing
4 changed files
with
8 additions
and
9 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 |
---|---|---|
|
@@ -59,7 +59,6 @@ Suggests: | |
raster, | ||
leaflet, | ||
rgdal, | ||
sf, | ||
rmarkdown, | ||
purrr, | ||
ggmap, | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ http_interactions: | |
encoding: '' | ||
string: '' | ||
headers: | ||
User-Agent: libcurl/7.64.1 r-curl/4.3 crul/0.9.0 | ||
User-Agent: libcurl/7.72.0 r-curl/4.3 crul/1.0.0 | ||
Accept-Encoding: gzip, deflate | ||
Accept: application/json, text/xml, application/xml, */* | ||
Authorization: Basic anonymous:[email protected] | ||
|
@@ -22,16 +22,16 @@ http_interactions: | |
encoding: UTF-8 | ||
file: yes | ||
string: ../files/daily_clim.bin.19830101.gz | ||
recorded_at: 2020-05-28 18:12:10 GMT | ||
recorded_with: vcr/0.5.4, webmockr/0.6.2 | ||
recorded_at: 2020-10-05 15:29:10 GMT | ||
recorded_with: vcr/0.5.4, webmockr/0.7.0 | ||
- request: | ||
method: get | ||
uri: ftp://ftp.cpc.ncep.noaa.gov/fews/fewsdata/africa/arc2/bin/daily_clim.bin.19900205.gz | ||
body: | ||
encoding: '' | ||
string: '' | ||
headers: | ||
User-Agent: libcurl/7.64.1 r-curl/4.3 crul/0.9.0 | ||
User-Agent: libcurl/7.72.0 r-curl/4.3 crul/1.0.0 | ||
Accept-Encoding: gzip, deflate | ||
Accept: application/json, text/xml, application/xml, */* | ||
Authorization: Basic anonymous:[email protected] | ||
|
@@ -47,5 +47,5 @@ http_interactions: | |
encoding: UTF-8 | ||
file: yes | ||
string: ../files/daily_clim.bin.19900205.gz | ||
recorded_at: 2020-05-28 18:12:10 GMT | ||
recorded_with: vcr/0.5.4, webmockr/0.6.2 | ||
recorded_at: 2020-10-05 15:29:10 GMT | ||
recorded_with: vcr/0.5.4, webmockr/0.7.0 |
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