I am trying to create a local Rserve
connection to tableau desktop with plans to wrangle datasets in R and then push the clean/joined data frames to tableau or tableau cloud server for visualizations. There is some decent documentation how to make the connection using Rserve
, however, those tutorials are 5-6 years old. Is Rserve
still maintained for new versions of R? Is there another path forward to wrangling the data in R and pushing to tableau desktop or tableau cloud server?
> install.packages("RestRserve")
Installing package into ‘C:/Users/025883/AppData/Local/R/win-library/4.4’
(as ‘lib’ is unspecified)
Warning in install.packages :
unable to access index for repository https://cran.r-project.org/src/contrib:
cannot open URL 'https://cran.r-project.org/src/contrib/PACKAGES'
Warning in install.packages :
package ‘RestRserve’ is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
Warning in install.packages :
unable to access index for repository https://cran.r-project.org/bin/windows/contrib/4.4:
cannot open URL 'https://cran.r-project.org/bin/windows/contrib/4.4/PACKAGES'