CRAN Package Check Results for Package SPORTSCausal

Last updated on 2025-03-13 04:50:54 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 2.35 29.61 31.96 OK
r-devel-linux-x86_64-debian-gcc 1.0 1.76 22.63 24.39 OK
r-devel-linux-x86_64-fedora-clang 1.0 55.14 OK
r-devel-linux-x86_64-fedora-gcc 1.0 59.78 OK
r-devel-macos-arm64 1.0 20.00 OK
r-devel-macos-x86_64 1.0 34.00 OK
r-devel-windows-x86_64 1.0 5.00 0.00 5.00 FAIL
r-patched-linux-x86_64 1.0 OK
r-release-linux-x86_64 1.0 2.41 28.21 30.62 OK
r-release-macos-arm64 1.0 19.00 OK
r-release-macos-x86_64 1.0 32.00 OK
r-release-windows-x86_64 1.0 4.00 49.00 53.00 OK
r-oldrel-macos-arm64 1.0 OK
r-oldrel-macos-x86_64 1.0 30.00 OK
r-oldrel-windows-x86_64 1.0 5.00 57.00 62.00 OK

Check Details

Version: 1.0
Check: examples
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > > ### Name: ad_cost > ### Title: Advertising cost: a real experimental data under spillover > ### effect > ### Aliases: ad_cost > ### Keywords: datasets > > ### ** Examples > > ### load data > > data(ad_cost) > > ### define variables and visualize > > y.exp = ad_cost$y.exp > > y.con = ad_cost$y.con > > plot(y.exp, col = "red", type = "l", + xlab = "time", ylab = "response") > > lines(y.con, col = "blue") > > ### fit the model and return treatment/spillover effect > > # notice that day-34 is the first day of treatment > > fit = sportscausal(y.exp = y.exp, y.con = y.con, + pre.period = c(1:33), post.period = c(34:49), is.plot = FALSE) ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-devel-windows-x86_64