Last updated on 2019-04-22 01:47:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-1 | 2.83 | 23.02 | 25.85 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-1 | 2.24 | 18.86 | 21.10 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1-1 | 31.31 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-1 | 30.02 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1-1 | 9.00 | 43.00 | 52.00 | NOTE | |
r-patched-linux-x86_64 | 0.1-1 | 2.67 | 23.52 | 26.19 | NOTE | |
r-patched-solaris-x86 | 0.1-1 | 49.00 | NOTE | |||
r-release-linux-x86_64 | 0.1-1 | 1.67 | 22.32 | 23.99 | NOTE | |
r-release-windows-ix86+x86_64 | 0.1-1 | 6.00 | 61.00 | 67.00 | NOTE | |
r-release-osx-x86_64 | 0.1-1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1-1 | 6.00 | 59.00 | 65.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.1-1 | NOTE |
Version: 0.1-1
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: 'DBI'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 0.1-1
Check: R code for possible problems
Result: NOTE
.onLoad : <anonymous>: no visible global function definition for
'read.table'
.onLoad : <anonymous>: no visible global function definition for
'dbConnect'
.onLoad : <anonymous>: no visible global function definition for
'dbListTables'
.onLoad : <anonymous>: no visible global function definition for
'dbExistsTable'
.onLoad : <anonymous>: no visible global function definition for
'dbReadTable'
.onLoad : <anonymous>: no visible global function definition for
'dbWriteTable'
.onLoad : <anonymous>: no visible global function definition for
'dbDisconnect'
.onLoad : <anonymous>: no visible global function definition for
'dbRemoveTable'
Undefined global functions or variables:
dbConnect dbDisconnect dbExistsTable dbListTables dbReadTable
dbRemoveTable dbWriteTable read.table
Consider adding
importFrom("utils", "read.table")
to your NAMESPACE file.
Found the following calls to attach():
File 'datamap/R/datamap.R':
attach(.Call("CreateUserDB", map, PACKAGE = "datamap"), pos,
name, warn.conflicts)
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: 0.1-1
Check: R code for possible problems
Result: NOTE
.onLoad : <anonymous>: no visible global function definition for
‘read.table’
.onLoad : <anonymous>: no visible global function definition for
‘dbConnect’
.onLoad : <anonymous>: no visible global function definition for
‘dbListTables’
.onLoad : <anonymous>: no visible global function definition for
‘dbExistsTable’
.onLoad : <anonymous>: no visible global function definition for
‘dbReadTable’
.onLoad : <anonymous>: no visible global function definition for
‘dbWriteTable’
.onLoad : <anonymous>: no visible global function definition for
‘dbDisconnect’
.onLoad : <anonymous>: no visible global function definition for
‘dbRemoveTable’
Undefined global functions or variables:
dbConnect dbDisconnect dbExistsTable dbListTables dbReadTable
dbRemoveTable dbWriteTable read.table
Consider adding
importFrom("utils", "read.table")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 0.1-1
Check: compiled code
Result: NOTE
File ‘datamap/libs/datamap.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