Last updated on 2015-09-06 23:47:38.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.63 | 2.27 | 95.31 | 97.58 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.8.63 | 2.02 | 87.73 | 89.74 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.8.63 | 143.16 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.8.63 | 137.81 | NOTE | |||
r-devel-osx-x86_64-clang | 0.8.63 | 153.58 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.8.63 | 6.00 | 150.00 | 156.00 | NOTE | |
r-patched-linux-x86_64 | 0.8.63 | 2.23 | 100.41 | 102.64 | NOTE | |
r-patched-solaris-sparc | 0.8.63 | 900.50 | NOTE | |||
r-patched-solaris-x86 | 0.8.63 | 188.70 | NOTE | |||
r-release-linux-x86_64 | 0.8.63 | 2.22 | 112.04 | 114.25 | NOTE | |
r-release-osx-x86_64-mavericks | 0.8.63 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.8.63 | 9.00 | 142.00 | 151.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 0.8.63 | 17.00 | 168.00 | 185.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-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, 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-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