Last updated on 2021-08-03 13:53:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-1 | 9.32 | 77.82 | 87.14 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1-1 | 6.98 | 59.95 | 66.93 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1-1 | 114.01 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-1 | 101.77 | ERROR | |||
r-devel-windows-x86_64 | 0.1-1 | 9.00 | 104.00 | 113.00 | ERROR | |
r-devel-windows-x86_64-gcc10-UCRT | 0.1-1 | ERROR | ||||
r-patched-linux-x86_64 | 0.1-1 | 11.32 | 74.71 | 86.03 | ERROR | |
r-patched-solaris-x86 | 0.1-1 | 150.20 | ERROR | |||
r-release-linux-x86_64 | 0.1-1 | 8.11 | 74.84 | 82.95 | ERROR | |
r-release-macos-arm64 | 0.1-1 | NOTE | ||||
r-release-macos-x86_64 | 0.1-1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1-1 | 19.00 | 71.00 | 90.00 | ERROR | |
r-oldrel-macos-x86_64 | 0.1-1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1-1 | 15.00 | 103.00 | 118.00 | ERROR |
Version: 0.1-1
Check: R code for possible problems
Result: NOTE
additional_comp: no visible global function definition for 'aggregate'
additional_compPV : <anonymous>: no visible global function definition
for 'aggregate'
cor.aux.func : <anonymous>: no visible global function definition for
'cov.wt'
eta.func : <anonymous>: no visible global function definition for 'lm'
eta.func : <anonymous>: no visible global function definition for
'anova'
glm.dummy.no.std: no visible global function definition for
'as.formula'
pv_by: no visible binding for global variable 'var'
pv_perc: no visible binding for global variable 'var'
pv_quantile: no visible binding for global variable 'var'
svyPVcor: no visible global function definition for 'update'
svyPVcor: no visible global function definition for 'var'
svyPVeta: no visible global function definition for 'update'
svyPVeta: no visible global function definition for 'var'
svyPVglm: no visible global function definition for 'gaussian'
svyPVglm: no visible binding for global variable 'as.formula'
svyPVglm: no visible binding for global variable 'var'
svyPVglm: no visible global function definition for 'pt'
svyPVttest: no visible binding for global variable 'as.formula'
svyPVttest: no visible global function definition for 'var'
svyPVttest: no visible global function definition for 'pt'
svyPVttest: no visible binding for global variable 'var'
t.test.aux: no visible global function definition for 'as.formula'
t.test.aux: no visible global function definition for 'complete.cases'
Undefined global functions or variables:
aggregate anova as.formula complete.cases cov.wt gaussian lm pt
update var
Consider adding
importFrom("stats", "aggregate", "anova", "as.formula",
"complete.cases", "cov.wt", "gaussian", "lm", "pt",
"update", "var")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.1-1
Check: examples
Result: ERROR
Running examples in 'svyPVpack-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: svyPVquantile
> ### Title: Quantile estimation
> ### Aliases: svyPVquantile
> ### Keywords: quantile
>
> ### ** Examples
>
> data(svy_example1)
>
> erg_q <- svyPVquantile(by = ~ sex, svydat=svy.exrep,
+ pvs=c("plaus1","plaus2","plaus3"), quantile=c(0.2,0.7))
Warning in svyquantile.svyrep.design(data, design[byfactor %in% byfactor[i], :
Jackknife replicate weights may not give valid standard errors for quantiles
Warning in svyquantile.svyrep.design(data, design[byfactor %in% byfactor[i], :
Jackknife replicate weights may not give valid standard errors for quantiles
Warning in svyquantile.svyrep.design(data, design[byfactor %in% byfactor[i], :
Jackknife replicate weights may not give valid standard errors for quantiles
Warning in svyquantile.svyrep.design(data, design[byfactor %in% byfactor[i], :
Jackknife replicate weights may not give valid standard errors for quantiles
Warning in svyquantile.svyrep.design(data, design[byfactor %in% byfactor[i], :
Jackknife replicate weights may not give valid standard errors for quantiles
Warning in svyquantile.svyrep.design(data, design[byfactor %in% byfactor[i], :
Jackknife replicate weights may not give valid standard errors for quantiles
Error in dimnames(x) <- dn :
length of 'dimnames' [2] not equal to array extent
Calls: svyPVquantile -> pv_quantile -> lapply -> FUN -> colnames<-
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: 0.1-1
Check: examples
Result: ERROR
Running examples in ‘svyPVpack-Ex.R’ failed
The error most likely occurred in:
> ### Name: svyPVquantile
> ### Title: Quantile estimation
> ### Aliases: svyPVquantile
> ### Keywords: quantile
>
> ### ** Examples
>
> data(svy_example1)
>
> erg_q <- svyPVquantile(by = ~ sex, svydat=svy.exrep,
+ pvs=c("plaus1","plaus2","plaus3"), quantile=c(0.2,0.7))
Warning in svyquantile.svyrep.design(data, design[byfactor %in% byfactor[i], :
Jackknife replicate weights may not give valid standard errors for quantiles
Warning in svyquantile.svyrep.design(data, design[byfactor %in% byfactor[i], :
Jackknife replicate weights may not give valid standard errors for quantiles
Warning in svyquantile.svyrep.design(data, design[byfactor %in% byfactor[i], :
Jackknife replicate weights may not give valid standard errors for quantiles
Warning in svyquantile.svyrep.design(data, design[byfactor %in% byfactor[i], :
Jackknife replicate weights may not give valid standard errors for quantiles
Warning in svyquantile.svyrep.design(data, design[byfactor %in% byfactor[i], :
Jackknife replicate weights may not give valid standard errors for quantiles
Warning in svyquantile.svyrep.design(data, design[byfactor %in% byfactor[i], :
Jackknife replicate weights may not give valid standard errors for quantiles
Error in dimnames(x) <- dn :
length of 'dimnames' [2] not equal to array extent
Calls: svyPVquantile -> pv_quantile -> lapply -> FUN -> colnames<-
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64