Last updated on 2020-08-07 01:50:00 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 1.85 | 18.53 | 20.38 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 1.39 | 14.66 | 16.05 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 34.19 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 25.45 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1 | 7.00 | 26.00 | 33.00 | NOTE | |
r-patched-linux-x86_64 | 0.1 | 1.93 | 18.64 | 20.57 | NOTE | |
r-patched-solaris-x86 | 0.1 | 39.30 | NOTE | |||
r-release-linux-x86_64 | 0.1 | 1.90 | 18.71 | 20.61 | NOTE | |
r-release-macos-x86_64 | 0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1 | 5.00 | 38.00 | 43.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1 | 6.00 | 38.00 | 44.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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64