Bioconductor / SQLDataFrame

DataFrame representation of SQL database table
GNU Lesser General Public License v3.0
2 stars 3 forks source link

Warnings during checks: import not declared, missing object imported, unexported objects imported, no visible binding for global variable #7

Open barracuda156 opened 1 year ago

barracuda156 commented 1 year ago
* checking dependencies in R code ... WARNING
'::' or ':::' import not declared from: ‘tidyselect’
Missing object imported by a ':::' call: ‘dbplyr:::db_create_indexes.DBIConnection’
Unexported objects imported by ':::' calls:
  ‘BiocGenerics:::replaceSlots’ ‘DelayedArray:::simplify_NULL_dimnames’
  ‘dbplyr:::anti_join.tbl_lazy’
  ‘dbplyr:::db_create_index.DBIConnection’
  ‘dbplyr:::inner_join.tbl_lazy’ ‘dbplyr:::left_join.tbl_lazy’
  ‘dbplyr:::semi_join.tbl_lazy’ ‘dbplyr:::sqlite_version’
  ‘dbplyr:::union.tbl_lazy’ ‘dplyr:::random_table_name’
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
.doCompatibleFunction: no visible binding for global variable ‘cons’
.extract_tbl_rows_by_key: no visible binding for global variable
  ‘SurrogateKey’
.extract_tbl_rows_by_key: no visible binding for global variable
  ‘concatKeys’
.union_SQLDataFrame_sqlite: no visible binding for global variable
  ‘localConn’
SQLDataFrame: no visible binding for global variable ‘cons’
filter.SQLDataFrame: no visible binding for global variable
  ‘SurrogateKey’
filter.SQLDataFrame: no visible binding for global variable ‘concat’
saveSQLDataFrame: no visible binding for global variable ‘u1’
Undefined global functions or variables:
  SurrogateKey concat concatKeys cons localConn u1