KWB-R/kwb.qmra

bug: fix installation (R 4.0.1)

Closed this issue · 1 comments

To be solved in upstream R package "kwb.db" by @hsonne

> remotes::install_github("KWB-R/kwb.qmra", dependencies = TRUE, upgrade = "always")
Using github PAT from envvar GITHUB_PAT
Downloading GitHub repo KWB-R/kwb.qmra@master
qmra.db      (NA    -> a17cf3a02...) [GitHub]
rvest        (NA    -> 0.3.5       ) [CRAN]
sfsmisc      (NA    -> 1.1-7       ) [CRAN]
readxl       (NA    -> 1.3.1       ) [CRAN]
tidyr        (NA    -> 1.1.0       ) [CRAN]
shiny        (NA    -> 1.4.0.2     ) [CRAN]
EnvStats     (NA    -> 2.3.1       ) [CRAN]
ggplot2      (NA    -> 3.3.1       ) [CRAN]
ggrepel      (NA    -> 0.8.2       ) [CRAN]
rematch      (NA    -> 1.0.1       ) [CRAN]
gtable       (NA    -> 0.3.0       ) [CRAN]
isoband      (NA    -> 0.2.1       ) [CRAN]
scales       (NA    -> 1.1.1       ) [CRAN]
farver       (NA    -> 2.0.3       ) [CRAN]
labeling     (NA    -> 0.3         ) [CRAN]
munsell      (NA    -> 0.5.0       ) [CRAN]
RColorBrewer (NA    -> 1.1-2       ) [CRAN]
viridisLite  (NA    -> 0.3.0       ) [CRAN]
colorspace   (NA    -> 1.4-1       ) [CRAN]
backports    (1.1.7 -> 1.1.8       ) [CRAN]
selectr      (NA    -> 0.4-2       ) [CRAN]
htmltools    (0.4.0 -> 0.5.0       ) [CRAN]
cellranger   (NA    -> 1.1.0       ) [CRAN]
progress     (NA    -> 1.2.2       ) [CRAN]
xtable       (NA    -> 1.8-4       ) [CRAN]
sourcetools  (NA    -> 0.1.7       ) [CRAN]
fastmap      (NA    -> 1.0.1       ) [CRAN]
nortest      (NA    -> 1.0-4       ) [CRAN]
Downloading GitHub repo kwb-r/qmra.db@v0.10.0

√  checking for file 'C:\Users\mrustl\AppData\Local\Temp\RtmpMX5ujs\remotes4182f8b3cf4\KWB-R-qmra.db-a17cf3a/DESCRIPTION' ... 
-  preparing 'qmra.db':
√  checking DESCRIPTION meta-information ... 
-  checking for LF line-endings in source and make files and shell scripts
-  checking for empty or unneeded directories
-  building 'qmra.db_0.10.0.tar.gz'
   
Installing package into ‘C:/Users/mrustl/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
* installing *source* package 'qmra.db' ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Fehler: object 'dumpDatabase' is not exported by 'namespace:kwb.db'
Ausführung angehalten
ERROR: lazy loading failed for package 'qmra.db'
* removing 'C:/Users/mrustl/Documents/R/win-library/4.0/qmra.db'
Fehler: Failed to install 'kwb.qmra' from GitHub:
  Failed to install 'qmra.db' from GitHub:
  (konvertiert von Warnung) installation of package ‘C:/Users/mrustl/AppData/Local/Temp/RtmpMX5ujs/file41843975acf/qmra.db_0.10.0.tar.gz’ had non-zero exit status

Thanks @hsonne. Working now 🥇