Last updated on 2022-06-13 12:54:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 1.99 | 29.85 | 31.84 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 1.69 | 23.25 | 24.94 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 39.31 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 40.10 | NOTE | |||
r-devel-windows-x86_64 | 0.1 | 8.00 | 42.00 | 50.00 | NOTE | |
r-patched-linux-x86_64 | 0.1 | 1.45 | 29.08 | 30.53 | NOTE | |
r-release-linux-x86_64 | 0.1 | 1.82 | 28.85 | 30.67 | NOTE | |
r-release-macos-arm64 | 0.1 | 15.00 | NOTE | |||
r-release-macos-x86_64 | 0.1 | 18.00 | NOTE | |||
r-release-windows-x86_64 | 0.1 | 4.00 | 42.00 | 46.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1 | 18.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1 | 25.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.1 | 4.00 | 24.00 | 28.00 | NOTE |
Version: 0.1
Check: R code for possible problems
Result: NOTE
File 'smco/R/smco.R':
.onAttach calls:
cat(paste("This is smco package", version, "\n"))
Package startup functions should use 'packageStartupMessage' to
generate messages.
See section 'Good practice' in '?.onAttach'.
smco: no visible global function definition for 'runif'
smco: no visible global function definition for 'rnorm'
smco: no visible global function definition for 'qnorm'
smco: no visible global function definition for 'pnorm'
smco: no visible global function definition for 'optim'
Undefined global functions or variables:
optim pnorm qnorm rnorm runif
Consider adding
importFrom("stats", "optim", "pnorm", "qnorm", "rnorm", "runif")
to your NAMESPACE file.
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-ix86+x86_64