Last updated on 2020-08-07 01:49:39 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4.2.1 | 3.67 | 26.42 | 30.09 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.4.2.1 | 2.71 | 19.94 | 22.65 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.4.2.1 | 43.50 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.4.2.1 | 33.69 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.4.2.1 | 7.00 | 40.00 | 47.00 | NOTE | |
r-patched-linux-x86_64 | 1.4.2.1 | 3.64 | 25.74 | 29.38 | NOTE | |
r-patched-solaris-x86 | 1.4.2.1 | 52.40 | NOTE | |||
r-release-linux-x86_64 | 1.4.2.1 | 3.73 | 25.58 | 29.31 | NOTE | |
r-release-macos-x86_64 | 1.4.2.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.4.2.1 | 9.00 | 60.00 | 69.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.4.2.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.4.2.1 | 6.00 | 42.00 | 48.00 | NOTE |
Version: 1.4.2.1
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls in package code:
'lattice' 'rgl'
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' 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-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
Version: 1.4.2.1
Check: R code for possible problems
Result: NOTE
Found an obsolete/platform-specific call in the following function:
'plot.msc'
Found the platform-specific device:
'win.graph'
dev.new() is the preferred way to open a new device, in the unlikely
event one is needed.
splitTrainTest: warning in ts(dat[1:numTrain], start = props[1], freq =
props[3]): partial argument match of 'freq' to 'frequency'
splitTrainTest: warning in ts(dat[(numTrain + 1):length(dat)], start =
(props[1] + numTrain/props[3]), freq = props[3]): partial argument
match of 'freq' to 'frequency'
plot.msc : showResults: no visible global function definition for
'rgl.open'
plot.msc : showResults: no visible global function definition for
'rgl.clear'
plot.msc : showResults: no visible global function definition for
'rgl.bg'
plot.msc : showResults: no visible global function definition for
'rgl.light'
plot.msc : showResults: no visible global function definition for
'rgl.bbox'
plot.msc : showResults: no visible global function definition for
'rgl.surface'
plot.msc : showResults: no visible global function definition for
'rgl.spheres'
plot.msc : showResults: no visible global function definition for
'axes3d'
plot.msc : showResults: no visible global function definition for
'title3d'
plot.msc : showResults: no visible global function definition for
'rgl.viewpoint'
plot.msc: no visible global function definition for 'xyplot'
plot.msc : mypanel: no visible global function definition for
'panel.fill'
plot.msc : mypanel: no visible global function definition for
'panel.grid'
plot.msc : mypanel: no visible global function definition for
'panel.levelplot'
plot.msc: no visible global function definition for 'levelplot'
plot.msc : <anonymous>: no visible global function definition for
'axis.default'
plot.msc : <anonymous>: no visible global function definition for
'panel.text'
plot.msc: no visible global function definition for 'shingle'
plot.msc: no visible global function definition for 'strip.custom'
Undefined global functions or variables:
axes3d axis.default levelplot panel.fill panel.grid panel.levelplot
panel.text rgl.bbox rgl.bg rgl.clear rgl.light rgl.open rgl.spheres
rgl.surface rgl.viewpoint shingle strip.custom title3d xyplot
Found the following calls to attach():
File 'CombMSC/R/TMC.R':
attach(var.Frame)
See section 'Good practice' in '?attach'.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.4.2.1
Check: Rd line widths
Result: NOTE
Rd file 'TMC.Rd':
\usage lines wider than 90 characters:
TMC(num.Iter = 50, data.Size = 100, make.Data = gen.Data, make.Params = gen.Params, model.List, weight.Vector = rep(1, times = length(m ... [TRUNCATED]
\examples lines wider than 100 characters:
result <- TMC(num.Iter = 3, model.List = make.Model.List.Reg(vars), msc.List = list(BIC, AIC, PRESS), var.Frame = vars)
Rd file 'make.Model.List.Reg.Rd':
\usage lines wider than 90 characters:
make.Model.List.Reg(fram, max.Size = min(8, dim(fram)[2]), no.Intercepts = FALSE, GLM = FALSE)
Rd file 'sarima.Sim.Rd':
\usage lines wider than 90 characters:
sarima.Sim(n = 20, period = 12, model, seasonal, rand.Gen.Fun = rnorm, rand.Gen.Seas = rnorm)
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.4.2.1
Check: R code for possible problems
Result: NOTE
Found an obsolete/platform-specific call in the following function:
‘plot.msc’
Found the platform-specific device:
‘win.graph’
dev.new() is the preferred way to open a new device, in the unlikely
event one is needed.
splitTrainTest: warning in ts(dat[1:numTrain], start = props[1], freq =
props[3]): partial argument match of 'freq' to 'frequency'
splitTrainTest: warning in ts(dat[(numTrain + 1):length(dat)], start =
(props[1] + numTrain/props[3]), freq = props[3]): partial argument
match of 'freq' to 'frequency'
plot.msc : showResults: no visible global function definition for
‘rgl.open’
plot.msc : showResults: no visible global function definition for
‘rgl.clear’
plot.msc : showResults: no visible global function definition for
‘rgl.bg’
plot.msc : showResults: no visible global function definition for
‘rgl.light’
plot.msc : showResults: no visible global function definition for
‘rgl.bbox’
plot.msc : showResults: no visible global function definition for
‘rgl.surface’
plot.msc : showResults: no visible global function definition for
‘rgl.spheres’
plot.msc : showResults: no visible global function definition for
‘axes3d’
plot.msc : showResults: no visible global function definition for
‘title3d’
plot.msc : showResults: no visible global function definition for
‘rgl.viewpoint’
plot.msc: no visible global function definition for ‘xyplot’
plot.msc : mypanel: no visible global function definition for
‘panel.fill’
plot.msc : mypanel: no visible global function definition for
‘panel.grid’
plot.msc : mypanel: no visible global function definition for
‘panel.levelplot’
plot.msc: no visible global function definition for ‘levelplot’
plot.msc : <anonymous>: no visible global function definition for
‘axis.default’
plot.msc : <anonymous>: no visible global function definition for
‘panel.text’
plot.msc: no visible global function definition for ‘shingle’
plot.msc: no visible global function definition for ‘strip.custom’
Undefined global functions or variables:
axes3d axis.default levelplot panel.fill panel.grid panel.levelplot
panel.text rgl.bbox rgl.bg rgl.clear rgl.light rgl.open rgl.spheres
rgl.surface rgl.viewpoint shingle strip.custom title3d xyplot
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86
Version: 1.4.2.1
Check: R code for possible problems
Result: NOTE
splitTrainTest: warning in ts(dat[1:numTrain], start = props[1], freq =
props[3]): partial argument match of 'freq' to 'frequency'
splitTrainTest: warning in ts(dat[(numTrain + 1):length(dat)], start =
(props[1] + numTrain/props[3]), freq = props[3]): partial argument
match of 'freq' to 'frequency'
plot.msc : showResults: no visible global function definition for
'rgl.open'
plot.msc : showResults: no visible global function definition for
'rgl.clear'
plot.msc : showResults: no visible global function definition for
'rgl.bg'
plot.msc : showResults: no visible global function definition for
'rgl.light'
plot.msc : showResults: no visible global function definition for
'rgl.bbox'
plot.msc : showResults: no visible global function definition for
'rgl.surface'
plot.msc : showResults: no visible global function definition for
'rgl.spheres'
plot.msc : showResults: no visible global function definition for
'axes3d'
plot.msc : showResults: no visible global function definition for
'title3d'
plot.msc : showResults: no visible global function definition for
'rgl.viewpoint'
plot.msc: no visible global function definition for 'win.graph'
plot.msc: no visible global function definition for 'xyplot'
plot.msc : mypanel: no visible global function definition for
'panel.fill'
plot.msc : mypanel: no visible global function definition for
'panel.grid'
plot.msc : mypanel: no visible global function definition for
'panel.levelplot'
plot.msc: no visible global function definition for 'levelplot'
plot.msc : <anonymous>: no visible global function definition for
'axis.default'
plot.msc : <anonymous>: no visible global function definition for
'panel.text'
plot.msc: no visible global function definition for 'shingle'
plot.msc: no visible global function definition for 'strip.custom'
Undefined global functions or variables:
axes3d axis.default levelplot panel.fill panel.grid panel.levelplot
panel.text rgl.bbox rgl.bg rgl.clear rgl.light rgl.open rgl.spheres
rgl.surface rgl.viewpoint shingle strip.custom title3d win.graph
xyplot
Consider adding
importFrom("grDevices", "win.graph")
to your NAMESPACE file.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.4.2.1
Check: R code for possible problems
Result: NOTE
splitTrainTest: warning in ts(dat[1:numTrain], start = props[1], freq =
props[3]): partial argument match of 'freq' to 'frequency'
splitTrainTest: warning in ts(dat[(numTrain + 1):length(dat)], start =
(props[1] + numTrain/props[3]), freq = props[3]): partial argument
match of 'freq' to 'frequency'
plot.msc : showResults: no visible global function definition for
‘rgl.open’
plot.msc : showResults: no visible global function definition for
‘rgl.clear’
plot.msc : showResults: no visible global function definition for
‘rgl.bg’
plot.msc : showResults: no visible global function definition for
‘rgl.light’
plot.msc : showResults: no visible global function definition for
‘rgl.bbox’
plot.msc : showResults: no visible global function definition for
‘rgl.surface’
plot.msc : showResults: no visible global function definition for
‘rgl.spheres’
plot.msc : showResults: no visible global function definition for
‘axes3d’
plot.msc : showResults: no visible global function definition for
‘title3d’
plot.msc : showResults: no visible global function definition for
‘rgl.viewpoint’
plot.msc: no visible global function definition for ‘xyplot’
plot.msc : mypanel: no visible global function definition for
‘panel.fill’
plot.msc : mypanel: no visible global function definition for
‘panel.grid’
plot.msc : mypanel: no visible global function definition for
‘panel.levelplot’
plot.msc: no visible global function definition for ‘levelplot’
plot.msc : <anonymous>: no visible global function definition for
‘axis.default’
plot.msc : <anonymous>: no visible global function definition for
‘panel.text’
plot.msc: no visible global function definition for ‘shingle’
plot.msc: no visible global function definition for ‘strip.custom’
Undefined global functions or variables:
axes3d axis.default levelplot panel.fill panel.grid panel.levelplot
panel.text rgl.bbox rgl.bg rgl.clear rgl.light rgl.open rgl.spheres
rgl.surface rgl.viewpoint shingle strip.custom title3d xyplot
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64