CRAN Package Check Results for Package dbConnect

Last updated on 2020-04-29 11:47:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 4.26 36.61 40.87 NOTE
r-devel-linux-x86_64-debian-gcc 1.0 4.02 29.24 33.26 NOTE
r-devel-linux-x86_64-fedora-clang 1.0 52.25 WARN
r-devel-linux-x86_64-fedora-gcc 1.0 52.37 NOTE
r-devel-windows-ix86+x86_64 1.0 12.00 50.00 62.00 NOTE
r-patched-linux-x86_64 1.0 4.95 35.96 40.91 NOTE
r-patched-solaris-x86 1.0 76.70 NOTE
r-release-linux-x86_64 1.0 4.40 36.03 40.43 NOTE
r-release-osx-x86_64 1.0 WARN
r-release-windows-ix86+x86_64 1.0 12.00 50.00 62.00 NOTE
r-oldrel-osx-x86_64 1.0 NOTE
r-oldrel-windows-ix86+x86_64 1.0 13.00 45.00 58.00 NOTE

Check Details

Version: 1.0
Check: DESCRIPTION meta-information
Result: NOTE
    Malformed Title field: should not end in a period.
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-osx-x86_64, r-release-windows-ix86+x86_64, r-oldrel-osx-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0
Check: dependencies in R code
Result: NOTE
    'library' or 'require' calls to packages already attached by Depends:
     'RMySQL' 'gWidgets'
     Please remove these calls from your code.
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-oldrel-osx-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0
Check: R code for possible problems
Result: NOTE
    DatabaseConnect : dlgConnect: warning in ggroup(horizontal = FALSE,
     cont = win): partial argument match of 'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in ggroup(vertical = TRUE,
     horizontal = FALSE, cont = g): partial argument match of 'cont' to
     'container'
    DatabaseConnect : dlgConnect: warning in ggroup(horizontal = TRUE, cont
     = connectionGroup): partial argument match of 'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in glabel(text = "Server Host: ",
     cont = serverGroup): partial argument match of 'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in gedit(text =
     "headnode.stat.iastate.edu", editable = T, cont = serverGroup, width
     = 16): partial argument match of 'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in glabel(text = "Port: ", cont =
     serverGroup): partial argument match of 'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in gedit(text = "3306", editable
     = T, cont = serverGroup, width = 8): partial argument match of 'cont'
     to 'container'
    DatabaseConnect : dlgConnect: warning in glabel(text = "Username: ",
     cont = userGroup): partial argument match of 'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in gedit(text = "2009Expo",
     editable = T, width = 34, cont = userGroup): partial argument match
     of 'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in glabel(text = "Password: ",
     cont = pwdGroup): partial argument match of 'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in gedit(text = "R R0cks",
     editable = T, width = 34, cont = pwdGroup): partial argument match of
     'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in glabel(text = "Database: ",
     cont = dbGroup): partial argument match of 'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in gedit(text = "data_expo_2009",
     editable = T, width = 34, cont = dbGroup): partial argument match of
     'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in ggroup(horizontal = TRUE, cont
     = g): partial argument match of 'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in gbutton("Connect", cont =
     buttonGroup, handler = function(h, ...) {: partial argument match of
     'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in library(RMySQL): partial
     argument match of 'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in .dbhistory <<-
     paste(.dbhistory, "library(RMySQL)", sep = "\n"): partial argument
     match of 'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in drv <- dbDriver("MySQL"):
     partial argument match of 'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in .dbhistory <<-
     paste(.dbhistory, "drv <- dbDriver(\"MySQL\")", sep = "\n"): partial
     argument match of 'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in con <<- dbConnect(drv, user =
     svalue(user), password = svalue(pwd), port =
     as.numeric(svalue(port)), dbname = svalue(dbname), host =
     svalue(server)): partial argument match of 'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in .dbhistory <<-
     paste(.dbhistory, "\ncon <- dbConnect(drv, user = \"", svalue(user),
     "\", password = \"", svalue(pwd), "\", port = ",
     as.numeric(svalue(port)), ", dbname = \"", svalue(dbname), "\", host
     = \"", svalue(server), "\")", sep = ""): partial argument match of
     'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in svalue(okButton) <-
     "Connected": partial argument match of 'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in dispose(win): partial argument
     match of 'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in databaseViewer(con): partial
     argument match of 'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in }): partial argument match of
     'cont' to 'container'
    DatabaseConnect : dlgConnect: warning in gbutton("Close", cont =
     buttonGroup, handler = function(h, ...) {: partial argument match of
     'cont' to 'container'
    DatabaseConnect : databaseViewer : saveHist: warning in ggroup(hor = F,
     cont = win): partial argument match of 'hor' to 'horizontal'
    DatabaseConnect : databaseViewer : saveHist: warning in ggroup(hor = F,
     cont = win): partial argument match of 'cont' to 'container'
    DatabaseConnect : databaseViewer : saveHist: warning in ggroup(hor = T,
     cont = gg): partial argument match of 'hor' to 'horizontal'
    DatabaseConnect : databaseViewer : saveHist: warning in ggroup(hor = T,
     cont = gg): partial argument match of 'cont' to 'container'
    DatabaseConnect : databaseViewer : saveHist: warning in glabel("Save
     history to file?", cont = g1): partial argument match of 'cont' to
     'container'
    DatabaseConnect : databaseViewer : saveHist: warning in glabel("Save in
     directory:", cont = g2): partial argument match of 'cont' to
     'container'
    DatabaseConnect : databaseViewer : saveHist: warning in
     gedit(paste(getwd()), expand = T, cont = g2): partial argument match
     of 'cont' to 'container'
    DatabaseConnect : databaseViewer : saveHist: warning in glabel("Save
     as:", cont = g3): partial argument match of 'cont' to 'container'
    DatabaseConnect : databaseViewer : saveHist: warning in
     gedit("dbhistory.R", expand = T, cont = g3): partial argument match
     of 'cont' to 'container'
    DatabaseConnect : databaseViewer : saveHist: warning in gbutton("Save",
     handler = function(h, ...) {: partial argument match of 'cont' to
     'container'
    DatabaseConnect : databaseViewer : saveHist: warning in cat(dbhist,
     file = paste(svalue(dirline), "/", svalue(saveline), sep = "")):
     partial argument match of 'cont' to 'container'
    DatabaseConnect : databaseViewer : saveHist: warning in dispose(win):
     partial argument match of 'cont' to 'container'
    DatabaseConnect : databaseViewer : saveHist: warning in }, cont = g4):
     partial argument match of 'cont' to 'container'
    DatabaseConnect : databaseViewer : saveHist: warning in
     gbutton("Cancel", handler = function(h, ...) {: partial argument
     match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = F, cont =
     mainWindow, expand = T): partial argument match of 'hor' to
     'horizontal'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = F, cont =
     mainWindow, expand = T): partial argument match of 'cont' to
     'container'
    DatabaseConnect : databaseViewer: warning in gnotebook(cont =
     mainGroup, expand = T): partial argument match of 'cont' to
     'container'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = F, cont =
     .db$main$notebook, label = "Data Viewer", expand = T): partial
     argument match of 'hor' to 'horizontal'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = F, cont =
     .db$main$notebook, label = "Data Viewer", expand = T): partial
     argument match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = F, cont =
     .db$main$notebook, label = "Variable Browser", expand = T): partial
     argument match of 'hor' to 'horizontal'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = F, cont =
     .db$main$notebook, label = "Variable Browser", expand = T): partial
     argument match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = T, cont =
     .db$main$notebook, label = "Subsample", expand = T): partial argument
     match of 'hor' to 'horizontal'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = T, cont =
     .db$main$notebook, label = "Subsample", expand = T): partial argument
     match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = F, cont =
     .db$main$notebook, label = "Query", expand = T): partial argument
     match of 'hor' to 'horizontal'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = F, cont =
     .db$main$notebook, label = "Query", expand = T): partial argument
     match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in gnotebook(cont =
     .db$main$nbList$line$group, expand = T): partial argument match of
     'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = F, cont =
     .db$main$nbList$line$notebook, label = i, expand = T): partial
     argument match of 'hor' to 'horizontal'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = F, cont =
     .db$main$nbList$line$notebook, label = i, expand = T): partial
     argument match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = T, cont =
     .db$main$nbList$line$nbList[[i]]$group, expand = F): partial argument
     match of 'hor' to 'horizontal'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = T, cont =
     .db$main$nbList$line$nbList[[i]]$group, expand = F): partial argument
     match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in glabel(tablename, cont =
     .db$main$nbList$line$nbList[[i]]$infogroup): partial argument match
     of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in glabel(tablerows, cont =
     .db$main$nbList$line$nbList[[i]]$infogroup): partial argument match
     of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in gnotebook(cont =
     .db$main$nbList$variable$group, expand = T): partial argument match
     of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = F, cont =
     .db$main$nbList$variable$notebook, label = i, expand = T): partial
     argument match of 'hor' to 'horizontal'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = F, cont =
     .db$main$nbList$variable$notebook, label = i, expand = T): partial
     argument match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = T, cont =
     .db$main$nbList$variable$nbList[[i]]$group, expand = F): partial
     argument match of 'hor' to 'horizontal'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = T, cont =
     .db$main$nbList$variable$nbList[[i]]$group, expand = F): partial
     argument match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in glabel(tablename, cont =
     .db$main$nbList$variable$nbList[[i]]$infogroup): partial argument
     match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in glabel(tablerows, cont =
     .db$main$nbList$variable$nbList[[i]]$infogroup): partial argument
     match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in gradio(.db$tables$usable,
     hor = F): partial argument match of 'hor' to 'horizontal'
    DatabaseConnect : databaseViewer: warning in gframe("Tables", hor = F,
     expand = F, cont = .db$main$nbList$subsample$group): partial argument
     match of 'hor' to 'horizontal'
    DatabaseConnect : databaseViewer: warning in gframe("Tables", hor = F,
     expand = F, cont = .db$main$nbList$subsample$group): partial argument
     match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = F, expand =
     F, cont = .db$main$nbList$subsample$group): partial argument match of
     'hor' to 'horizontal'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = F, expand =
     F, cont = .db$main$nbList$subsample$group): partial argument match of
     'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = F, expand =
     F, cont = .db$main$nbList$subsample$right$group): partial argument
     match of 'hor' to 'horizontal'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = F, expand =
     F, cont = .db$main$nbList$subsample$right$group): partial argument
     match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = T, expand =
     F, cont = .db$main$nbList$subsample$right$group): partial argument
     match of 'hor' to 'horizontal'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = T, expand =
     F, cont = .db$main$nbList$subsample$right$group): partial argument
     match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = T, expand =
     F, cont = .db$main$nbList$subsample$right$groupTop): partial argument
     match of 'hor' to 'horizontal'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = T, expand =
     F, cont = .db$main$nbList$subsample$right$groupTop): partial argument
     match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in gbutton("Add Row", cont =
     .db$main$nbList$subsample$right$groupBottom): partial argument match
     of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in gbutton("Remove Row", cont
     = .db$main$nbList$subsample$right$groupBottom): partial argument
     match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in gbutton("Reset to
     defaults", cont = .db$main$nbList$subsample$right$groupBottom):
     partial argument match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = T, cont =
     .db$main$nbList$subsample$right$groupBottom): partial argument match
     of 'hor' to 'horizontal'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = T, cont =
     .db$main$nbList$subsample$right$groupBottom): partial argument match
     of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in glabel("Limit:", cont =
     .db$main$nbList$subsample$right$top$limitGroup): partial argument
     match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in gedit(.db$noLimit, cont =
     .db$main$nbList$subsample$right$top$limitGroup): partial argument
     match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in gbutton("Help", cont =
     .db$main$nbList$subsample$right$groupBottom): partial argument match
     of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in gbutton("Execute Query",
     cont = .db$main$nbList$subsample$right$rows[[1]]$group): partial
     argument match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in
     gcombobox(.db$fields[[.db$tables$usable[1]]], cont =
     .db$main$nbList$subsample$right$rows[[1]]$group): partial argument
     match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in
     gcombobox(.db$compareOptions, cont =
     .db$main$nbList$subsample$right$rows[[1]]$group, width =
     .db$optionComboBoxWidth): partial argument match of 'cont' to
     'container'
    DatabaseConnect : databaseViewer: warning in gedit(.db$initialValue,
     cont = .db$main$nbList$subsample$right$rows[[1]]$group, expand = T):
     partial argument match of 'cont' to 'container'
    DatabaseConnect : databaseViewer : addRowHandler: warning in ggroup(hor
     = T, expand = T, ): partial argument match of 'hor' to 'horizontal'
    DatabaseConnect : databaseViewer : addRowHandler: warning in
     gradio(c("AND", "OR"), hor = T, cont =
     .db$main$nbList$subsample$right$rows[[i]]$group): partial argument
     match of 'hor' to 'horizontal'
    DatabaseConnect : databaseViewer : addRowHandler: warning in
     gradio(c("AND", "OR"), hor = T, cont =
     .db$main$nbList$subsample$right$rows[[i]]$group): partial argument
     match of 'cont' to 'container'
    DatabaseConnect : databaseViewer : addRowHandler: warning in
     gcombobox(.db$fields[[currentTable]], cont =
     .db$main$nbList$subsample$right$rows[[i]]$group): partial argument
     match of 'cont' to 'container'
    DatabaseConnect : databaseViewer : addRowHandler: warning in
     gcombobox(.db$compareOptions, cont =
     .db$main$nbList$subsample$right$rows[[i]]$group, width =
     .db$optionComboBoxWidth): partial argument match of 'cont' to
     'container'
    DatabaseConnect : databaseViewer : addRowHandler: warning in
     gedit(.db$initialValue, cont =
     .db$main$nbList$subsample$right$rows[[i]]$group, expand = T): partial
     argument match of 'cont' to 'container'
    DatabaseConnect : databaseViewer : helpDialog: warning in ggroup(cont =
     window, hor = F): partial argument match of 'hor' to 'horizontal'
    DatabaseConnect : databaseViewer : helpDialog: warning in ggroup(cont =
     window, hor = F): partial argument match of 'cont' to 'container'
    DatabaseConnect : databaseViewer : helpDialog: warning in ggroup(hor =
     F, expand = T, cont = group): partial argument match of 'hor' to
     'horizontal'
    DatabaseConnect : databaseViewer : helpDialog: warning in ggroup(hor =
     F, expand = T, cont = group): partial argument match of 'cont' to
     'container'
    DatabaseConnect : databaseViewer : helpDialog: warning in
     gtext(strwrap(message, wrap), cont = top.group, expand = T, editable
     = F): partial argument match of 'cont' to 'container'
    DatabaseConnect : databaseViewer : helpDialog: warning in ggroup(hor =
     T, expand = F, cont = group): partial argument match of 'hor' to
     'horizontal'
    DatabaseConnect : databaseViewer : helpDialog: warning in ggroup(hor =
     T, expand = F, cont = group): partial argument match of 'cont' to
     'container'
    DatabaseConnect : databaseViewer : helpDialog: warning in gbutton("ok",
     expand = T, handler = function(h, ...) {: partial argument match of
     'cont' to 'container'
    DatabaseConnect : databaseViewer : helpDialog: warning in
     dispose(window): partial argument match of 'cont' to 'container'
    DatabaseConnect : databaseViewer : helpDialog: warning in }, cont =
     bottom.group): partial argument match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = T, cont =
     .db$main$nbList$query$group): partial argument match of 'hor' to
     'horizontal'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = T, cont =
     .db$main$nbList$query$group): partial argument match of 'cont' to
     'container'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = T, cont =
     .db$main$nbList$query$queryLine$group): partial argument match of
     'hor' to 'horizontal'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = T, cont =
     .db$main$nbList$query$queryLine$group): partial argument match of
     'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in gbutton("Run following
     query:", cont = .db$main$nbList$query$queryLine$leftGroup, ): partial
     argument match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in gedit(starttext, cont =
     .db$main$nbList$query$queryLine$group, expand = T): partial argument
     match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = T, cont =
     .db$main$nbList$query$tabLine$group): partial argument match of 'hor'
     to 'horizontal'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = T, cont =
     .db$main$nbList$query$tabLine$group): partial argument match of
     'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in glabel("Tab Name: ", cont
     = .db$main$nbList$query$tabLine$leftGroup): partial argument match of
     'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in gedit("Tab", cont =
     .db$main$nbList$query$tabLine$group, expand = T): partial argument
     match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = T, cont =
     .db$main$nbList$query$saveLine$group): partial argument match of
     'hor' to 'horizontal'
    DatabaseConnect : databaseViewer: warning in ggroup(hor = T, cont =
     .db$main$nbList$query$saveLine$group): partial argument match of
     'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in gcheckbox("Save in R? ",
     cont = .db$main$nbList$query$saveLine$leftGroup, ): partial argument
     match of 'cont' to 'container'
    DatabaseConnect : databaseViewer: warning in gnotebook(cont =
     .db$main$nbList$query$group, expand = T): partial argument match of
     'cont' to 'container'
    DatabaseConnect : databaseViewer : queryHandler: warning in
     gtable(as.data.frame(output), cont = .db$main$nbList$query$notebook,
     label = tabname): partial argument match of 'cont' to 'container'
    DatabaseConnect : dlgConnect : <anonymous>: no visible global function
     definition for 'dbDriver'
    DatabaseConnect : databaseViewer: no visible global function definition
     for 'dbGetQuery'
    DatabaseConnect : databaseViewer : lineHandler: no visible global
     function definition for 'dbGetQuery'
    DatabaseConnect : databaseViewer : variableHandler: no visible global
     function definition for 'dbGetQuery'
    DatabaseConnect : databaseViewer : queryHandler: no visible global
     function definition for 'dbGetQuery'
    Undefined global functions or variables:
     dbDriver dbGetQuery
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-osx-x86_64, r-release-windows-ix86+x86_64, r-oldrel-osx-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0
Check: package dependencies
Result: WARN
    Requires orphaned package: ‘gWidgets’
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0
Check: whether the package can be unloaded cleanly
Result: WARN
    Error: package ‘RMySQL’ could not be loaded
    Execution halted
Flavor: r-release-osx-x86_64

Version: 1.0
Check: whether the namespace can be loaded with stated dependencies
Result: WARN
    Error in dyn.load(file, DLLpath = DLLpath, ...) :
     unable to load shared object '/Volumes/Builds/packages/high-sierra-x86_64/Rlib/4.0/RMySQL/libs/RMySQL.so':
     dlopen(/Volumes/Builds/packages/high-sierra-x86_64/Rlib/4.0/RMySQL/libs/RMySQL.so, 6): Symbol not found: _GSS_C_NT_USER_NAME
     Referenced from: /Volumes/Builds/packages/high-sierra-x86_64/Rlib/4.0/RMySQL/libs/RMySQL.so
     Expected in: flat namespace
     in /Volumes/Builds/packages/high-sierra-x86_64/Rlib/4.0/RMySQL/libs/RMySQL.so
    Calls: <Anonymous> ... namespaceImport -> loadNamespace -> library.dynam -> dyn.load
    Execution halted
    
    A namespace must be able to be loaded with just the base namespace
    loaded: otherwise if the namespace gets loaded by a saved object, the
    session will be unable to start.
    
    Probably some imports need to be declared in the NAMESPACE file.
Flavor: r-release-osx-x86_64

Version: 1.0
Check: dependencies in R code
Result: NOTE
    Error: package ‘RMySQL’ could not be loaded
    Call sequence:
    3: stop(gettextf("package %s could not be loaded", sQuote(pkg)),
     call. = FALSE, domain = NA)
    2: .getRequiredPackages2(pkgInfo, quietly = quietly)
    1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE)
    Execution halted
Flavor: r-release-osx-x86_64

Version: 1.0
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘gWidgetsRGtk2’
Flavor: r-oldrel-osx-x86_64