Last updated on 2022-06-26 07:53:43 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0 | 6.95 | 68.15 | 75.10 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.0.1 | 6.21 | 54.77 | 60.98 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.1 | 102.56 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.1 | 103.29 | OK | |||
r-devel-windows-x86_64 | 2.0.1 | 11.00 | 111.00 | 122.00 | OK | |
r-patched-linux-x86_64 | 2.0.1 | 7.39 | 69.61 | 77.00 | OK | |
r-release-linux-x86_64 | 2.0.1 | 8.17 | 68.67 | 76.84 | OK | |
r-release-macos-arm64 | 2.0.1 | 24.00 | OK | |||
r-release-macos-x86_64 | 2.0.1 | 43.00 | OK | |||
r-release-windows-x86_64 | 2.0.1 | 7.00 | 113.00 | 120.00 | OK | |
r-oldrel-macos-arm64 | 2.0.1 | 24.00 | OK | |||
r-oldrel-macos-x86_64 | 2.0.1 | 41.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 2.0.1 | 14.00 | 89.00 | 103.00 | OK |
Version: 2.0
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 2.0
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: 'Matrix'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 2.0
Check: R code for possible problems
Result: NOTE
GrassmannOptim: no visible global function definition for 'rnorm'
GrassmannOptim: no visible global function definition for 'runif'
GrassmannOptim : <anonymous>: no visible global function definition for
'expm'
GrassmannOptim : <anonymous>: no visible global function definition for
'Matrix'
Undefined global functions or variables:
Matrix expm rnorm runif
Consider adding
importFrom("stats", "rnorm", "runif")
to your NAMESPACE file.
Flavor: r-devel-linux-x86_64-debian-clang