Last updated on 2020-08-07 01:50:35 CEST.
Package | NOTE |
---|---|
biglm | 12 |
dichromat | 12 |
randaes | 12 |
Current CRAN status:
Version: 0.9-2
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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: 0.9-2
Check: top-level files
Result: NOTE
Non-standard file/directory found at top level:
'test'
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: 0.9-2
Check: dependencies in R code
Result: NOTE
Packages in Depends field not imported from:
'DBI' 'methods'
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.9-2
Check: foreign function calls
Result: NOTE
Call with DUP:
.Fortran("regcf", as.integer(p), as.integer(p * p/2), bigQR$D,
bigQR$rbar, bigQR$thetab, bigQR$tol, beta = numeric(p), nreq = as.integer(nvar),
ier = integer(1), DUP = FALSE)
DUP is no longer supported and will be ignored.
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: 0.9-2
Check: R code for possible problems
Result: NOTE
bigglm.RODBC: no visible global function definition for 'odbcQuery'
bigglm.RODBC : chunk: no visible global function definition for
'odbcQuery'
bigglm.RODBC : chunk: no visible global function definition for
'sqlGetResults'
bigglm,ANY-DBIConnection: no visible global function definition for
'dbSendQuery'
bigglm,ANY-DBIConnection: no visible global function definition for
'dbClearResult'
bigglm,ANY-DBIConnection : chunk: no visible global function definition
for 'dbClearResult'
bigglm,ANY-DBIConnection : chunk: no visible global function definition
for 'dbSendQuery'
bigglm,ANY-DBIConnection : chunk: no visible global function definition
for 'fetch'
Undefined global functions or variables:
dbClearResult dbSendQuery fetch odbcQuery sqlGetResults
Found the following calls to data() loading into the global environment:
File 'biglm/R/bigglm.R':
data(reset = TRUE)
data(reset = FALSE)
See section 'Good practice' in '?data'.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.9-2
Check: compiled code
Result: NOTE
File ‘biglm/libs/biglm.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
Version: 0.9-2
Check: R code for possible problems
Result: NOTE
bigglm.RODBC: no visible global function definition for ‘odbcQuery’
bigglm.RODBC : chunk: no visible global function definition for
‘odbcQuery’
bigglm.RODBC : chunk: no visible global function definition for
‘sqlGetResults’
bigglm,ANY-DBIConnection: no visible global function definition for
‘dbSendQuery’
bigglm,ANY-DBIConnection: no visible global function definition for
‘dbClearResult’
bigglm,ANY-DBIConnection : chunk: no visible global function definition
for ‘dbClearResult’
bigglm,ANY-DBIConnection : chunk: no visible global function definition
for ‘dbSendQuery’
bigglm,ANY-DBIConnection : chunk: no visible global function definition
for ‘fetch’
Undefined global functions or variables:
dbClearResult dbSendQuery fetch odbcQuery sqlGetResults
Flavors: r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Current CRAN status:
Version: 2.0-0
Check: R code for possible problems
Result: NOTE
dichromat: no visible global function definition for 'col2rgb'
dichromat: no visible global function definition for 'predict'
dichromat: no visible global function definition for 'rgb'
Undefined global functions or variables:
col2rgb predict rgb
Consider adding
importFrom("grDevices", "col2rgb", "rgb")
importFrom("stats", "predict")
to your 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-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
Current CRAN status:
Version: 0.3
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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: 0.3
Check: top-level files
Result: NOTE
Non-standard file/directory found at top level:
'COPYRIGHTS'
Copyright information should be in file inst/COPYRIGHTS
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: 0.3
Check: compiled code
Result: NOTE
File ‘randaes/libs/randaes.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