You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,16 @@
1
1
2
+
# fst 0.9.4
3
+
4
+
Version 0.9.4 is a minor update to 'hotfix' an issue with suggested packages as reported by CRAN.
5
+
6
+
## Bugs solved
7
+
8
+
* Packages `nanotime`, `bit64` and `lintr` are now used conditionally as is required for packages suggested in DESCRIPTION, see 'Writing R Extensions' 1.1.3.1 (thanks @CRAN for reporting)
9
+
10
+
2
11
# fst 0.9.2
3
12
4
-
Version 0.9.2 of the `fst` package brings support for zero-row table serialization and compression for long vectors. In
5
-
addition, `fst` was prepared for the change in the default settings for the stringsAsFactors argument (data.frame) in
6
-
R 4.0.0.
13
+
Version 0.9.2 of the `fst` package brings support for zero-row table serialization and compression for long vectors. In addition, `fst` was prepared for the change in the default settings for the stringsAsFactors argument (data.frame) in R 4.0.0.
Resubmission 1 failed on clang-10 ubsan warnings ("adding offset to a null pointer"). These warnings have been fixed locally and checked on a local instrumented build using clang-10 on Ubuntu 18.04.4 (thanks Prof Hornik and Prof Ripley for the pointers).
5
-
6
-
## Resubmission 1
7
-
8
-
The pre-checks for my original submission failed on a specific warning in the included ZSTD compressor component (from Facebook). To remedy this, I've adapted the C++ macro responsible for the warning and all corresponding calls. This could be safely done as the macro is only activated in a specially prepared DEBUG build and therefore it is not used bycalls from the fst package. I have raised an issue with the ZSTD team addressing this problem (see https://github.com/facebook/zstd/issues/2035).
4
+
This resubmission of fst (v0.9.4) addresses the submission comments of Dr. Uwe Ligges on the package title and URL.
9
5
10
6
## Submission
11
7
12
-
This submission of fst (v0.9.2) addresses Dr. Kurt Hornik's request to fix problems shown for the r-devel checks. These issues are related to the new stringsAsFactors = FALSE default, which is planned for R 4.0.0.
8
+
This submission of fst (v0.9.4) addresses Prof. Brian Ripley's request to fix problems shown in updated CRAN checks. Packages that are in Suggests are now used conditionally in the package code and tests.
13
9
14
10
## Test environments
15
11
16
12
* OSX on travis-ci (version 10.13.6)
17
-
* Ubuntu Ubuntu 16.04.6 LTS on travis-ci
18
-
* Ubuntu 19.10 locally
19
-
* Ubuntu 19.10 locally using clang-6.0
13
+
* Ubuntu 16.04.6 LTS on travis-ci
14
+
* Ubuntu 18.04 locally using clang-10.0
20
15
* Docker with the rocker/r-devel-ubsan-clang instrumented image
21
-
* Local Ubuntu with instrumenten image using clang-10
16
+
* Local Ubuntu with instrumented image using clang-10
22
17
* Windows 10 local R 3.6.4
23
-
* Windows 10 local R-dev 4.0.0 pre-release (r77640)
24
-
* Windows Server 2012 R2 x64 (build 9600) on AppVeyor (R 3.6.3)
25
-
* Singularity-container package for running rchk on Ubuntu 18.10
26
-
* Valgrind on Ubuntu 19.10.
18
+
* Windows 10 local R-dev 4.0.2
19
+
* Singularity-container package for running rchk on Ubuntu 18.04
20
+
* Valgrind on Ubuntu 18.04
27
21
* Rhub (all available systems)
28
22
29
23
## R CMD check results
@@ -34,14 +28,20 @@ There are no errors or warnings.
34
28
35
29
I have run R CMD check on downstream dependencies and found no issues. The notes on the grattan and tidyfst packages are unrelated to fst.
0 commit comments