CRAN Package Check Results for Package dhReg

Last updated on 2023-03-21 07:54:08 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.1 6.56 56.18 62.74 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 105.95 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.1 103.15 ERROR
r-devel-windows-x86_64 0.1.1 15.00 113.00 128.00 OK
r-patched-linux-x86_64 0.1.1 7.75 73.18 80.93 ERROR
r-release-linux-x86_64 0.1.1 6.17 72.68 78.85 ERROR
r-release-macos-arm64 0.1.1 37.00 OK
r-release-macos-x86_64 0.1.1 74.00 OK
r-release-windows-x86_64 0.1.1 14.00 124.00 138.00 OK
r-oldrel-macos-arm64 0.1.1 45.00 OK
r-oldrel-macos-x86_64 0.1.1 66.00 OK
r-oldrel-windows-ix86+x86_64 0.1.1 22.00 117.00 139.00 NOTE

Check Details

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [4s/4s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > # install.packages("testthat")
     > library(testthat)
     > # install.packages("forecast")
     > # library(forecast)
     > # install.packages("stats")
     > # library(stats)
     > # install.packages("future.apply")
     > # library(future.apply)
     > library(dhReg)
     Loading required package: forecast
     Loading required package: future.apply
     Loading required package: future
     > Data1 <- runif(runif(200,100,1000)) #To generate random number for example
     > Data_ts <- ts(Data1)
     >
     > test_that("summary of Dynamic harmonic regression model", {
     + M <- dhr(Data=Data_ts,XREG=NULL,Range=list(1:2,1),Frequency=c(24,168),Criteria="aicc")
     + })
     ── Error (???): summary of Dynamic harmonic regression model ───────────────────
     <defunctError/error/condition>
     Error: Strategy 'multiprocess' is defunct in future (>= 1.32.0) [2023-03-06]. Instead, explicitly specify either 'multisession' (recommended) or 'multicore'.
     Backtrace:
     1. dhReg::dhr(...)
     2. future::plan(future::multiprocess)
     3. future (local) plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init)
     4. future (local) warn_about_multiprocess(newStack)
     5. future (local) warn_about_deprecated(stack, strategy = "multiprocess", fmtstr = sprintf("Strategy '%%s' is %%s in future (>= 1.32.0) [2023-03-06]. Instead, explicitly specify either 'multisession' (recommended) or 'multicore'."))
     6. base (local) dfcn(msg = msg, package = .packageName)
    
     Error in reporter$stop_if_needed() : Test failed
     Calls: test_that -> <Anonymous>
     Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [3s/4s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > # install.packages("testthat")
     > library(testthat)
     > # install.packages("forecast")
     > # library(forecast)
     > # install.packages("stats")
     > # library(stats)
     > # install.packages("future.apply")
     > # library(future.apply)
     > library(dhReg)
     Loading required package: forecast
     Loading required package: future.apply
     Loading required package: future
     > Data1 <- runif(runif(200,100,1000)) #To generate random number for example
     > Data_ts <- ts(Data1)
     >
     > test_that("summary of Dynamic harmonic regression model", {
     + M <- dhr(Data=Data_ts,XREG=NULL,Range=list(1:2,1),Frequency=c(24,168),Criteria="aicc")
     + })
     ── Error (???): summary of Dynamic harmonic regression model ───────────────────
     <defunctError/error/condition>
     Error: Strategy 'multiprocess' is defunct in future (>= 1.32.0) [2023-03-06]. Instead, explicitly specify either 'multisession' (recommended) or 'multicore'.
     Backtrace:
     1. dhReg::dhr(...)
     2. future::plan(future::multiprocess)
     3. future (local) plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init)
     4. future (local) warn_about_multiprocess(newStack)
     5. future (local) warn_about_deprecated(stack, strategy = "multiprocess", fmtstr = sprintf("Strategy '%%s' is %%s in future (>= 1.32.0) [2023-03-06]. Instead, explicitly specify either 'multisession' (recommended) or 'multicore'."))
     6. base (local) dfcn(msg = msg, package = .packageName)
    
     Error in reporter$stop_if_needed() : Test failed
     Calls: test_that -> <Anonymous>
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > # install.packages("testthat")
     > library(testthat)
     > # install.packages("forecast")
     > # library(forecast)
     > # install.packages("stats")
     > # library(stats)
     > # install.packages("future.apply")
     > # library(future.apply)
     > library(dhReg)
     Loading required package: forecast
     Loading required package: future.apply
     Loading required package: future
     > Data1 <- runif(runif(200,100,1000)) #To generate random number for example
     > Data_ts <- ts(Data1)
     >
     > test_that("summary of Dynamic harmonic regression model", {
     + M <- dhr(Data=Data_ts,XREG=NULL,Range=list(1:2,1),Frequency=c(24,168),Criteria="aicc")
     + })
     ── Error (???): summary of Dynamic harmonic regression model ───────────────────
     <defunctError/error/condition>
     Error: Strategy 'multiprocess' is defunct in future (>= 1.32.0) [2023-03-06]. Instead, explicitly specify either 'multisession' (recommended) or 'multicore'.
     Backtrace:
     1. dhReg::dhr(...)
     2. future::plan(future::multiprocess)
     3. future (local) plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init)
     4. future (local) warn_about_multiprocess(newStack)
     5. future (local) warn_about_deprecated(stack, strategy = "multiprocess", fmtstr = sprintf("Strategy '%%s' is %%s in future (>= 1.32.0) [2023-03-06]. Instead, explicitly specify either 'multisession' (recommended) or 'multicore'."))
     6. base (local) dfcn(msg = msg, package = .packageName)
    
     Error in reporter$stop_if_needed() : Test failed
     Calls: test_that -> <Anonymous>
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [5s/18s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > # install.packages("testthat")
     > library(testthat)
     > # install.packages("forecast")
     > # library(forecast)
     > # install.packages("stats")
     > # library(stats)
     > # install.packages("future.apply")
     > # library(future.apply)
     > library(dhReg)
     Loading required package: forecast
     Loading required package: future.apply
     Loading required package: future
     > Data1 <- runif(runif(200,100,1000)) #To generate random number for example
     > Data_ts <- ts(Data1)
     >
     > test_that("summary of Dynamic harmonic regression model", {
     + M <- dhr(Data=Data_ts,XREG=NULL,Range=list(1:2,1),Frequency=c(24,168),Criteria="aicc")
     + })
     ── Error (???): summary of Dynamic harmonic regression model ───────────────────
     <defunctError/error/condition>
     Error: Strategy 'multiprocess' is defunct in future (>= 1.32.0) [2023-03-06]. Instead, explicitly specify either 'multisession' (recommended) or 'multicore'.
     Backtrace:
     1. dhReg::dhr(...)
     2. future::plan(future::multiprocess)
     3. future (local) plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init)
     4. future (local) warn_about_multiprocess(newStack)
     5. future (local) warn_about_deprecated(stack, strategy = "multiprocess", fmtstr = sprintf("Strategy '%%s' is %%s in future (>= 1.32.0) [2023-03-06]. Instead, explicitly specify either 'multisession' (recommended) or 'multicore'."))
     6. base (local) dfcn(msg = msg, package = .packageName)
    
     Error in reporter$stop_if_needed() : Test failed
     Calls: test_that -> <Anonymous>
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [4s/5s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > # install.packages("testthat")
     > library(testthat)
     > # install.packages("forecast")
     > # library(forecast)
     > # install.packages("stats")
     > # library(stats)
     > # install.packages("future.apply")
     > # library(future.apply)
     > library(dhReg)
     Loading required package: forecast
     Loading required package: future.apply
     Loading required package: future
     > Data1 <- runif(runif(200,100,1000)) #To generate random number for example
     > Data_ts <- ts(Data1)
     >
     > test_that("summary of Dynamic harmonic regression model", {
     + M <- dhr(Data=Data_ts,XREG=NULL,Range=list(1:2,1),Frequency=c(24,168),Criteria="aicc")
     + })
     ── Error (???): summary of Dynamic harmonic regression model ───────────────────
     <defunctError/error/condition>
     Error: Strategy 'multiprocess' is defunct in future (>= 1.32.0) [2023-03-06]. Instead, explicitly specify either 'multisession' (recommended) or 'multicore'.
     Backtrace:
     1. dhReg::dhr(...)
     2. future::plan(future::multiprocess)
     3. future (local) plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init)
     4. future (local) warn_about_multiprocess(newStack)
     5. future (local) warn_about_deprecated(stack, strategy = "multiprocess", fmtstr = sprintf("Strategy '%%s' is %%s in future (>= 1.32.0) [2023-03-06]. Instead, explicitly specify either 'multisession' (recommended) or 'multicore'."))
     6. base (local) dfcn(msg = msg, package = .packageName)
    
     Error in reporter$stop_if_needed() : Test failed
     Calls: test_that -> <Anonymous>
     Execution halted
Flavor: r-release-linux-x86_64

Version: 0.1.1
Check: R code for possible problems
Result: NOTE
    Initiating curl with CURL_SSL_BACKEND: openssl
Flavor: r-oldrel-windows-ix86+x86_64