Last updated on 2018-04-25 09:50:29 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-oldrel-osx-x86_64 | 0.2.1 | NOTE |
Version: 0.2.1
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to ‘ggplot2’ in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
Package in Depends field not imported from: ‘microbenchmark’
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
Flavor: r-oldrel-osx-x86_64
Version: 0.2.1
Check: R code for possible problems
Result: NOTE
determine_replications: no visible global function definition for
‘microbenchmark’
do_timeit: no visible global function definition for ‘Rprof’
do_timeit: no visible global function definition for ‘summaryRprof’
mean.timeit: no visible global function definition for ‘aggregate’
plot.timeit: no visible global function definition for ‘ggplot’
plot.timeit: no visible global function definition for ‘aes’
plot.timeit: no visible global function definition for ‘geom_boxplot’
plot.timeit: no visible global function definition for ‘geom_point’
plot.timeit: no visible global function definition for ‘xlab’
plot.timeit: no visible global function definition for ‘ylab’
plot.timeit: no visible global function definition for ‘ggtitle’
plot.timeit: no visible global function definition for ‘coord_flip’
timeit: no visible binding for global variable ‘median’
Undefined global functions or variables:
Rprof aes aggregate coord_flip geom_boxplot geom_point ggplot ggtitle
median microbenchmark summaryRprof xlab ylab
Consider adding
importFrom("stats", "aggregate", "median")
importFrom("utils", "Rprof", "summaryRprof")
to your NAMESPACE file.
Flavor: r-oldrel-osx-x86_64