Last updated on 2022-05-17 06:53:02 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.31 | 3.29 | 33.94 | 37.23 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.31 | 2.58 | 26.46 | 29.04 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.31 | 46.77 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.31 | 44.63 | NOTE | |||
r-devel-windows-x86_64 | 1.31 | 14.00 | 52.00 | 66.00 | NOTE | |
r-patched-linux-x86_64 | 1.31 | 3.36 | 32.95 | 36.31 | NOTE | |
r-release-linux-x86_64 | 1.31 | 3.14 | 32.09 | 35.23 | NOTE | |
r-release-macos-arm64 | 1.31 | 16.00 | NOTE | |||
r-release-macos-x86_64 | 1.31 | 23.00 | NOTE | |||
r-release-windows-x86_64 | 1.31 | 8.00 | 51.00 | 59.00 | NOTE | |
r-oldrel-macos-arm64 | 1.31 | 19.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.31 | 28.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.31 | 9.00 | 50.00 | 59.00 | NOTE |
Version: 1.31
Check: R code for possible problems
Result: NOTE
PlotAtm.lin : scale_image: no visible global function definition for
'heat.colors'
PlotAtm.lin : scale_image: no visible global function definition for
'par'
PlotAtm.lin : scale_image: no visible global function definition for
'sd'
PlotAtm.lin : scale_image: no visible global function definition for
'approx'
PlotAtm.lin : scale_image: no visible global function definition for
'image'
PlotAtm.lin : scale_image: no visible global function definition for
'axis'
PlotAtm.lin : scale_image: no visible global function definition for
'mtext'
PlotAtm.lin: no visible global function definition for 'arrows'
PlotAtm.lin: no visible global function definition for 'text'
PlotAtm.lin: no visible global function definition for 'polygon'
sky.colors: no visible global function definition for 'rgb'
Undefined global functions or variables:
approx arrows axis heat.colors image mtext par polygon rgb sd text
Consider adding
importFrom("grDevices", "heat.colors", "rgb")
importFrom("graphics", "arrows", "axis", "image", "mtext", "par",
"polygon", "text")
importFrom("stats", "approx", "sd")
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
Version: 1.31
Check: Rd line widths
Result: NOTE
Rd file 'MakeArrivals.lin.Rd':
\examples lines wider than 100 characters:
MakeArrivals.lin(xs = c(100, 150), ys = c(100, 150), zs = c(100, 150), xr = 0, yr = 0, zr = 0, dt = 0.01, nt = 100, timing = c(0, 0), A ... [TRUNCATED]
Rd file 'MakeAtmList.lin.Rd':
\usage lines wider than 90 characters:
MakeAtmList.lin(z0 = 0, c0 = 343, gc = 0, wx0 = 0, gwx = 0, wy0 = 0, gwy = 0, rho0 = 1.2929 * exp(-z0/6800), grho = -0.0001901323 * exp ... [TRUNCATED]
These lines will be truncated in the PDF manual.
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-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.31
Check: compiled code
Result: NOTE
File ‘AtmRay/libs/AtmRay.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc