Last updated on 2015-09-06 23:47:43.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-4 | 4.04 | 125.15 | 129.19 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0-4 | 4.27 | 127.49 | 131.76 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0-4 | 237.99 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-4 | 239.28 | NOTE | |||
r-devel-osx-x86_64-clang | 1.0-4 | 174.36 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0-4 | 11.00 | 258.00 | 269.00 | NOTE | |
r-patched-linux-x86_64 | 1.0-4 | 4.37 | 133.01 | 137.38 | OK | |
r-patched-solaris-sparc | 1.0-4 | 1805.30 | OK | |||
r-patched-solaris-x86 | 1.0-4 | 413.50 | OK | |||
r-release-linux-x86_64 | 1.0-4 | 5.02 | 131.94 | 136.96 | OK | |
r-release-osx-x86_64-mavericks | 1.0-4 | OK | ||||
r-release-windows-ix86+x86_64 | 1.0-4 | 19.00 | 194.00 | 213.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 1.0-4 | 25.00 | 234.00 | 259.00 | OK |
Version: 1.0-4
Check: whether the namespace can be loaded with stated dependencies
Result: NOTE
Warning: no function found corresponding to methods exports from ‘spacom’ for: ‘show’
A namespace must be able to be loaded with just the base namespace
loaded: otherwise if the namespace gets loaded by a saved object, the
session will be unable to start.
Probably some imports need to be declared in the 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-osx-x86_64-clang, r-devel-windows-ix86+x86_64
Version: 1.0-4
Check: R code for possible problems
Result: NOTE
MLSpawResidMoran: no visible global function definition for ‘lm’
MLSpawResidMoran: no visible binding for global variable ‘sd’
MLSpawResidMoran: no visible binding for global variable ‘quantile’
MakeExploreMLSpawObject: no visible global function definition for ‘is’
MakeResampleMLSpawAggregateObject: no visible global function
definition for ‘is’
PerformMLSpawExact: no visible global function definition for
‘as.formula’
PerformMLSpawExact: no visible global function definition for ‘sd’
PerformResampleMLSpawAggregate: no visible binding for global variable
‘sd’
PerformResampleMLSpawAggregate: no visible binding for global variable
‘quantile’
PerformResampleMLSpawAggregate: no visible global function definition
for ‘slot<-’
PerformResampleMLSpawExact: no visible binding for global variable ‘sd’
PerformResampleMLSpawExact: no visible binding for global variable
‘quantile’
PerformResampleMLSpawExact: no visible global function definition for
‘slot<-’
check.flag: no visible global function definition for ‘is’
checkAllDesignWeights: no visible global function definition for ‘is’
checkAllWeightMatrices: no visible global function definition for ‘is’
checkBandwidths: no visible global function definition for ‘is’
checkContextualNames: no visible global function definition for ‘is’
checkExistence: no visible global function definition for ‘is’
checkFormula: no visible global function definition for ‘as.formula’
checkKernel: no visible global function definition for ‘is’
checkNbResamples: no visible global function definition for ‘is’
checkNestedArguments : checkNestedList: no visible global function
definition for ‘is’
checkNestedArguments: no visible global function definition for ‘is’
checkSameColNames : update.names: no visible global function definition
for ‘is’
checkSeed: no visible global function definition for ‘runif’
checkSeed: no visible global function definition for ‘is’
checkWeightMatrix: no visible global function definition for ‘is’
getHash: no visible global function definition for ‘is’
makeMoranObject: no visible global function definition for ‘is’
makeWeightsObject: no visible global function definition for ‘is’
performExploreMLSpaw: no visible global function definition for
‘as.formula’
performSpawAggregate: no visible binding for global variable ‘sd’
performSpawAggregate: no visible binding for global variable ‘quantile’
print.descr: no visible global function definition for ‘slotNames’
print.descr: no visible global function definition for ‘show’
printSraweObject: no visible global function definition for ‘slotNames’
printSraweObject: no visible global function definition for ‘show’
randomEffectsClosure : fillMatrices: no visible global function
definition for ‘logLik’
randomEffectsClosure : fillMatrices: no visible global function
definition for ‘deviance’
slc: no visible global function definition for ‘is’
wt.Atkinson: no visible global function definition for ‘weighted.mean’
wt.GRI: no visible global function definition for ‘weighted.mean’
wt.Theil: no visible global function definition for ‘weighted.mean’
wt.gini.categ: no visible global function definition for ‘aggregate’
wt.gini.group: no visible global function definition for
‘weighted.mean’
wt.var: no visible global function definition for ‘weighted.mean’
[,MultiKeyHash-ANY-ANY-ANY: no visible global function definition for
‘is’
[[,MultiKeyHash-ANY-ANY: no visible global function definition for ‘is’
print,ResampleMLSpawOutput: no visible global function definition for
‘slotNames’
print,ResampleMLSpawOutput: no visible global function definition for
‘show’
show,SpawAggregateOutput: no visible global function definition for
‘slotNames’
show,SpawAggregateOutput: no visible global function definition for
‘show’
Undefined global functions or variables:
aggregate as.formula deviance is lm logLik quantile runif sd show
slot<- slotNames weighted.mean
Consider adding
importFrom("methods", "is", "show", "slot<-", "slotNames")
importFrom("stats", "aggregate", "as.formula", "deviance", "lm",
"logLik", "quantile", "runif", "sd", "weighted.mean")
to your NAMESPACE (and ensure that your DESCRIPTION Imports field
contains 'methods').
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