CRAN Package Check Results for Package scpi

Last updated on 2026-03-06 13:49:54 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.0.1 25.49 176.85 202.34 OK
r-devel-linux-x86_64-debian-gcc 3.0.1 16.27 122.69 138.96 OK
r-devel-linux-x86_64-fedora-clang 3.0.1 33.00 138.02 171.02 ERROR
r-devel-linux-x86_64-fedora-gcc 3.0.1 30.00 171.37 201.37 ERROR
r-devel-macos-arm64 3.0.1 6.00 41.00 47.00 OK
r-devel-windows-x86_64 3.0.1 24.00 155.00 179.00 OK
r-patched-linux-x86_64 3.0.1 24.16 169.64 193.80 OK
r-release-linux-x86_64 3.0.1 21.27 168.62 189.89 OK
r-release-macos-arm64 3.0.1 OK
r-release-macos-x86_64 3.0.1 14.00 141.00 155.00 OK
r-release-windows-x86_64 3.0.1 25.00 155.00 180.00 OK
r-oldrel-macos-arm64 3.0.1 OK
r-oldrel-macos-x86_64 3.0.1 15.00 142.00 157.00 OK
r-oldrel-windows-x86_64 3.0.1 34.00 211.00 245.00 OK

Check Details

Version: 3.0.1
Check: whether package can be installed
Result: WARN Found the following significant warnings: Warning: replacing previous import ‘CVXR::var’ by ‘stats::var’ when loading ‘scpi’ Warning: replacing previous import ‘CVXR::sd’ by ‘stats::sd’ when loading ‘scpi’ Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 3.0.1
Check: dependencies in R code
Result: WARN Missing or unexported object: ‘CVXR::solve’ Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 3.0.1
Check: examples
Result: ERROR Running examples in ‘scpi-Ex.R’ failed The error most likely occurred in: > ### Name: scest > ### Title: Prediction of Synthetic Control > ### Aliases: scest > > ### ** Examples > > > data <- scpi_germany > > df <- scdata(df = data, id.var = "country", time.var = "year", + outcome.var = "gdp", period.pre = (1960:1990), + period.post = (1991:2003), unit.tr = "West Germany", + unit.co = setdiff(unique(data$country), "West Germany"), + constant = TRUE, cointegrated.data = TRUE) > > result <- scest(df, w.constr = list(name = "simplex", Q = 1)) Error: 'solve' is not an exported object from 'namespace:CVXR' Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc