Last updated on 2014-10-02 01:48:24.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.1 | 1.62 | 206.05 | 207.67 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1.1 | 1.64 | 197.64 | 199.28 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1.1 | 401.52 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 411.83 | NOTE | |||
r-devel-osx-x86_64-clang | 1.1.1 | 278.87 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1.1 | 7.00 | 265.00 | 272.00 | NOTE | |
r-patched-linux-x86_64 | 1.1.1 | 1.71 | 192.75 | 194.46 | NOTE | |
r-patched-solaris-sparc | 1.1.1 | 2158.30 | NOTE | |||
r-patched-solaris-x86 | 1.1.1 | 464.40 | NOTE | |||
r-release-linux-ix86 | 1.1.1 | 2.64 | 232.76 | 235.39 | NOTE | |
r-release-linux-x86_64 | 1.1.1 | 1.76 | 194.07 | 195.83 | NOTE | |
r-release-osx-x86_64-mavericks | 1.1.1 | ERROR | ||||
r-release-osx-x86_64-snowleopard | 1.1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1.1 | 7.00 | 281.00 | 288.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.1.1 | 7.00 | 282.00 | 289.00 | NOTE |
Version: 1.1.1
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls to packages already attached by Depends:
‘RGtk2’ ‘cairoDevice’ ‘igraph’
Please remove these calls from your code.
Packages in Depends field not imported from:
‘RGtk2’ ‘cairoDevice’ ‘igraph’
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
See the information on DESCRIPTION files in the chapter ‘Creating R
packages’ of 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-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-ix86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.1.1
Check: R code for possible problems
Result: NOTE
File ‘PoMoS/R/onLoad.r’:
.onLoad calls:
library(RGtk2)
Package startup functions should not change the search path.
See section ‘Good practice’ in '?.onAttach'.
convGraph: no visible global function definition for ‘graph.adjacency’
convGraph: no visible global function definition for
‘layout.fruchterman.reingold’
convGraph: no visible global function definition for ‘E’
poMoS: no visible global function definition for ‘asCairoDevice’
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-osx-x86_64-clang, r-devel-windows-ix86+x86_64
Version: 1.1.1
Check: Rd line widths
Result: NOTE
Rd file 'bpRegress.Rd':
\examples lines wider than 100 characters:
res <- poMoS(sprottK,200,20,20,10,nModStart=100,filterToExpl=c(1,2),show=0,dMax=2,filterReg=filterTot,critCalc="modif")
Rd file 'convGraph.Rd':
\examples lines wider than 100 characters:
res <- poMoS(rossler,100,20,50,5,nModStart=100,filterToExpl=3,dMax=3,show=0,critCalc="modif")
Rd file 'findRegData.Rd':
\examples lines wider than 100 characters:
res <- poMoS(as.matrix(sprottK),100,20,4,3,nModStart=15,filterToExpl=3,dt=1/20,dMax=1,show=0,critCalc="modif")
Rd file 'labelPoly.Rd':
\examples lines wider than 100 characters:
res <- poMoS(as.matrix(sprottK),200,20,5,4,nModStart=200,filterToExpl=1,dMax=2,show=0,critCalc="modif")
Rd file 'poMoS.Rd':
\examples lines wider than 100 characters:
reg <- poMoS(as.matrix(NDVI)[,1:3],1000,20,20,10,nModStart=1000,dMax=3,show=0,filterToExpl=3)
Rd file 'sprottK.Rd':
\examples lines wider than 100 characters:
normalizedRes <- (linRegResults$residuals - mean(linRegResults$residuals))/sqrt(var(linRegResults$residuals))
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.1.1
Check: R code for possible problems
Result: NOTE
File ‘PoMoS/R/onLoad.r’:
.onLoad calls:
library(RGtk2)
Package startup functions should not change the search path.
See section ‘Good practice’ in '?.onAttach'.
Flavors: r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-ix86, r-release-linux-x86_64, r-release-osx-x86_64-snowleopard, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.1.1
Check: package dependencies
Result: ERROR
Packages required but not available: ‘RGtk2’ ‘cairoDevice’
See the information on DESCRIPTION files in the chapter ‘Creating R
packages’ of the ‘Writing R Extensions’ manual.
Flavor: r-release-osx-x86_64-mavericks
Version: 1.1.1
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls to packages already attached by Depends:
'RGtk2' 'cairoDevice' 'igraph'
Please remove these calls from your code.
See the information on DESCRIPTION files in the chapter 'Creating R
packages' of the 'Writing R Extensions' manual.
Flavor: r-release-osx-x86_64-snowleopard