-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rlang.dl LoadLibrary failure: The specified procedure could not be found. #21
Comments
Could you please provide your session info? |
Thanks for checking. Here it is.
locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
Can you please install dplyr and check again? |
no much luck.
Attaching package: ‘dplyr’ The following object is masked from ‘package:stats’:
The following objects are masked from ‘package:base’:
Warning message:
locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
Do. you have rlang installed, too? |
Also, please make sure you install the most recent dplyr version (0.7.x) |
Any news here? |
Hi, thanks for the followup. i tried to upgrade dplyr but got an issue again (package ‘dplyr’ is not available (for R version 3.1.1)) Thanks for your continued support. |
* prepare next dev * clean up test db * `influx_write` supports multiple measurements within one data.frame * updated readme * take path from influxdb_srv list * additional curl options can be provided to influx_connection * additional curl options can be provided to influx_connection (#36) * Typo (#37) * update news.md * added IQL wrapper for `delete` * typo * fixes (#21, #38, #39) * updated news * prepare next cran release
installed influxdbr and getting error.
library(influxdbr)
con <- influxdbr::influx_connection(group = "admin")
#Success: (204) No Content
influxdbr::show_databases(con = con)
The text was updated successfully, but these errors were encountered: