Last updated on 2025-01-18 07:51:17 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
splithalfr | 1 | 9 | 3 |
Current CRAN status: ERROR: 1, NOTE: 9, OK: 3
Version: 2.2.2
Check: Rd files
Result: NOTE
checkRd: (-1) ds_aat.Rd:16: Lost braces
16 | \doi{10.1111/add.14071}{Boffo et al., 2018}. Participants were presented stimuli from a "test"
| ^
checkRd: (-1) ds_gng.Rd:16: Lost braces
16 | described in detail in \doi{10.1016/j.tate.2019.102887}{Hedge, Powell, and Sumner (2018)}.
| ^
checkRd: (-1) ds_iat.Rd:19: Lost braces
19 | \doi{10.1016/j.tate.2019.102887}{Abacioglu and colleagues (2019)}.
| ^
checkRd: (-1) ds_rapi.Rd:15: Lost braces
15 | problems within the last year (\doi{https://doi.org/10.15288/jsa.1989.50.30}{White & Labouvie, 1989}).
| ^
checkRd: (-1) ds_sst.Rd:17: Lost braces
17 | described in detail in \doi{10.1016/j.tate.2019.102887}{Hedge, Powell, and Sumner (2018)}.
| ^
checkRd: (-1) ds_vpt.Rd:22: Lost braces
22 | \doi{10.1111/acer.12853}{(Pronk, Deursen, Beraha, Larsen, & Wiers, 2015)}.
| ^
checkRd: (-1) splithalfr.Rd:15: Lost braces
15 | \item \code{vignette("rapi_sum")} Sum-score for data of the 23-item version of the Rutgers Alcohol Problem Index (\doi{https://doi.org/10.15288/jsa.1989.50.30}{White & Labouvie, 1989})
| ^
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
Version: 2.2.2
Check: examples
Result: ERROR
Running examples in 'splithalfr-Ex.R' failed
The error most likely occurred in:
> ### Name: stratify
> ### Title: Stratify a data frame
> ### Aliases: stratify
>
> ### ** Examples
>
> # Stratify a data frame, then split it odd-even
> ds <- data.frame(condition = rep(c("a", "b"), each = 4), score = 1 : 8)
> strata <- stratify(ds, ds$condition)
> split_strata(strata, method = "odd_even")
[[1]]
condition score
1 a 1
2 a 3
3 b 5
4 b 7
[[2]]
condition score
1 a 2
2 a 4
3 b 6
4 b 8
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 5.95 0.23 6.19 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
Flavor: r-release-windows-x86_64