We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18aa4c2 commit b4d8deeCopy full SHA for b4d8dee
tests/reg-tests-1e.R
@@ -1698,6 +1698,7 @@ options(op) # return to sanity + warn=2
1698
1699
1700
## sessionInfo() *prints* La_version() when not empty
1701
+op <- options(warn = 1) # possible warning from Sys.timezone() --> timezone.R
1702
si <- sessionInfo()
1703
str( osi <- capture.output(si)); si$LAPACK <- ""
1704
osi.noLA <- capture.output(si)
@@ -1719,6 +1720,7 @@ if(length(iLA) && nzchar(La_version())) { cat("sessionInfo - La_* checking: ")
1719
1720
cat("ok\n")
1721
}
1722
## the "LAPACK: .." was entirely empty when si$LAPACK was ""
1723
+options(op)
1724
1725
1726
## arima(*, seasonal = <numeric>)
0 commit comments