File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- ## New release v2.0.4
1
+ ## New release v2.0.3
2
2
3
3
Dear CRAN team,
4
4
5
5
This small update fixes an edge case in the RStudio Addin for conversion
6
6
of ECMWF python to R queries. Mention of the keyword ` dataset ` was filtered
7
7
properly only to select the first instance, not allowing multiple selections
8
- which as cause for an error. No further changes were made.
8
+ which as cause for an error. In addition, the CDS API now returns zip or
9
+ netCDF/grib files depending on the requested data. To address this dynamic
10
+ naming the requested file name is now renamed automatically if not matching the
11
+ extension on the download url. A small typo in the documentation is also fixed.
9
12
10
13
Stats on code coverage and test routines remain the same as per previous
11
- v2.0.3 release.
14
+ v2.0.2 release.
12
15
13
16
Kind regards,
14
17
Koen Hufkens
@@ -18,7 +21,7 @@ http://cran.r-project.org/web/packages/policies.html
18
21
19
22
## test environments, local, CI and r-hub
20
23
21
- - local Ubuntu 22.04 install on R 4.4.1
24
+ - local Ubuntu 22.04 install on R 4.4.2
22
25
- Ubuntu 22.04 on github actions (devel / release / macos / windows)
23
26
- codecove.io code coverage at ~ 70%
24
27
You can’t perform that action at this time.
0 commit comments