andschar / dbreport

Keep track of your ever-growing database tables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error on install

aylapear opened this issue · comments

Error when trying to install the package due to a namespace issue.

> remotes::install_github("andschar/dbreport")
Using github PAT from envvar GITHUB_PAT
Downloading GitHub repo andschar/dbreport@HEAD
── R CMD build ────────────────────────────────────────────────────────────────────
✔  checking for file ‘/private/var/folders/yr/tq_q43k50m795hb4y0njhyth0000gn/T/Rtmp7nHaN6/remotes3430267667f1/andschar-dbreport-5c30dbf/DESCRIPTION’ ...
─  preparing ‘dbreport’:
✔  checking DESCRIPTION meta-information ...
─  checking for LF line-endings in source and make files and shell scripts
─  checking for empty or unneeded directories
─  building ‘dbreport_0.0.0.9026.tar.gz’
   
* installing *source* package ‘dbreport’ ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
Error: package or namespace load failed for ‘dbreport’ in namespaceExport(ns, exports):
 undefined exports: table_info
Error: loading failed
Execution halted
ERROR: loading failed

Package needs to be re-documented(devtools::document()) to remove hanging table_info function from NAMESPACE file