Last updated on 2025-11-03 12:49:53 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.2 | 17.27 | 146.00 | 163.27 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.0.2 | 10.06 | 100.83 | 110.89 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.0.2 | 77.00 | 184.84 | 261.84 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 31.00 | OK | |||
| r-devel-windows-x86_64 | 1.0.2 | 21.00 | 119.00 | 140.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.2 | 15.45 | 139.03 | 154.48 | NOTE | |
| r-release-linux-x86_64 | 1.0.2 | 13.78 | 133.90 | 147.68 | NOTE | |
| r-release-macos-arm64 | 1.0.2 | 10.00 | 58.00 | 68.00 | OK | |
| r-release-macos-x86_64 | 1.0.2 | 25.00 | 107.00 | 132.00 | OK | |
| r-release-windows-x86_64 | 1.0.2 | 19.00 | 114.00 | 133.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.0.2 | 8.00 | 46.00 | 54.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.2 | 16.00 | 71.00 | 87.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.2 | 23.00 | 149.00 | 172.00 | NOTE | 
Version: 1.0.2
Check: Rd cross-references
Result: NOTE
  Found the following Rd file(s) with Rd \link{} targets missing package
  anchors:
    LR_GradientConjugate_gpumatrix.Rd: Matrix-class
    gpu.matrix-class.Rd: Matrix-class
    gpu.matrix.Rd: Matrix-class
    matrix-product.Rd: %&%
  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.2
Check: examples
Result: ERROR
  Running examples in 'GPUmatrix-Ex.R' failed
  The error most likely occurred in:
  
  > ### Name: apply
  > ### Title: Apply Functions over 'gpu.matrix-class' margins
  > ### Aliases: apply apply-methods apply,gpu.matrix.tensorflow-method
  > ###   apply,gpu.matrix.torch-method
  > 
  > ### ** Examples
  > 
  > 
  > if(installTorch()){
  + 
  +   a <- gpu.matrix(rnorm(9),3,3)
  + 
  +   apply(a, 1, mean) #computes the mean of each row
  +   apply(a, 2, mean) #computes the mean of each column
  + 
  + }
Flavor: r-devel-windows-x86_64
Version: 1.0.2
Check: re-building of vignette outputs
Result: ERROR
  Error(s) in re-building vignettes:
  --- re-building 'Vignette.Rmd' using rmarkdown
Flavor: r-devel-windows-x86_64
Version: 1.0.2
Check: whether startup messages can be suppressed
Result: NOTE
  Torch libraries are installed but loading them was unsuccessful.
  
  It looks like this package (or a package it requires) has a startup
  message which cannot be suppressed: see ?packageStartupMessage.
Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64