Skip to content

Commit

Permalink
CRAN version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmendels committed Aug 6, 2019
1 parent f034aac commit ea4c004
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Description: Contains three functions that access
URL: https://github.com/rmendels/rerddapXtracto
BugReports: https://github.com/rmendels/rerddapXtracto/issues
Depends:
R(>= 3.5.0)
R(>= 3.6.0)
License: CC0
Imports:
abind,
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# rerddapXtracto 0.4.1

- More robust handling of http timeouts paritcularly in 'rxtracto()'
- More robust handling of http timeouts particularly in 'rxtracto()'
- Better handling of zlen if xlen and ylen vary
- Fixed problem with data indirectly served through TDS that cross dateline
- Removed UTF-8 Symbol

# rerddapXtracto 0.4.0

Expand Down
28 changes: 13 additions & 15 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,38 @@
## update Version 0.4.1

Should fix the notes and warnings in CRAN nightly builds
Some other minor improvements detailed in the NEWS

## Test environments
* local OS X install, R 3.6.1
* rhub check_for_cran Windows Server and Fedora
* win-builder (devel and release)






## R CMD check result

On Mac OS X I get:

Duration: 51.9s
Duration: 51.1s

0 errors | 0 warnings | 0 notes
0 errors v | 0 warnings v | 0 notes v

On rhub Windows Server I get:

* checking examples ... NOTE
Examples with CPU or elapsed time > 5s
user system elapsed
rxtracto 0.40 0.00 6.75
rxtracto_3D 0.06 0.02 6.03
rxtractogon 0.06 0.01 6.07
** found \donttest examples: check also with --run-donttest

On r-hub Fedora:
rxtracto 0.51 0.09 6.72
rxtractogon 0.17 0.03 5.96
rxtracto_3D 0.08 0.05 5.93
** found \donttest examples: check also with --run-donttestOn r-hub Fedora:

Get Ok, no notes, no warnings
On rhub Fedora I get:

Ok

on winbuilder_release:

OK
Ok

on winbuilder_develop:

Expand Down
Binary file added data/Marlingtag38606.RData
Binary file not shown.
Binary file removed data/Marlintag38606.rda
Binary file not shown.
Binary file modified data/dataInfo.RData
Binary file not shown.
Binary file removed data/mbnms.rda
Binary file not shown.

0 comments on commit ea4c004

Please sign in to comment.