Last updated on 2015-11-20 00:47:41.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 0.8.63 | 3.04 | 96.78 | 99.82 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.8.63 | 142.67 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.8.63 | 138.00 | NOTE | |||
r-devel-osx-x86_64-clang | 0.8.63 | 180.36 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.8.63 | 10.00 | 149.00 | 159.00 | NOTE | |
r-patched-linux-x86_64 | 0.8.63 | 2.22 | 89.60 | 91.82 | NOTE | |
r-patched-solaris-sparc | 0.8.63 | 885.90 | NOTE | |||
r-patched-solaris-x86 | 0.8.63 | 174.80 | NOTE | |||
r-release-linux-x86_64 | 0.8.63 | 2.21 | 94.20 | 96.41 | NOTE | |
r-release-osx-x86_64-mavericks | 0.8.63 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.8.63 | 13.00 | 193.00 | 206.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 0.8.63 | 18.00 | 207.00 | 225.00 | NOTE |
Version: 0.8.63
Check: foreign function calls
Result: NOTE
Foreign function call to a different package:
.External("do_read_bib", ..., PACKAGE = "bibtex")
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
Flavors: 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-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.8.63
Check: R code for possible problems
Result: NOTE
$.BibEntry: no visible global function definition for ‘setNames’
ArrangeAuthors: no visible global function definition for
‘as.personList’
ArrangeSingleAuthor: no visible global function definition for ‘person’
BibEntry : bibentry1: no visible global function definition for
‘as.person’
CleanAuthorTitle: no visible global function definition for ‘as.person’
GetJSTOR: no visible global function definition for ‘as.person’
ProcessGSAuthors: no visible global function definition for ‘as.person’
ProcessPubMedBookResult: no visible global function definition for
‘as.personList’
ProcessPubMedResult: no visible global function definition for
‘as.personList’
ProcessPubMedResult: no visible global function definition for ‘person’
ReadPDFs: no visible global function definition for ‘flush.console’
as.BibEntry: no visible global function definition for ‘setNames’
levels.BibEntry: no visible global function definition for ‘setNames’
open.BibEntry: no visible global function definition for ‘browseURL’
Undefined global functions or variables:
as.person as.personList browseURL flush.console person setNames
Consider adding
importFrom("stats", "setNames")
importFrom("utils", "as.person", "as.personList", "browseURL",
"flush.console", "person")
to your NAMESPACE.
Flavors: 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