Last updated on 2026-08-02 12:51:58 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.1 | 8.44 | 216.82 | 225.26 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 2.1 | 6.18 | 153.12 | 159.30 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 2.1 | 13.00 | 335.27 | 348.27 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 2.1 | 152.41 | NOTE | |||
| r-devel-windows-x86_64 | 2.1 | 11.00 | 216.00 | 227.00 | NOTE | |
| r-patched-linux-x86_64 | 2.1 | 8.69 | 202.81 | 211.50 | NOTE | |
| r-release-linux-x86_64 | 2.1 | 7.95 | 206.38 | 214.33 | NOTE | |
| r-release-macos-arm64 | 2.1 | 2.00 | 55.00 | 57.00 | NOTE | |
| r-release-macos-x86_64 | 2.1 | 6.00 | 226.00 | 232.00 | NOTE | |
| r-release-windows-x86_64 | 2.1 | 10.00 | 226.00 | 236.00 | NOTE | |
| r-oldrel-macos-arm64 | 2.1 | NOTE | ||||
| r-oldrel-macos-x86_64 | 2.1 | 5.00 | 202.00 | 207.00 | NOTE | |
| r-oldrel-windows-x86_64 | 2.1 | 14.00 | 291.00 | 305.00 | NOTE |
Version: 2.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Eric Bridgeford <ericwb95@gmail.com>’
The Description field contains
et al. (2017) <arXiv:1709.01233>, we provide several methods for
Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.1
Check: Rd files
Result: NOTE
checkRd: (-1) lol.project.lrlda.Rd:18: Lost braces in \itemize; meant \describe ?
checkRd: (-1) lol.project.lrlda.Rd:19: Lost braces in \itemize; meant \describe ?
checkRd: (-1) lol.project.lrlda.Rd:20: Lost braces in \itemize; meant \describe ?
checkRd: (-1) lol.project.lrlda.Rd:21: Lost braces in \itemize; meant \describe ?
checkRd: (-1) lol.project.lrlda.Rd:22: Lost braces in \itemize; meant \describe ?
checkRd: (-1) lol.project.pca.Rd:16: Lost braces in \itemize; meant \describe ?
checkRd: (-1) lol.project.pca.Rd:17: Lost braces in \itemize; meant \describe ?
checkRd: (-1) lol.project.pca.Rd:18: Lost braces in \itemize; meant \describe ?
checkRd: (-1) lol.project.pca.Rd:19: Lost braces in \itemize; meant \describe ?
checkRd: (-1) lol.project.pca.Rd:20: Lost braces in \itemize; meant \describe ?
checkRd: (-1) lol.sims.fat_tails.Rd:25: Lost braces; missing escapes or markup?
25 | \item{f}{the fatness scaling of the tail. S2 = f*S1, where S1_{ij} = rho if i != j, and 1 if i == j. Defaults to \code{15}.}
| ^
checkRd: (-1) lol.sims.mean_diff.Rd:36: Lost braces; missing escapes or markup?
36 | \item{s}{the scaling parameter of the covariance matrix. S_{ij} = scaling*1 if i == j, or scaling*offdiag if i != j. Defaults to \code{1}.}
| ^
checkRd: (-1) lol.utils.decomp.Rd:21: Lost braces in \itemize; meant \describe ?
checkRd: (-1) lol.utils.decomp.Rd:22: Lost braces in \itemize; meant \describe ?
checkRd: (-1) lol.utils.decomp.Rd:23: Lost braces in \itemize; meant \describe ?
checkRd: (-1) lol.utils.decomp.Rd:24: Lost braces in \itemize; meant \describe ?
checkRd: (-1) lol.utils.decomp.Rd:25: Lost braces in \itemize; meant \describe ?
checkRd: (-1) lol.xval.eval.Rd:31: Lost braces; missing escapes or markup?
31 | \item{alg}{the algorithm to use for embedding. Should be a function that accepts inputs \code{X}, \code{Y}, and has a parameter for \code{alg.dimname} if \code{alg} is supervised, or just \code{X} and \code{alg.dimname} if \code{alg} is unsupervised.This algorithm should return a list containing a matrix that embeds from {d} to {r <= d} dimensions.}
| ^
checkRd: (-1) lol.xval.eval.Rd:31: Lost braces; missing escapes or markup?
31 | \item{alg}{the algorithm to use for embedding. Should be a function that accepts inputs \code{X}, \code{Y}, and has a parameter for \code{alg.dimname} if \code{alg} is supervised, or just \code{X} and \code{alg.dimname} if \code{alg} is unsupervised.This algorithm should return a list containing a matrix that embeds from {d} to {r <= d} dimensions.}
| ^
checkRd: (-1) lol.xval.eval.Rd:68: Lost braces
68 | \item{if ]code{rank.low == TRUE}, users cross-validation method with \code{ntrain = min((k-1)/k*n, d)} sample training sets, where \code{d} is the number of dimensions in \code{X}. This ensures that the training data is always low-rank, \code{ntrain < d + 1}. Note that the resulting training sets may have \code{ntrain < (k-1)/k*n}, but the resulting testing sets will always be properly rotated \code{ntest = n/k} to ensure no dependencies in fold-wise testing.}
| ^
checkRd: (-1) lol.xval.optimal_dimselect.Rd:32: Lost braces; missing escapes or markup?
32 | \item{alg}{the algorithm to use for embedding. Should be a function that accepts inputs \code{X} and \code{Y} and embedding dimension \code{r} if \code{alg} is supervised, or just \code{X} and embedding dimension \code{r} if \code{alg} is unsupervised.This algorithm should return a list containing a matrix that embeds from {d} to {r < d} dimensions.}
| ^
checkRd: (-1) lol.xval.optimal_dimselect.Rd:32: Lost braces; missing escapes or markup?
32 | \item{alg}{the algorithm to use for embedding. Should be a function that accepts inputs \code{X} and \code{Y} and embedding dimension \code{r} if \code{alg} is supervised, or just \code{X} and embedding dimension \code{r} if \code{alg} is unsupervised.This algorithm should return a list containing a matrix that embeds from {d} to {r < d} dimensions.}
| ^
checkRd: (-1) lol.xval.optimal_dimselect.Rd:75: Lost braces
75 | \item{if ]code{rank.low == TRUE}, users cross-validation method with \code{ntrain = min((k-1)/k*n, d)} sample training sets, where \code{d} is the number of dimensions in \code{X}. This ensures that the training data is always low-rank, \code{ntrain < d + 1}. Note that the resulting training sets may have \code{ntrain < (k-1)/k*n}, but the resulting testing sets will always be properly rotated \code{ntest = n/k} to ensure no dependencies in fold-wise testing.}
| ^
checkRd: (-1) predict.nearestCentroid.Rd:12: Lost braces in \itemize; meant \describe ?
checkRd: (-1) predict.nearestCentroid.Rd:13: Lost braces in \itemize; meant \describe ?
checkRd: (-1) predict.nearestCentroid.Rd:14: Lost braces in \itemize; meant \describe ?
checkRd: (-1) predict.randomChance.Rd:12: Lost braces in \itemize; meant \describe ?
checkRd: (-1) predict.randomChance.Rd:13: Lost braces in \itemize; meant \describe ?
checkRd: (-1) predict.randomGuess.Rd:12: Lost braces in \itemize; meant \describe ?
checkRd: (-1) predict.randomGuess.Rd:13: Lost braces in \itemize; meant \describe ?
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, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 2.1
Check: for new files in some other directories
Result: NOTE
Found the following files/directories:
‘~/tmp/scratch/Rtmp01yYbQ’ ‘~/tmp/scratch/Rtmp0InFXq’
‘~/tmp/scratch/Rtmp0Zk4Vz’ ‘~/tmp/scratch/Rtmp0gcf9C’
‘~/tmp/scratch/Rtmp0lLuIl’ ‘~/tmp/scratch/Rtmp0n2feE’
‘~/tmp/scratch/Rtmp16BpH4’ ‘~/tmp/scratch/Rtmp19PtpI’
‘~/tmp/scratch/Rtmp1AgFGb’ ‘~/tmp/scratch/Rtmp26Vaed’
‘~/tmp/scratch/Rtmp2dRZCV’ ‘~/tmp/scratch/Rtmp2glAaF’
‘~/tmp/scratch/Rtmp3k0l2F’ ‘~/tmp/scratch/Rtmp3rlnSc’
‘~/tmp/scratch/Rtmp4EAxMH’ ‘~/tmp/scratch/Rtmp4zqFrQ’
‘~/tmp/scratch/Rtmp6vPKN4’ ‘~/tmp/scratch/Rtmp7j11vg’
‘~/tmp/scratch/Rtmp7uUlfP’ ‘~/tmp/scratch/Rtmp7zGdgj’
‘~/tmp/scratch/Rtmp80MCZn’ ‘~/tmp/scratch/Rtmp8Ug336’
‘~/tmp/scratch/Rtmp9DQ2fW’ ‘~/tmp/scratch/Rtmp9E7SAp’
‘~/tmp/scratch/Rtmp9XicnU’ ‘~/tmp/scratch/Rtmp9neVeq’
‘~/tmp/scratch/RtmpAInaWU’ ‘~/tmp/scratch/RtmpATc55l’
‘~/tmp/scratch/RtmpAXKPUt’ ‘~/tmp/scratch/RtmpAYXAuB’
‘~/tmp/scratch/RtmpB6J5vg’ ‘~/tmp/scratch/RtmpBC9RSb’
‘~/tmp/scratch/RtmpECcfXZ’ ‘~/tmp/scratch/RtmpEFBtmA’
‘~/tmp/scratch/RtmpEchMN4’ ‘~/tmp/scratch/RtmpEiTWEJ’
‘~/tmp/scratch/RtmpFZZViX’ ‘~/tmp/scratch/RtmpFviH5L’
‘~/tmp/scratch/RtmpGVfeOp’ ‘~/tmp/scratch/RtmpGjXvPP’
‘~/tmp/scratch/RtmpGyNKRx’ ‘~/tmp/scratch/RtmpHBfkhQ’
‘~/tmp/scratch/RtmpHHVJmx’ ‘~/tmp/scratch/RtmpHbcXFd’
‘~/tmp/scratch/RtmpI3mMxo’ ‘~/tmp/scratch/RtmpI5Sg8Z’
‘~/tmp/scratch/RtmpIB9owk’ ‘~/tmp/scratch/RtmpIKoyAy’
‘~/tmp/scratch/RtmpISV1i5’ ‘~/tmp/scratch/RtmpJh0nR5’
‘~/tmp/scratch/RtmpJjmVw6’ ‘~/tmp/scratch/RtmpJlrUAL’
‘~/tmp/scratch/RtmpK79JsX’ ‘~/tmp/scratch/RtmpLJod6u’
‘~/tmp/scratch/RtmpLSGHTR’ ‘~/tmp/scratch/RtmpLV2ASs’
‘~/tmp/scratch/RtmpLu5TQ1’ ‘~/tmp/scratch/RtmpLwQXw4’
‘~/tmp/scratch/RtmpMHZnNW’ ‘~/tmp/scratch/RtmpMMw4xI’
‘~/tmp/scratch/RtmpMdCOVq’ ‘~/tmp/scratch/RtmpMpiUkE’
‘~/tmp/scratch/RtmpNAZRj3’ ‘~/tmp/scratch/RtmpNPD6uf’
‘~/tmp/scratch/RtmpNU9ByK’ ‘~/tmp/scratch/RtmpOH0Ljt’
‘~/tmp/scratch/RtmpOStT6K’ ‘~/tmp/scratch/RtmpOv1Rb6’
‘~/tmp/scratch/RtmpPCWNHr’ ‘~/tmp/scratch/RtmpPMbKzJ’
‘~/tmp/scratch/RtmpQJK7cJ’ ‘~/tmp/scratch/RtmpQnM1gB’
‘~/tmp/scratch/RtmpTCNg2B’ ‘~/tmp/scratch/RtmpU3paJR’
‘~/tmp/scratch/RtmpU7odI2’ ‘~/tmp/scratch/RtmpUNb5yX’
‘~/tmp/scratch/RtmpUeXUZj’ ‘~/tmp/scratch/RtmpUlObjF’
‘~/tmp/scratch/RtmpVD8LYX’ ‘~/tmp/scratch/RtmpVZu7UK’
‘~/tmp/scratch/RtmpVmbTX8’ ‘~/tmp/scratch/RtmpVy4nLB’
‘~/tmp/scratch/RtmpWAPZw0’ ‘~/tmp/scratch/RtmpWMsAJ3’
‘~/tmp/scratch/RtmpWPKd3B’ ‘~/tmp/scratch/RtmpX9LtxR’
‘~/tmp/scratch/RtmpXEyz3i’ ‘~/tmp/scratch/RtmpXHzw8p’
‘~/tmp/scratch/RtmpXIGcD3’ ‘~/tmp/scratch/RtmpXZHiDz’
‘~/tmp/scratch/RtmpXgnS8m’ ‘~/tmp/scratch/RtmpXudKF5’
‘~/tmp/scratch/RtmpYKagHN’ ‘~/tmp/scratch/RtmpYkJcR8’
‘~/tmp/scratch/RtmpZEUqvc’ ‘~/tmp/scratch/RtmpZRF180’
‘~/tmp/scratch/RtmpaRdhOq’ ‘~/tmp/scratch/Rtmpb0ZQGz’
‘~/tmp/scratch/Rtmpb5KQ2R’ ‘~/tmp/scratch/RtmpbadU0t’
‘~/tmp/scratch/Rtmpc0RwY1’ ‘~/tmp/scratch/Rtmpc3lMax’
‘~/tmp/scratch/RtmpcAuJ38’ ‘~/tmp/scratch/RtmpcHARqb’
‘~/tmp/scratch/RtmpcOCyxA’ ‘~/tmp/scratch/RtmpcvABZK’
‘~/tmp/scratch/RtmpcwX03v’ ‘~/tmp/scratch/RtmpdeIPox’
‘~/tmp/scratch/RtmpdzbvXG’ ‘~/tmp/scratch/RtmpeWQUfg’
‘~/tmp/scratch/RtmpeY18z6’ ‘~/tmp/scratch/RtmpecoPHN’
‘~/tmp/scratch/RtmpedTzHy’ ‘~/tmp/scratch/RtmpgHvZcp’
‘~/tmp/scratch/Rtmpghg1Gx’ ‘~/tmp/scratch/Rtmph7ARYC’
‘~/tmp/scratch/Rtmph8G6gR’ ‘~/tmp/scratch/Rtmph8RIhW’
‘~/tmp/scratch/RtmphU2k6O’ ‘~/tmp/scratch/RtmpigBX8M’
‘~/tmp/scratch/Rtmpj2dgsx’ ‘~/tmp/scratch/RtmpjBfwyJ’
‘~/tmp/scratch/RtmpjDC8UQ’ ‘~/tmp/scratch/Rtmpk8j9ig’
‘~/tmp/scratch/RtmpkPXRXm’ ‘~/tmp/scratch/RtmpkSpXHm’
‘~/tmp/scratch/RtmpkZv05m’ ‘~/tmp/scratch/Rtmpm1lzqi’
‘~/tmp/scratch/RtmpmoHg5j’ ‘~/tmp/scratch/RtmpoNTNv6’
‘~/tmp/scratch/RtmpodAu5h’ ‘~/tmp/scratch/RtmpphxZts’
‘~/tmp/scratch/RtmppuMaC5’ ‘~/tmp/scratch/Rtmpq0wWob’
‘~/tmp/scratch/Rtmpq80eHX’ ‘~/tmp/scratch/RtmpqzlgSv’
‘~/tmp/scratch/RtmprNbTR6’ ‘~/tmp/scratch/RtmpsMWzH4’
‘~/tmp/scratch/Rtmpsc77qv’ ‘~/tmp/scratch/RtmpshWHLg’
‘~/tmp/scratch/RtmpsnLUbW’ ‘~/tmp/scratch/Rtmpt8JCxg’
‘~/tmp/scratch/RtmptNbdJu’ ‘~/tmp/scratch/Rtmptknyoi’
‘~/tmp/scratch/RtmpuJEbUq’ ‘~/tmp/scratch/RtmpumuUhe’
‘~/tmp/scratch/RtmpupQE7a’ ‘~/tmp/scratch/RtmpvG663O’
‘~/tmp/scratch/RtmpvTm6Sc’ ‘~/tmp/scratch/RtmpvyNnqT’
‘~/tmp/scratch/RtmpwKJzC2’ ‘~/tmp/scratch/RtmpwyoHv9’
‘~/tmp/scratch/Rtmpx5NuFB’ ‘~/tmp/scratch/Rtmpx5XInv’
‘~/tmp/scratch/RtmpxivBWj’ ‘~/tmp/scratch/RtmpyFkaE5’
‘~/tmp/scratch/RtmpyGecxg’ ‘~/tmp/scratch/RtmpyLujd2’
‘~/tmp/scratch/RtmpyRKMrw’ ‘~/tmp/scratch/Rtmpyt7STd’
‘~/tmp/scratch/RtmpyyJrjg’ ‘~/tmp/scratch/Rtmpz41r7S’
‘~/tmp/scratch/RtmpzG1xbk’ ‘~/tmp/scratch/xvfb-run.08K13c’
‘~/tmp/scratch/xvfb-run.0pTBrS’ ‘~/tmp/scratch/xvfb-run.1OXVFH’
‘~/tmp/scratch/xvfb-run.4VxwlA’ ‘~/tmp/scratch/xvfb-run.54oq75’
‘~/tmp/scratch/xvfb-run.5559je’ ‘~/tmp/scratch/xvfb-run.5fAyYa’
‘~/tmp/scratch/xvfb-run.6fwUyz’ ‘~/tmp/scratch/xvfb-run.7qjIxC’
‘~/tmp/scratch/xvfb-run.AP4Sy6’ ‘~/tmp/scratch/xvfb-run.BZVXAM’
‘~/tmp/scratch/xvfb-run.Boe2c8’ ‘~/tmp/scratch/xvfb-run.EFa84K’
‘~/tmp/scratch/xvfb-run.Feh8Lt’ ‘~/tmp/scratch/xvfb-run.GAdQOA’
‘~/tmp/scratch/xvfb-run.GQD3CW’ ‘~/tmp/scratch/xvfb-run.GoA3gi’
‘~/tmp/scratch/xvfb-run.Gt1DJM’ ‘~/tmp/scratch/xvfb-run.HCxeRc’
‘~/tmp/scratch/xvfb-run.Hg13M0’ ‘~/tmp/scratch/xvfb-run.JM0hyB’
‘~/tmp/scratch/xvfb-run.JMOydQ’ ‘~/tmp/scratch/xvfb-run.JeXfHQ’
‘~/tmp/scratch/xvfb-run.Jjtxga’ ‘~/tmp/scratch/xvfb-run.KKDSw4’
‘~/tmp/scratch/xvfb-run.LQe4bm’ ‘~/tmp/scratch/xvfb-run.MvZbQz’
‘~/tmp/scratch/xvfb-run.NRWH8N’ ‘~/tmp/scratch/xvfb-run.P1aYSx’
‘~/tmp/scratch/xvfb-run.PdHtLM’ ‘~/tmp/scratch/xvfb-run.QAiWz7’
‘~/tmp/scratch/xvfb-run.QKyoI4’ ‘~/tmp/scratch/xvfb-run.RuHq3q’
‘~/tmp/scratch/xvfb-run.RxauR4’ ‘~/tmp/scratch/xvfb-run.SNMERW’
‘~/tmp/scratch/xvfb-run.T9zwWA’ ‘~/tmp/scratch/xvfb-run.TaHyZe’
‘~/tmp/scratch/xvfb-run.Va4gGn’ ‘~/tmp/scratch/xvfb-run.VtS8Zz’
‘~/tmp/scratch/xvfb-run.WNzpqh’ ‘~/tmp/scratch/xvfb-run.YQgsTl’
‘~/tmp/scratch/xvfb-run.b07f2e’ ‘~/tmp/scratch/xvfb-run.behGaE’
‘~/tmp/scratch/xvfb-run.dJOCxu’ ‘~/tmp/scratch/xvfb-run.dMnEge’
‘~/tmp/scratch/xvfb-run.dSizhK’ ‘~/tmp/scratch/xvfb-run.dr8mxv’
‘~/tmp/scratch/xvfb-run.e3c2mW’ ‘~/tmp/scratch/xvfb-run.ew6hZB’
‘~/tmp/scratch/xvfb-run.g8qJHe’ ‘~/tmp/scratch/xvfb-run.gUMpUC’
‘~/tmp/scratch/xvfb-run.giEttV’ ‘~/tmp/scratch/xvfb-run.gsGCCR’
‘~/tmp/scratch/xvfb-run.iYEf7y’ ‘~/tmp/scratch/xvfb-run.ioupqN’
‘~/tmp/scratch/xvfb-run.jNOHah’ ‘~/tmp/scratch/xvfb-run.kxDTtQ’
‘~/tmp/scratch/xvfb-run.lK3brD’ ‘~/tmp/scratch/xvfb-run.lW2iVk’
‘~/tmp/scratch/xvfb-run.lk2Ryl’ ‘~/tmp/scratch/xvfb-run.m9IIEw’
‘~/tmp/scratch/xvfb-run.rBcPyD’ ‘~/tmp/scratch/xvfb-run.rlPxAq’
‘~/tmp/scratch/xvfb-run.t8tYEh’ ‘~/tmp/scratch/xvfb-run.uFQJY6’
‘~/tmp/scratch/xvfb-run.uKjWkn’ ‘~/tmp/scratch/xvfb-run.v4MDWE’
‘~/tmp/scratch/xvfb-run.vFaSI2’ ‘~/tmp/scratch/xvfb-run.wFrI2L’
‘~/tmp/scratch/xvfb-run.wpmRip’ ‘~/tmp/scratch/xvfb-run.wq84sd’
‘~/tmp/scratch/xvfb-run.yZe8vJ’ ‘~/tmp/scratch/xvfb-run.ykfWk0’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.1
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘ggplot2’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc