Skip to content

Commit 75c30cc

Browse files
committed
Update cran comments
1 parent 8d0ccd1 commit 75c30cc

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

cran-comments.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
## Release overview
22

3-
This release includes a number of fixes to problems encountered on additional CRAN test platforms:
3+
This release includes two fixes for Solaris:
44

5-
* The required version of R is once again correct.
6-
* Works with gcc 6.
7-
* Ifdefs correctly allow non-standard C++98 only with gcc and clang.
5+
* 'std::logic_error()' is now properly constructed using a 'std::string'.
6+
* The unit tests involving POSIXct now pass on Solaris.
7+
8+
This now passes R CMD check locally on both Solaris sparc and x86.
9+
10+
There is some small possibility it may fail on the CRAN test machine. The crux of the problem appears to be that ` as.POSIXlt()` has different defaults for the timezone. On Linux/Mac/Windows the first element of the tzone attribute has "" for the local timezone, whereas in Solaris it has `Sys.timezone()`. (i.e. the output of `attr(as.POSIXlt(Sys.time()), "tzone")[[1]]` appears to be different on solaris compared to Linux/Mac/Windows).
11+
12+
Thanks for your patience dealing with these issues - it's greatly appreciated.
813

914
## Test environments
1015

0 commit comments

Comments
 (0)