Skip to content
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

Closed
midhungt opened this issue Jul 3, 2017 · 8 comments
Closed

Comments

@midhungt
Copy link

midhungt commented Jul 3, 2017

installed influxdbr and getting error.

library(influxdbr)
con <- influxdbr::influx_connection(group = "admin")
#Success: (204) No Content
influxdbr::show_databases(con = con)

influxdbr::show_databases(con = con)
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'C:/Users/a510777/Documents/R/win-library/3.1/rlang/libs/x64/rlang.dll':
LoadLibrary failure: The specified procedure could not be found.

@dleutnant
Copy link
Owner

Could you please provide your session info?

@midhungt
Copy link
Author

midhungt commented Jul 3, 2017

Thanks for checking. Here it is.

library(influxdbr)
con <- influxdbr::influx_connection(group = "admin")
Success: (204) No Content
influxdbr::show_databases(con = con)
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'C:/Users/a510777/Documents/R/win-library/3.1/rlang/libs/x64/rlang.dll':
LoadLibrary failure: The specified procedure could not be found.
sessionInfo()
R version 3.1.1 (2014-07-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)

locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C LC_TIME=English_United States.1252

attached base packages:
[1] stats graphics grDevices utils datasets methods base

other attached packages:
[1] influxdb_0.0.0 curl_0.9.7 rjson_0.2.14 httr_1.1.0 influxdbr_0.11.18

loaded via a namespace (and not attached):
[1] colorspace_1.2-4 devtools_1.11.1 digest_0.6.9 ggplot2_2.1.0 git2r_0.14.0 grid_3.1.1 gtable_0.1.2
[8] jsonlite_0.9.19 magrittr_1.5 memoise_1.0.0 munsell_0.4.2 plyr_1.8.1 purrr_0.2.1 R6_2.1.2
[15] Rcpp_0.12.4 scales_0.4.0 tools_3.1.1 withr_1.0.1

@dleutnant
Copy link
Owner

Can you please install dplyr and check again?

@midhungt
Copy link
Author

midhungt commented Jul 4, 2017

no much luck.

library(influxdbr)
con <- influxdbr::influx_connection(group = "admin")
Success: (204) No Content
library(dplyr )

Attaching package: ‘dplyr’

The following object is masked from ‘package:stats’:

filter

The following objects are masked from ‘package:base’:

intersect, setdiff, setequal, union

Warning message:
package ‘dplyr’ was built under R version 3.1.2

show_databases(con = con)
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'C:/Users/a510777/Documents/R/win-library/3.1/rlang/libs/x64/rlang.dll':
LoadLibrary failure: The specified procedure could not be found.

sessionInfo()
R version 3.1.1 (2014-07-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)

locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C LC_TIME=English_United States.1252

attached base packages:
[1] stats graphics grDevices utils datasets methods base

other attached packages:
[1] dplyr_0.3.0.2 influxdbr_0.11.18

loaded via a namespace (and not attached):
[1] assertthat_0.1 curl_0.9.7 DBI_0.3.1 httr_1.1.0 jsonlite_0.9.19 magrittr_1.5 parallel_3.1.1 purrr_0.2.1
[9] R6_2.1.2 Rcpp_0.12.4 tools_3.1.1

@dleutnant
Copy link
Owner

Do. you have rlang installed, too?

@dleutnant
Copy link
Owner

Also, please make sure you install the most recent dplyr version (0.7.x)

@dleutnant
Copy link
Owner

Any news here?

@midhungt
Copy link
Author

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))
Anyhow we can close this, as this could be related to my old version of R. So i created a temporary function for influxdb and managing with it,.

Thanks for your continued support.

dleutnant added a commit that referenced this issue Jan 9, 2018
dleutnant added a commit that referenced this issue Jan 10, 2018
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants