Skip to content

Commit 189d992

Browse files
committed
undo is_cruncher_v3 = TRUE (keep v2 default)
1 parent 30a3d42 commit 189d992

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

NEWS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
- add new parameter `standalone` to `download_cruncher()`.
44

5-
- by default, the option `"is_cruncher_v3"` is now set to `TRUE`.
6-
A startup message is added.
5+
- A startup message is added indicating which version of the JWSACruncher is used by default (defined by the option `"is_cruncher_v3"`).
76

87
- new function `download_jdemetra()` to download the JDemetra+ software.
98

R/onLoad.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
options(cruncher_bin_directory = NULL)
8282

8383
if(is.null(getOption("is_cruncher_v3")))
84-
options(is_cruncher_v3 = TRUE)
84+
options(is_cruncher_v3 = FALSE)
8585
}
8686

8787
.onAttach <- function(libname, pkgname) {

0 commit comments

Comments
 (0)