Releases: DOI-USGS/geoknife
CRAN release 1.2.1
this was mainly a vignette fix because of the modified URL in the geotiff vignette that was failing.
CRAN v1.2.0 release
gconig()
new geotiff vignette
fixes for httr messages
GRAN release w/ UTF-8 message and user-agent
Following our USGS-R user-agent
pattern for logging on the server side. Updated to handle the httr
new release that was giving a lot of UTF-8 messages because the content print method needed to assume an encoding.
CRAN release 1.1.3
This release adds geotiff outputs and fixes a few bugs (including one where you pass in the knife
object and expect params to overwrite its values geoknife(..., knife, wait=FALSE)
)
a lot of the web processing tests are now skipped on cran.
Released on CRAN as 1.1.3
minor bug fixes and proper UTC time handling
fixed a bug with user input tz slipping into the POST, along with a number of other small nuisance bugs. GRAN release
supporting OUTPUT_TYPE
allows OPeNDAP subset to be used to output a zip of geotiffs, or the standard .nc file.
CRAN release
initial CRAN release. Tested and updated to remove all warnings and notes for v3.2, v3.1, and r-devel.
This release includes the ability to query for webdata, includes edits from the recent geoknife publication in the Ecography journal (http://onlinelibrary.wiley.com/doi/10.1111/ecog.01880/abstract) and has a vignette for getting started and finding datasets.
CRAN test
Merge pull request #201 from jread-usgs/master updates for pre-CRAN
CRAN pre-release
updates according to manuscript feedback, and pre-release for CRAN target.
retries and better error handling
Merge pull request #177 from jread-usgs/master using retry on waitUntilFinished