Last updated on 2025-04-03 21:52:36 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.1 | 2.41 | 57.10 | 59.51 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0.1 | 2.09 | 39.67 | 41.76 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0.1 | 96.32 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.1 | 104.55 | NOTE | |||
r-devel-macos-arm64 | 0.0.1 | 41.00 | NOTE | |||
r-devel-macos-x86_64 | 0.0.1 | 220.00 | NOTE | |||
r-devel-windows-x86_64 | 0.0.1 | 7.00 | 0.00 | 7.00 | FAIL | |
r-patched-linux-x86_64 | 0.0.1 | 2.30 | 54.12 | 56.42 | NOTE | |
r-release-linux-x86_64 | 0.0.1 | 2.64 | 53.17 | 55.81 | NOTE | |
r-release-macos-arm64 | 0.0.1 | 35.00 | NOTE | |||
r-release-macos-x86_64 | 0.0.1 | 68.00 | NOTE | |||
r-release-windows-x86_64 | 0.0.1 | 6.00 | 74.00 | 80.00 | NOTE | |
r-oldrel-macos-arm64 | 0.0.1 | OK | ||||
r-oldrel-macos-x86_64 | 0.0.1 | 58.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.1 | 6.00 | 90.00 | 96.00 | OK |
Version: 0.0.1
Check: Rd files
Result: NOTE
checkRd: (-1) rawCCD.Rd:20: Lost braces; missing escapes or markup?
20 | \item{distr.type}{school district type (constructed for illustration purposes; (values={"A", "B", "C", "D"})).}
| ^
checkRd: (-1) selectMatch.Rd:61: Lost braces; missing escapes or markup?
61 | \item{replacementUnitsFilename}{character; csv filename for saving {unit:replacement} directory when writeOut == TRUE; default = "replacementUnits.csv"}
| ^
checkRd: (-1) selectMatch.Rd:63: Lost braces; missing escapes or markup?
63 | \item{subUnitTableFilename}{character; csv filename for saving {unit:replacement} directory when writeOut == TRUE; default = "subUnitTable.csv"}
| ^
checkRd: (-1) selectMatch.Rd:66: Lost braces; missing escapes or markup?
66 | list with: 1) table of the form: {selected unit i: (unit i replacements)}, 2) table of the form: {potential unit i:(unit i sub-units)}, 3) balance diagnostics.
| ^
checkRd: (-1) selectMatch.Rd:66: Lost braces; missing escapes or markup?
66 | list with: 1) table of the form: {selected unit i: (unit i replacements)}, 2) table of the form: {potential unit i:(unit i sub-units)}, 3) balance diagnostics.
| ^
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-macos-arm64, r-devel-macos-x86_64, 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: 0.0.1
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘data.table’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.0.1
Check: PDF version of manual
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
> dfCCD <- dplyr::filter(dfCCD, unitID %in% unique(dfCCD$unitID)[1:80])
>
> smOut <- selectMatch(df = dfCCD, # user dataset
+ unitID = "LEAID", # column name of unit ID in user dataset
+ subunitID = "NCESSCH", # column name of sub-unit ID in user dataset
+ unitVars = uSampVarsCCD, # name of unit level covariate columns
+ subunitSampVars = suSampVarsCCD, # name of sub-unit level covariate columns
+ nUnitSamp = 30,
+ nRepUnits = 5,
+ nsubUnits = 2
+ )
> unitLovePlot(smOut)
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 8.78 0.86 9.67 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-devel-windows-x86_64