Last updated on 2025-02-22 09:50:54 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.12.1 | 90.93 | 280.81 | 371.74 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.12.1 | 69.86 | 183.49 | 253.35 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.12.1 | 670.10 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.12.1 | 672.95 | OK | |||
r-devel-macos-arm64 | 0.12.1 | 166.00 | OK | |||
r-devel-macos-x86_64 | 0.12.1 | 278.00 | OK | |||
r-devel-windows-x86_64 | 0.12.1 | 96.00 | 301.00 | 397.00 | NOTE | |
r-patched-linux-x86_64 | 0.12.1 | 105.66 | 241.42 | 347.08 | ERROR | |
r-release-linux-x86_64 | 0.12.1 | 101.59 | 261.23 | 362.82 | OK | |
r-release-macos-arm64 | 0.12.1 | 183.00 | NOTE | |||
r-release-macos-x86_64 | 0.12.1 | 460.00 | NOTE | |||
r-release-windows-x86_64 | 0.12.1 | 100.00 | 302.00 | 402.00 | NOTE | |
r-oldrel-macos-arm64 | 0.12.1 | 167.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.12.1 | 296.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.12.1 | 122.00 | 382.00 | 504.00 | NOTE |
Version: 0.12.1
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
feNmlm.Rd: jacobian, genD
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 0.12.1
Check: examples
Result: ERROR
Running examples in ‘fixest-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: collinearity
> ### Title: Collinearity diagnostics for 'fixest' objects
> ### Aliases: collinearity
>
> ### ** Examples
>
>
> # Creating an example data base:
> set.seed(1)
> fe_1 = sample(3, 100, TRUE)
> fe_2 = sample(20, 100, TRUE)
> x = rnorm(100, fe_1)**2
> y = rnorm(100, fe_2)**2
> z = rnorm(100, 3)**2
> dep = rpois(100, x*y*z)
> base = data.frame(fe_1, fe_2, x, y, z, dep)
>
> # creating collinearity problems:
> base$v1 = base$v2 = base$v3 = base$v4 = 0
> base$v1[base$fe_1 == 1] = 1
> base$v2[base$fe_1 == 2] = 1
> base$v3[base$fe_1 == 3] = 1
> base$v4[base$fe_2 == 1] = 1
>
> # Estimations:
>
> # Collinearity with the fixed-effects:
> res_1 = femlm(dep ~ log(x) + v1 + v2 + v4 | fe_1 + fe_2, base)
malloc(): unsorted double linked list corrupted
Aborted
Flavor: r-patched-linux-x86_64
Version: 0.12.1
Check: installed package size
Result: NOTE
installed size is 11.8Mb
sub-directories of 1Mb or more:
R 2.0Mb
doc 3.6Mb
libs 5.0Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64