Last updated on 2025-01-21 11:48:35 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.2.2 | 5.54 | 67.01 | 72.55 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.2.2 | 3.15 | 50.21 | 53.36 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.2.2 | 117.31 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.2.2 | 122.16 | NOTE | |||
r-devel-windows-x86_64 | 2.2.2 | 8.00 | 98.00 | 106.00 | NOTE | |
r-patched-linux-x86_64 | 2.2.2 | 6.14 | 62.88 | 69.02 | NOTE | |
r-release-linux-x86_64 | 2.2.2 | 4.74 | 63.63 | 68.37 | NOTE | |
r-release-macos-arm64 | 2.2.2 | 54.00 | NOTE | |||
r-release-macos-x86_64 | 2.2.2 | 88.00 | NOTE | |||
r-release-windows-x86_64 | 2.2.2 | 9.00 | 95.00 | 104.00 | ERROR | |
r-oldrel-macos-arm64 | 2.2.2 | 90.00 | OK | |||
r-oldrel-macos-x86_64 | 2.2.2 | 117.00 | OK | |||
r-oldrel-windows-x86_64 | 2.2.2 | 11.00 | 105.00 | 116.00 | OK |
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