CRAN Package Check Results for Package DiDforBigData

Last updated on 2025-12-06 00:48:37 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 3.53 87.64 91.17 OK
r-devel-linux-x86_64-debian-gcc 1.0 2.41 22.35 24.76 ERROR
r-devel-linux-x86_64-fedora-clang 1.0 132.23 OK
r-devel-linux-x86_64-fedora-gcc 1.0 160.47 OK
r-devel-windows-x86_64 1.0 6.00 89.00 95.00 OK
r-patched-linux-x86_64 1.0 3.54 78.33 81.87 OK
r-release-linux-x86_64 1.0 2.97 77.81 80.78 OK
r-release-macos-arm64 1.0 OK
r-release-macos-x86_64 1.0 3.00 110.00 113.00 OK
r-release-windows-x86_64 1.0 6.00 90.00 96.00 OK
r-oldrel-macos-arm64 1.0 OK
r-oldrel-macos-x86_64 1.0 2.00 82.00 84.00 OK
r-oldrel-windows-x86_64 1.0 6.00 116.00 122.00 OK

Check Details

Version: 1.0
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown', 'fixest' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0
Check: examples
Result: ERROR Running examples in ‘DiDforBigData-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: DiD > ### Title: Combine DiD estimates across cohorts and event times. > ### Aliases: DiD > > ### ** Examples > > # simulate some data > simdata = SimDiD(sample_size=200, ATTcohortdiff = 2)$simdata > > # define the variable names as a list() > varnames = list() > varnames$time_name = "year" > varnames$outcome_name = "Y" > varnames$cohort_name = "cohort" > varnames$id_name = "id" > > # estimate the ATT for all cohorts at event time 1 only > DiD(simdata, varnames, min_event=1, max_event=1) Loading required namespace: fixest Failed with error: ‘there is no package called ‘fixest’’ [1] "warning: fixest not found" Error in str2lang(x) : <text>:2:0: unexpected end of input 1: Y_diff ~ -1 + treated_2007 + treated_2010 + treated_2012 + ^ Calls: DiD ... as.formula -> formula -> formula.character -> str2lang Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc