Last updated on 2025-10-31 07:51:41 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.2 | 7.05 | 66.76 | 73.81 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.2.2 | 4.60 | 49.90 | 54.50 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2.2 | 33.00 | 88.78 | 121.78 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.2 | 34.00 | 105.25 | 139.25 | ERROR | |
| r-devel-windows-x86_64 | 1.2.2 | 8.00 | 85.00 | 93.00 | ERROR | |
| r-patched-linux-x86_64 | 1.2.2 | 7.02 | 62.95 | 69.97 | ERROR | |
| r-release-linux-x86_64 | 1.2.2 | 6.55 | 63.29 | 69.84 | ERROR | |
| r-release-macos-arm64 | 1.2.2 | 4.00 | 57.00 | 61.00 | OK | |
| r-release-macos-x86_64 | 1.2.2 | 8.00 | 91.00 | 99.00 | OK | |
| r-release-windows-x86_64 | 1.2.2 | 8.00 | 87.00 | 95.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.2.2 | 5.00 | 51.00 | 56.00 | OK | |
| r-oldrel-macos-x86_64 | 1.2.2 | 14.00 | 136.00 | 150.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.2 | 9.00 | 104.00 | 113.00 | ERROR | 
Version: 1.2.2
Check: examples
Result: ERROR
  Running examples in ‘catregs-Ex.R’ failed
  The error most likely occurred in:
  
  > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
  > ### Name: compare.margins
  > ### Title: Compares two marginal effects (MEMs or AMEs). Estimate of
  > ###   uncertainty is from a simulated draw from a normal distribution.
  > ### Aliases: compare.margins
  > 
  > ### ** Examples
  > 
  > data("essUK")
  > m1 <- glm(safe ~ religious + minority*female + age,data=essUK,family="binomial")
  > des<-margins.des(m1,expand.grid(minority=c(0,1),female=c(0,1)))
  > des
    minority female religious      age
  1        0      0  3.602404 53.14563
  2        1      0  3.602404 53.14563
  3        0      1  3.602404 53.14563
  4        1      1  3.602404 53.14563
  > ma1<-suppressWarnings(as.data.frame(marginaleffects::avg_slopes(m1,
  + variables="female",newdata=data.frame(minority=0,religious=3.6024,age=53.146))))
  Error: There is no valid predictor variable. Please change the `variables` argument or supply an alternative data frame to the `newdata` argument.
  Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.2.2
Check: re-building of vignette outputs
Result: ERROR
  Error(s) in re-building vignettes:
    ...
  --- re-building ‘compare.margins.Rmd’ using rmarkdown
  
  Quitting from compare.margins.Rmd:15-25 [unnamed-chunk-1]
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  <error/rlang_error>
  Error:
  ! There is no valid predictor variable. Please change the `variables` argument or supply an alternative data frame to the `newdata` argument.
  ---
  Backtrace:
      ▆
   1. └─marginaleffects::comparisons(...)
   2.   └─marginaleffects:::add_variables(variables = variables, mfx = mfx)
   3.     └─marginaleffects:::get_predictors(variables, mfx)
   4.       └─marginaleffects (local) stop_zero(predictors)
   5.         └─marginaleffects:::stop_sprintf(msg)
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  
  Error: processing vignette 'compare.margins.Rmd' failed with diagnostics:
  There is no valid predictor variable. Please change the `variables` argument or supply an alternative data frame to the `newdata` argument.
  --- failed re-building ‘compare.margins.Rmd’
  
  --- re-building ‘count.fit.Rmd’ using rmarkdown
  [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
  --- finished re-building ‘count.fit.Rmd’
  
  --- re-building ‘daign.Rmd’ using rmarkdown
  [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
  --- finished re-building ‘daign.Rmd’
  
  --- re-building ‘first.diff.fitted.Rmd’ using rmarkdown
  [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
  --- finished re-building ‘first.diff.fitted.Rmd’
  
  --- re-building ‘list.coef.Rmd’ using rmarkdown
  [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
  --- finished re-building ‘list.coef.Rmd’
  
  --- re-building ‘margins.dat.Rmd’ using rmarkdown
  [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
  --- finished re-building ‘margins.dat.Rmd’
  
  --- re-building ‘margins.dat.clogit.Rmd’ using rmarkdown
  [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
  --- finished re-building ‘margins.dat.clogit.Rmd’
  
  --- re-building ‘margins.des.Rmd’ using rmarkdown
  [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
  --- finished re-building ‘margins.des.Rmd’
  
  --- re-building ‘rubins.rule.Rmd’ using rmarkdown
  [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
  --- finished re-building ‘rubins.rule.Rmd’
  
  --- re-building ‘second.diff.fitted.Rmd’ using rmarkdown
  [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
  --- finished re-building ‘second.diff.fitted.Rmd’
  
  SUMMARY: processing the following file failed:
    ‘compare.margins.Rmd’
  
  Error: Vignette re-building failed.
  Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.2.2
Check: examples
Result: ERROR
  Running examples in ‘catregs-Ex.R’ failed
  The error most likely occurred in:
  
  > ### Name: compare.margins
  > ### Title: Compares two marginal effects (MEMs or AMEs). Estimate of
  > ###   uncertainty is from a simulated draw from a normal distribution.
  > ### Aliases: compare.margins
  > 
  > ### ** Examples
  > 
  > data("essUK")
  > m1 <- glm(safe ~ religious + minority*female + age,data=essUK,family="binomial")
  > des<-margins.des(m1,expand.grid(minority=c(0,1),female=c(0,1)))
  > des
    minority female religious      age
  1        0      0  3.602404 53.14563
  2        1      0  3.602404 53.14563
  3        0      1  3.602404 53.14563
  4        1      1  3.602404 53.14563
  > ma1<-suppressWarnings(as.data.frame(marginaleffects::avg_slopes(m1,
  + variables="female",newdata=data.frame(minority=0,religious=3.6024,age=53.146))))
  Error: There is no valid predictor variable. Please change the `variables` argument or supply an alternative data frame to the `newdata` argument.
  Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 1.2.2
Check: re-building of vignette outputs
Result: ERROR
  Error(s) in re-building vignettes:
  --- re-building ‘compare.margins.Rmd’ using rmarkdown
  
  Quitting from compare.margins.Rmd:15-25 [unnamed-chunk-1]
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  <error/rlang_error>
  Error:
  ! There is no valid predictor variable. Please change the `variables` argument or supply an alternative data frame to the `newdata` argument.
  ---
  Backtrace:
      ▆
   1. └─marginaleffects::comparisons(...)
   2.   └─marginaleffects:::add_variables(variables = variables, mfx = mfx)
   3.     └─marginaleffects:::get_predictors(variables, mfx)
   4.       └─marginaleffects (local) stop_zero(predictors)
   5.         └─marginaleffects:::stop_sprintf(msg)
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  
  Error: processing vignette 'compare.margins.Rmd' failed with diagnostics:
  There is no valid predictor variable. Please change the `variables` argument or supply an alternative data frame to the `newdata` argument.
  --- failed re-building ‘compare.margins.Rmd’
  
  --- re-building ‘count.fit.Rmd’ using rmarkdown
  [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
  --- finished re-building ‘count.fit.Rmd’
  
  --- re-building ‘daign.Rmd’ using rmarkdown
  [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
  --- finished re-building ‘daign.Rmd’
  
  --- re-building ‘first.diff.fitted.Rmd’ using rmarkdown
  [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
  --- finished re-building ‘first.diff.fitted.Rmd’
  
  --- re-building ‘list.coef.Rmd’ using rmarkdown
  [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
  --- finished re-building ‘list.coef.Rmd’
  
  --- re-building ‘margins.dat.Rmd’ using rmarkdown
  [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
  --- finished re-building ‘margins.dat.Rmd’
  
  --- re-building ‘margins.dat.clogit.Rmd’ using rmarkdown
  [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
  --- finished re-building ‘margins.dat.clogit.Rmd’
  
  --- re-building ‘margins.des.Rmd’ using rmarkdown
  [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
  --- finished re-building ‘margins.des.Rmd’
  
  --- re-building ‘rubins.rule.Rmd’ using rmarkdown
  [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
  --- finished re-building ‘rubins.rule.Rmd’
  
  --- re-building ‘second.diff.fitted.Rmd’ using rmarkdown
  [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
  --- finished re-building ‘second.diff.fitted.Rmd’
  
  SUMMARY: processing the following file failed:
    ‘compare.margins.Rmd’
  
  Error: Vignette re-building failed.
  Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.2.2
Check: re-building of vignette outputs
Result: ERROR
  Error(s) in re-building vignettes:
  --- re-building 'compare.margins.Rmd' using rmarkdown
  
  Quitting from compare.margins.Rmd:15-25 [unnamed-chunk-1]
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  <error/rlang_error>
  Error:
  ! There is no valid predictor variable. Please change the `variables` argument or supply an alternative data frame to the `newdata` argument.
  ---
  Backtrace:
      ▆
   1. └─marginaleffects::comparisons(...)
   2.   └─marginaleffects:::add_variables(variables = variables, mfx = mfx)
   3.     └─marginaleffects:::get_predictors(variables, mfx)
   4.       └─marginaleffects (local) stop_zero(predictors)
   5.         └─marginaleffects:::stop_sprintf(msg)
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  
  Error: processing vignette 'compare.margins.Rmd' failed with diagnostics:
  There is no valid predictor variable. Please change the `variables` argument or supply an alternative data frame to the `newdata` argument.
  --- failed re-building 'compare.margins.Rmd'
  
  --- re-building 'count.fit.Rmd' using rmarkdown
  --- finished re-building 'count.fit.Rmd'
  
  --- re-building 'daign.Rmd' using rmarkdown
  --- finished re-building 'daign.Rmd'
  
  --- re-building 'first.diff.fitted.Rmd' using rmarkdown
  --- finished re-building 'first.diff.fitted.Rmd'
  
  --- re-building 'list.coef.Rmd' using rmarkdown
  --- finished re-building 'list.coef.Rmd'
  
  --- re-building 'margins.dat.Rmd' using rmarkdown
  --- finished re-building 'margins.dat.Rmd'
  
  --- re-building 'margins.dat.clogit.Rmd' using rmarkdown
  --- finished re-building 'margins.dat.clogit.Rmd'
  
  --- re-building 'margins.des.Rmd' using rmarkdown
  --- finished re-building 'margins.des.Rmd'
  
  --- re-building 'rubins.rule.Rmd' using rmarkdown
  --- finished re-building 'rubins.rule.Rmd'
  
  --- re-building 'second.diff.fitted.Rmd' using rmarkdown
  --- finished re-building 'second.diff.fitted.Rmd'
  
  SUMMARY: processing the following file failed:
    'compare.margins.Rmd'
  
  Error: Vignette re-building failed.
  Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64