We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a3d42 commit 189d992Copy full SHA for 189d992
NEWS.md
@@ -2,8 +2,7 @@
2
3
- add new parameter `standalone` to `download_cruncher()`.
4
5
-- by default, the option `"is_cruncher_v3"` is now set to `TRUE`.
6
-A startup message is added.
+- A startup message is added indicating which version of the JWSACruncher is used by default (defined by the option `"is_cruncher_v3"`).
7
8
- new function `download_jdemetra()` to download the JDemetra+ software.
9
R/onLoad.R
@@ -81,7 +81,7 @@
81
options(cruncher_bin_directory = NULL)
82
83
if(is.null(getOption("is_cruncher_v3")))
84
- options(is_cruncher_v3 = TRUE)
+ options(is_cruncher_v3 = FALSE)
85
}
86
87
.onAttach <- function(libname, pkgname) {
0 commit comments