Last updated on 2024-12-26 07:51:15 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.7.3.1 | 58.30 | 69.73 | 128.03 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.9.7.3.1 | 40.16 | 53.01 | 93.17 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.9.7.3.1 | 243.98 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.7.3.1 | 255.87 | NOTE | |||
r-devel-windows-x86_64 | 0.9.7.3.1 | 66.00 | 0.00 | 66.00 | FAIL | |
r-patched-linux-x86_64 | 0.9.7.3.1 | 58.47 | 66.50 | 124.97 | NOTE | |
r-release-linux-x86_64 | 0.9.7.3.1 | 58.56 | 66.21 | 124.77 | NOTE | |
r-release-macos-arm64 | 0.9.7.3.1 | 66.00 | NOTE | |||
r-release-macos-x86_64 | 0.9.7.3.1 | 94.00 | NOTE | |||
r-release-windows-x86_64 | 0.9.7.3.1 | 61.00 | 111.00 | 172.00 | NOTE | |
r-oldrel-macos-arm64 | 0.9.7.3.1 | 81.00 | OK | |||
r-oldrel-macos-x86_64 | 0.9.7.3.1 | 140.00 | OK | |||
r-oldrel-windows-x86_64 | 0.9.7.3.1 | 76.00 | 129.00 | 205.00 | OK |
Version: 0.9.7.3.1
Check: Rd files
Result: NOTE
checkRd: (-1) rrecsys.Rd:72: Lost braces; missing escapes or markup?
72 | The average deviation rating $dev_{ij}$ between co-rated items is defined by:
| ^
checkRd: (-1) rrecsys.Rd:76: Lost braces; missing escapes or markup?
76 | Where $c_{ij}$ is the number of co-ratings between items $i$ and $j$ and $r_{ui}$ is an existing rating for user $u$ on item $i$. The Weighted Slope One takes into account both, information from users who rated the same item and the number of observed ratings.
| ^
checkRd: (-1) rrecsys.Rd:76: Lost braces; missing escapes or markup?
76 | Where $c_{ij}$ is the number of co-ratings between items $i$ and $j$ and $r_{ui}$ is an existing rating for user $u$ on item $i$. The Weighted Slope One takes into account both, information from users who rated the same item and the number of observed ratings.
| ^
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: 0.9.7.3.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:
>
>
> setStoppingCriteria(autoConverge = TRUE)
Stopping criteria is defined by a threshold on the global delta error(in terms of difference of RMSE on two consecutive iterations).
WARNING: Current configuration can diverge.You can show or not delta error(in terms of difference of global RMSE on two consecutive iterations) over time by toggling on/off method showError().
The threshold is: 1e-05 .
Algorithm that support autoConvergence: FunkSVD, wALS, BPR.
Show delta error is OFF!>
> setStoppingCriteria(nrLoops = 30)
Stopping criteria is defined by the number of loops. Current loop number is: 30 .
Algorithm that support autoConvergence: FunkSVD, wALS, BPR.
Show delta error is OFF!>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 5.05 0.9 5.95 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