Last updated on 2025-05-31 13:49:43 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 2.76 | 47.01 | 49.77 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 2.09 | 31.41 | 33.50 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 71.81 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 86.68 | OK | |||
r-devel-windows-x86_64 | 1.0.1 | 5.00 | 0.00 | 5.00 | FAIL | |
r-patched-linux-x86_64 | 1.0.1 | 2.69 | 44.38 | 47.07 | NOTE | |
r-release-linux-x86_64 | 1.0.1 | 2.39 | 43.87 | 46.26 | NOTE | |
r-release-macos-arm64 | 1.0.1 | 28.00 | OK | |||
r-release-macos-x86_64 | 1.0.1 | 63.00 | OK | |||
r-release-windows-x86_64 | 1.0.1 | 5.00 | 101.00 | 106.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0.1 | 29.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.1 | 43.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.1 | 5.00 | 88.00 | 93.00 | OK |
Version: 1.0.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Chloe Bracis <cbracis@uw.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Chloe",
family = "Bracis",
role = c("aut", "cre"),
email = "cbracis@uw.edu")
as necessary.
Found the following \keyword or \concept entries
which likely give several index terms:
File ‘pdmod-package.Rd’:
\keyword{ package, Pavlovian conditioning, model, [TRUNCATED]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0.1
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
fitModel.Rd: nsga2
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64
Version: 1.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:
> ### Aliases: plot.pdmod
>
> ### ** Examples
>
> # Create 5 sessions of 20 rewarded trials,
> # then 2 sessions of 20 unrewarded trials
> trialTime = as.vector(sapply(0:6, function(x) 1:20 + x * TV_DAY))
> trials = TimedVector(c(rep(1, 5*20), rep(0, 2*20)), trialTime)
>
> estimates = computeModel(trials, mFast = 0.7, mSlow = 0.1, n = 0.05,
+ g = 500, h = 0.2, verbose = TRUE)
> plot(estimates, trials)
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.36 0 0.36 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