Skip to content

Commit

Permalink
CRAN Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmendels committed Jul 29, 2020
1 parent a986d08 commit e9903e7
Show file tree
Hide file tree
Showing 7 changed files with 340 additions and 301 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: rerddapXtracto
Type: Package
Title: Extracts Environmental Data from 'ERDDAP' Web Services
Version: 0.4.8
Date: 2020-06-11
Version: 1.0.0
Date: 2020-07-29
Authors@R: person("Roy", "Mendelssohn", email = "[email protected]", role = c("aut","cre"))
Description: Contains three functions that access
environmental data from any 'ERDDAP' data web service. The rxtracto() function extracts
Expand All @@ -15,7 +15,7 @@ Description: Contains three functions that access
URL: https://github.com/rmendels/rerddapXtracto
BugReports: https://github.com/rmendels/rerddapXtracto/issues
Depends:
R(>= 3.6.0)
R(>= 4.0.0)
License: CC0
Imports:
abind,
Expand All @@ -41,7 +41,7 @@ Suggests:
maptools,
rgdal,
rmarkdown
RoxygenNote: 7.1.0
RoxygenNote: 7.1.1
Encoding: UTF-8
LazyData: TRUE
VignetteBuilder: knitr
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# rerddapXtracto 1.0.0

- Major changes in how 'rxtracto()' works.
- Now one download for all requests at the same period
- If no time, such as bathymetry, just one download
- Calculations are then done on the downloaded data
- Should greatly speed-up very large requests

# rerddapXtracto 0.4.8

fixed problem in 'plotBBox' when name is given for colorbar
Expand Down
Loading

0 comments on commit e9903e7

Please sign in to comment.