Last updated on 2026-08-04 08:50:54 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.30 | 153.98 | 160.28 | 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 | 232.00 | 242.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 | 15.00 | 329.00 | 344.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/Rtmp0RxjtV’ ‘~/tmp/scratch/Rtmp1Tgwzg’
‘~/tmp/scratch/Rtmp1r8yZV’ ‘~/tmp/scratch/Rtmp26uPCE’
‘~/tmp/scratch/Rtmp2M6ggN’ ‘~/tmp/scratch/Rtmp2ePkWo’
‘~/tmp/scratch/Rtmp2gW7Pz’ ‘~/tmp/scratch/Rtmp3xmPVS’
‘~/tmp/scratch/Rtmp4nGbS2’ ‘~/tmp/scratch/Rtmp6J86rh’
‘~/tmp/scratch/Rtmp6RDyEw’ ‘~/tmp/scratch/Rtmp6VtlHP’
‘~/tmp/scratch/Rtmp6lr2SS’ ‘~/tmp/scratch/Rtmp7Mr14K’
‘~/tmp/scratch/Rtmp7RqPRG’ ‘~/tmp/scratch/Rtmp7Tbgfd’
‘~/tmp/scratch/Rtmp7iZz77’ ‘~/tmp/scratch/Rtmp89fE2R’
‘~/tmp/scratch/Rtmp8ZN0qc’ ‘~/tmp/scratch/Rtmp8pghiA’
‘~/tmp/scratch/Rtmp8qDN6O’ ‘~/tmp/scratch/Rtmp92HXuQ’
‘~/tmp/scratch/Rtmp9HgDPN’ ‘~/tmp/scratch/Rtmp9WnjmY’
‘~/tmp/scratch/RtmpAkEZeS’ ‘~/tmp/scratch/RtmpAwUDQW’
‘~/tmp/scratch/RtmpAwYaR1’ ‘~/tmp/scratch/RtmpBcPMtm’
‘~/tmp/scratch/RtmpBu08F5’ ‘~/tmp/scratch/RtmpBvIALq’
‘~/tmp/scratch/RtmpDW6ebl’ ‘~/tmp/scratch/RtmpEVumG3’
‘~/tmp/scratch/RtmpEllYLV’ ‘~/tmp/scratch/RtmpF8W0wI’
‘~/tmp/scratch/RtmpFELYeZ’ ‘~/tmp/scratch/RtmpFEa6CH’
‘~/tmp/scratch/RtmpFuULMw’ ‘~/tmp/scratch/RtmpGXFjEB’
‘~/tmp/scratch/RtmpGyYK5F’ ‘~/tmp/scratch/RtmpIYwo0H’
‘~/tmp/scratch/RtmpIdGKLG’ ‘~/tmp/scratch/RtmpJNV7lf’
‘~/tmp/scratch/RtmpJs7bfZ’ ‘~/tmp/scratch/RtmpJwQSeJ’
‘~/tmp/scratch/RtmpLWQIwx’ ‘~/tmp/scratch/RtmpLgZngx’
‘~/tmp/scratch/RtmpMSkBz1’ ‘~/tmp/scratch/RtmpMwYohn’
‘~/tmp/scratch/RtmpN1V0Qv’ ‘~/tmp/scratch/RtmpN8RoMD’
‘~/tmp/scratch/RtmpN9WUJZ’ ‘~/tmp/scratch/RtmpNkRXgP’
‘~/tmp/scratch/RtmpNxZR6N’ ‘~/tmp/scratch/RtmpNz43LZ’
‘~/tmp/scratch/RtmpOTHI1n’ ‘~/tmp/scratch/RtmpOmlJf2’
‘~/tmp/scratch/RtmpOqLSDw’ ‘~/tmp/scratch/RtmpP3A2z0’
‘~/tmp/scratch/RtmpPP0Ngl’ ‘~/tmp/scratch/RtmpPThDc2’
‘~/tmp/scratch/RtmpPWPFWB’ ‘~/tmp/scratch/RtmpPdJlH8’
‘~/tmp/scratch/RtmpQBVwyX’ ‘~/tmp/scratch/RtmpR6Vw1W’
‘~/tmp/scratch/RtmpRK4ZLs’ ‘~/tmp/scratch/RtmpRY1HFl’
‘~/tmp/scratch/RtmpS1xJTU’ ‘~/tmp/scratch/RtmpT4LINb’
‘~/tmp/scratch/RtmpTGb71S’ ‘~/tmp/scratch/RtmpThfv1R’
‘~/tmp/scratch/RtmpTuvpZV’ ‘~/tmp/scratch/RtmpUKhGag’
‘~/tmp/scratch/RtmpULTOmg’ ‘~/tmp/scratch/RtmpVQGNQs’
‘~/tmp/scratch/RtmpVf0SRR’ ‘~/tmp/scratch/RtmpVnYIs2’
‘~/tmp/scratch/RtmpW8iYqC’ ‘~/tmp/scratch/RtmpWRAXpk’
‘~/tmp/scratch/RtmpXFHkag’ ‘~/tmp/scratch/RtmpZBZtMz’
‘~/tmp/scratch/RtmpZc4Rbh’ ‘~/tmp/scratch/RtmpZtrXiP’
‘~/tmp/scratch/RtmpaUEIbc’ ‘~/tmp/scratch/Rtmpb6lWpF’
‘~/tmp/scratch/Rtmpb7Jq2a’ ‘~/tmp/scratch/RtmpbAXEo3’
‘~/tmp/scratch/RtmpbHj7hB’ ‘~/tmp/scratch/Rtmpc1rUjt’
‘~/tmp/scratch/RtmpcJUUZr’ ‘~/tmp/scratch/RtmpcVHJhg’
‘~/tmp/scratch/RtmpcbCBp2’ ‘~/tmp/scratch/RtmpcxZKi0’
‘~/tmp/scratch/Rtmpczz578’ ‘~/tmp/scratch/RtmpdC61S6’
‘~/tmp/scratch/RtmpdF8jAL’ ‘~/tmp/scratch/RtmpeNR1q0’
‘~/tmp/scratch/RtmpfEyf9e’ ‘~/tmp/scratch/RtmpfyOpaR’
‘~/tmp/scratch/Rtmpg84qWK’ ‘~/tmp/scratch/RtmpgJ2Hm0’
‘~/tmp/scratch/RtmpgLU8ht’ ‘~/tmp/scratch/RtmpgST0f9’
‘~/tmp/scratch/Rtmph1m2y1’ ‘~/tmp/scratch/Rtmphj03gV’
‘~/tmp/scratch/RtmphoxrAf’ ‘~/tmp/scratch/RtmpiT4MgG’
‘~/tmp/scratch/RtmpiWfUt0’ ‘~/tmp/scratch/RtmpjW70yu’
‘~/tmp/scratch/RtmpjruE7V’ ‘~/tmp/scratch/RtmpkChIaf’
‘~/tmp/scratch/RtmpkSKKYF’ ‘~/tmp/scratch/RtmpkyqWPW’
‘~/tmp/scratch/RtmplRsrFY’ ‘~/tmp/scratch/Rtmplmmatv’
‘~/tmp/scratch/RtmplodgGk’ ‘~/tmp/scratch/RtmplsBFYn’
‘~/tmp/scratch/Rtmplw43fn’ ‘~/tmp/scratch/RtmpmL4wOl’
‘~/tmp/scratch/RtmpmXjSuI’ ‘~/tmp/scratch/RtmpmkBvNX’
‘~/tmp/scratch/RtmpmukWuA’ ‘~/tmp/scratch/Rtmpn17Vtc’
‘~/tmp/scratch/RtmpnWiJg5’ ‘~/tmp/scratch/RtmpndVMNB’
‘~/tmp/scratch/RtmpnfPMyz’ ‘~/tmp/scratch/Rtmpo4BkSy’
‘~/tmp/scratch/RtmpoED4Ig’ ‘~/tmp/scratch/Rtmpp53cY8’
‘~/tmp/scratch/RtmppFUsdN’ ‘~/tmp/scratch/RtmppzrGZs’
‘~/tmp/scratch/RtmpqE1s9i’ ‘~/tmp/scratch/RtmpqK2Jo6’
‘~/tmp/scratch/Rtmpqr6Man’ ‘~/tmp/scratch/Rtmpr2V2yD’
‘~/tmp/scratch/RtmprDpmXx’ ‘~/tmp/scratch/RtmprKGP52’
‘~/tmp/scratch/RtmprfoPPb’ ‘~/tmp/scratch/RtmprhKloI’
‘~/tmp/scratch/RtmpsQpatw’ ‘~/tmp/scratch/RtmpssNOaF’
‘~/tmp/scratch/RtmpszBjCI’ ‘~/tmp/scratch/RtmptaSZL9’
‘~/tmp/scratch/Rtmpubu64n’ ‘~/tmp/scratch/RtmpufYJPc’
‘~/tmp/scratch/RtmpukXQTF’ ‘~/tmp/scratch/RtmpuowtUo’
‘~/tmp/scratch/Rtmpuv9faL’ ‘~/tmp/scratch/RtmpvXUup5’
‘~/tmp/scratch/RtmpvaTTdy’ ‘~/tmp/scratch/RtmpvfsoNm’
‘~/tmp/scratch/Rtmpvh4Tak’ ‘~/tmp/scratch/Rtmpvo4SHK’
‘~/tmp/scratch/Rtmpwn6C2n’ ‘~/tmp/scratch/RtmpwvvNoo’
‘~/tmp/scratch/RtmpxFreBl’ ‘~/tmp/scratch/RtmpyIwZbw’
‘~/tmp/scratch/RtmpyOsIbe’ ‘~/tmp/scratch/RtmpySSToQ’
‘~/tmp/scratch/RtmpygWuGx’ ‘~/tmp/scratch/RtmpyrEtKs’
‘~/tmp/scratch/RtmpzIE6D6’ ‘~/tmp/scratch/RtmpzeFvH9’
‘~/tmp/scratch/RtmpzxUkBd’ ‘~/tmp/scratch/xvfb-run.067yBc’
‘~/tmp/scratch/xvfb-run.0Xbqs0’ ‘~/tmp/scratch/xvfb-run.0k15Tx’
‘~/tmp/scratch/xvfb-run.0t7Obr’ ‘~/tmp/scratch/xvfb-run.10KFsj’
‘~/tmp/scratch/xvfb-run.19T1uJ’ ‘~/tmp/scratch/xvfb-run.34jn4E’
‘~/tmp/scratch/xvfb-run.3Nn636’ ‘~/tmp/scratch/xvfb-run.4u1y1T’
‘~/tmp/scratch/xvfb-run.57GrUj’ ‘~/tmp/scratch/xvfb-run.5FQnco’
‘~/tmp/scratch/xvfb-run.64RhJu’ ‘~/tmp/scratch/xvfb-run.7IoOdt’
‘~/tmp/scratch/xvfb-run.7WlBpH’ ‘~/tmp/scratch/xvfb-run.9TAvgm’
‘~/tmp/scratch/xvfb-run.BQZEt0’ ‘~/tmp/scratch/xvfb-run.BcbrZR’
‘~/tmp/scratch/xvfb-run.CwAa9n’ ‘~/tmp/scratch/xvfb-run.CweBOJ’
‘~/tmp/scratch/xvfb-run.DQo4SC’ ‘~/tmp/scratch/xvfb-run.EEuDbr’
‘~/tmp/scratch/xvfb-run.EIromb’ ‘~/tmp/scratch/xvfb-run.EOFLL1’
‘~/tmp/scratch/xvfb-run.EZWJwm’ ‘~/tmp/scratch/xvfb-run.Ekn4RP’
‘~/tmp/scratch/xvfb-run.FLr4Yr’ ‘~/tmp/scratch/xvfb-run.G0OypF’
‘~/tmp/scratch/xvfb-run.Gk4bxL’ ‘~/tmp/scratch/xvfb-run.HOyNWy’
‘~/tmp/scratch/xvfb-run.K80i1C’ ‘~/tmp/scratch/xvfb-run.KtGoon’
‘~/tmp/scratch/xvfb-run.Lr8sNI’ ‘~/tmp/scratch/xvfb-run.MT56Qe’
‘~/tmp/scratch/xvfb-run.N78h6H’ ‘~/tmp/scratch/xvfb-run.NIFejy’
‘~/tmp/scratch/xvfb-run.PoIo9a’ ‘~/tmp/scratch/xvfb-run.Rk9kyo’
‘~/tmp/scratch/xvfb-run.S6nEP3’ ‘~/tmp/scratch/xvfb-run.SVNQ4N’
‘~/tmp/scratch/xvfb-run.TkVXOz’ ‘~/tmp/scratch/xvfb-run.U8RAri’
‘~/tmp/scratch/xvfb-run.VNlqsA’ ‘~/tmp/scratch/xvfb-run.Wgf05j’
‘~/tmp/scratch/xvfb-run.XHfip0’ ‘~/tmp/scratch/xvfb-run.XNvc1Q’
‘~/tmp/scratch/xvfb-run.Xqet5F’ ‘~/tmp/scratch/xvfb-run.YsfhmD’
‘~/tmp/scratch/xvfb-run.ZxcC1O’ ‘~/tmp/scratch/xvfb-run.Zzui4m’
‘~/tmp/scratch/xvfb-run.a8ycrW’ ‘~/tmp/scratch/xvfb-run.c83dxb’
‘~/tmp/scratch/xvfb-run.eOxyJz’ ‘~/tmp/scratch/xvfb-run.g4v0U3’
‘~/tmp/scratch/xvfb-run.gScGab’ ‘~/tmp/scratch/xvfb-run.gqRiwo’
‘~/tmp/scratch/xvfb-run.hW3RMX’ ‘~/tmp/scratch/xvfb-run.harohL’
‘~/tmp/scratch/xvfb-run.hgHTZO’ ‘~/tmp/scratch/xvfb-run.iEv9TJ’
‘~/tmp/scratch/xvfb-run.ioxN6n’ ‘~/tmp/scratch/xvfb-run.na3vax’
‘~/tmp/scratch/xvfb-run.ojgw4P’ ‘~/tmp/scratch/xvfb-run.qGU28a’
‘~/tmp/scratch/xvfb-run.ryRnLv’ ‘~/tmp/scratch/xvfb-run.swGY90’
‘~/tmp/scratch/xvfb-run.t6f6tg’ ‘~/tmp/scratch/xvfb-run.t6rbmc’
‘~/tmp/scratch/xvfb-run.uSUskH’ ‘~/tmp/scratch/xvfb-run.vcIZkq’
‘~/tmp/scratch/xvfb-run.vdIeAu’ ‘~/tmp/scratch/xvfb-run.w0oNGq’
‘~/tmp/scratch/xvfb-run.xrRiXl’ ‘~/tmp/scratch/xvfb-run.yqoW1Q’
‘~/tmp/scratch/xvfb-run.zXq4ZS’
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