CorrelAid / datenguideR

R wrapper for the datengui.de GraphQL API to easily access German regional statistics
GNU General Public License v3.0
25 stars 3 forks source link

installation failed #9

Closed nikolassch closed 4 years ago

nikolassch commented 4 years ago

Hi,

Looks like a great project! Unfortunately, fails to install. This is the error I get. Would be great if you could fix it :)

Best, Niko

 * installing *source* package 'datenguideR' ...
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Warning: The `printer` argument is deprecated as of rlang 0.3.0.
This warning is displayed once per session.
Warning: `is_lang()` is deprecated as of rlang 0.2.0.
Please use `is_call()` instead.
This warning is displayed once per session.
Warning: `lang()` is deprecated as of rlang 0.2.0.
Please use `call2()` instead.
This warning is displayed once per session.
Warning: Unquoting language objects with `!!!` is deprecated as of rlang 0.4.0.
Please use `!!` instead.

  # Bad:
  dplyr::select(data, !!!enquo(x))

  # Good:
  dplyr::select(data, !!enquo(x))    # Unquote single quosure
  dplyr::select(data, !!!enquos(x))  # Splice list of quosures

This warning is displayed once per session.
Error in bind_rows_(x, .id) : 
  Argument 2 can't be a list containing data frames
Error : unable to load R code in package 'datenguideR'
ERROR: lazy loading failed for package 'datenguideR'
* removing 'C:/Users/Niko/Documents/R/win-library/3.5/datenguideR'
In R CMD INSTALL
Error in i.p(...) : 
  (converted from warning) installation of package ‘C:/Users/XXX/AppData/Local

/Temp/RtmpeUTMCL/file17e0c3dc1326/datenguideR_0.0.0.9000.tar.gz’ had non-zero exit status
favstats commented 4 years ago

Hi! Sorry to hear that you are experiencing issues.

Unfortunately, there seem to be some problems with some R versions at the moment. Could you share your R version with us?

We're trying to fix this ASAP.

nikolassch commented 4 years ago

Hi,

It's 3.6.0

In any case, I just retried the download and now it worked :)

Thanks!

Still, it gave me this warning: pipe html Rd warning: C:/Users/u126569/AppData/Local/Temp/RtmpMJBV8M/R.INSTALL309474dd4958/datenguideR/man/pipe.Rd:10: file link '%>%' in package 'magrittr' does not exist and so has been treated as a topic

lhehnke commented 4 years ago

Thanks for letting us know, we'll fix the warning (it refers to a missing link in the documentation)!