Last updated on 2025-12-20 09:50:03 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 4.0 | 3.31 | 30.66 | 33.97 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 4.0 | 2.52 | 23.02 | 25.54 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 4.0 | 7.00 | 47.18 | 54.18 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 4.0 | 48.74 | ERROR | |||
| r-devel-windows-x86_64 | 4.0 | 5.00 | 48.00 | 53.00 | NOTE | |
| r-patched-linux-x86_64 | 4.0 | 3.77 | 27.20 | 30.97 | NOTE | |
| r-release-linux-x86_64 | 4.0 | 3.46 | 27.12 | 30.58 | NOTE | |
| r-release-macos-arm64 | 4.0 | NOTE | ||||
| r-release-macos-x86_64 | 4.0 | 3.00 | 30.00 | 33.00 | NOTE | |
| r-release-windows-x86_64 | 4.0 | 4.00 | 48.00 | 52.00 | NOTE | |
| r-oldrel-macos-arm64 | 4.0 | NOTE | ||||
| r-oldrel-macos-x86_64 | 4.0 | 3.00 | 25.00 | 28.00 | NOTE | |
| r-oldrel-windows-x86_64 | 4.0 | 6.00 | 56.00 | 62.00 | NOTE |
Version: 4.0
Check: Rd files
Result: NOTE
checkRd: (-1) MoE_P.Rd:22: Lost braces
22 | \item{confidence}{Optional}{positive value for confidence interval. This variable by default is 0.95.}
| ^
checkRd: (-1) prop_dom_optimal_allocation.Rd:24: Lost braces
24 | \item{Dom}{Variables}{used to define population domains. An object convertible to \code{data.table} or variable names as character vector, column numbers.}
| ^
checkRd: (-1) prop_dom_optimal_allocation.Rd:26: Lost braces
26 | \item{pop}{The}{population size in each stratum.}
| ^
checkRd: (-1) prop_dom_optimal_allocation.Rd:28: Lost braces
28 | \item{R}{The}{expected response rate in each stratum (optional). If not defined, it is assumed to be 1 in each stratum (full-response). Object convertible to one-column \code{data.table}, variable name as character, or column number.}
| ^
checkRd: (-1) prop_dom_optimal_allocation.Rd:30: Lost braces
30 | \item{deff}{The}{expected design effect for the estimate of variable (optional). If not defined, it is assumed to be 1 for each variable in each stratum. If is defined, then variables is defined the same arrangement as \code{Yh}. Object convertible to \code{data.table}, variable name as character vector, or column numbers.}
| ^
checkRd: (-1) prop_dom_optimal_allocation.Rd:32: Lost braces
32 | \item{se_max}{Variable}{for maximum standarterror (se) in domain.}
| ^
checkRd: (-1) prop_dom_optimal_allocation.Rd:34: Lost braces
34 | \item{prop}{The}{excepted ratio proportion.}
| ^
checkRd: (-1) prop_dom_optimal_allocation.Rd:36: Lost braces
36 | \item{min_size}{A}{numeric value for minimal sample size.}
| ^
checkRd: (-1) prop_dom_optimal_allocation.Rd:38: Lost braces
38 | \item{step}{A}{value for pace.}
| ^
checkRd: (-1) prop_dom_optimal_allocation.Rd:40: Lost braces
40 | \item{unit_level}{A}{logical value, if dataset is prepared for unit level then value TRUE, othercase FALSE.}
| ^
checkRd: (-1) prop_dom_optimal_allocation.Rd:42: Lost braces
42 | \item{dataset}{Optional}{agrregated survey data object convertible to \code{data.table} with one row for each stratum.}
| ^
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-patched-linux-x86_64, r-release-linux-x86_64, 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
Version: 4.0
Check: examples
Result: ERROR
Running examples in ‘surveyplanning-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: optsize
> ### Title: Optimal sample size allocation
> ### Aliases: optsize
> ### Keywords: surveysampling
>
> ### ** Examples
>
> library("data.table")
Attaching package: ‘data.table’
The following object is masked from ‘package:base’:
%notin%
> data <- data.table(H = 1 : 3,
+ s2h=10 * runif(3),
+ s2h2 = 10 * runif(3),
+ poph = 8 * 1 : 3,
+ Rh = rep(1, 3),
+ dd = c(1, 1, 1))
>
> vars <- optsize(H = "H",
+ s2h = c("s2h", "s2h2"),
+ n = 10, poph = "poph",
+ Rh = "Rh",
+ fullsampleh = NULL,
+ dataset = data)
Error in `[.data.table`(resulth, fullsampleh == 0, `:=`(nh, nh_cor * pnh/sum(pnh)), :
attempt access index 8/8 in VECTOR_ELT
Calls: optsize -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 4.0
Check: examples
Result: ERROR
Running examples in ‘surveyplanning-Ex.R’ failed
The error most likely occurred in:
> ### Name: optsize
> ### Title: Optimal sample size allocation
> ### Aliases: optsize
> ### Keywords: surveysampling
>
> ### ** Examples
>
> library("data.table")
Attaching package: ‘data.table’
The following object is masked from ‘package:base’:
%notin%
> data <- data.table(H = 1 : 3,
+ s2h=10 * runif(3),
+ s2h2 = 10 * runif(3),
+ poph = 8 * 1 : 3,
+ Rh = rep(1, 3),
+ dd = c(1, 1, 1))
>
> vars <- optsize(H = "H",
+ s2h = c("s2h", "s2h2"),
+ n = 10, poph = "poph",
+ Rh = "Rh",
+ fullsampleh = NULL,
+ dataset = data)
Error in `[.data.table`(resulth, fullsampleh == 0, `:=`(nh, nh_cor * pnh/sum(pnh)), :
attempt access index 8/8 in VECTOR_ELT
Calls: optsize -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 4.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64