2021年4月6日星期二

Running Rserve R

I am trying to run Rserve() on R to use R code in Tableau. Could you please help me with the error below? I am not very used to code and I've been struggling..(I use Mac)

> library(Rserve)  > Rserve(args="--no-save")  Starting Rserve:   /Library/Frameworks/R.framework/Resources/bin/R CMD /Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rserve/libs//Rserve --no-save   R version 4.0.5 (2021-03-31) -- "Shake and Throw"  Copyright (C) 2021 The R Foundation for Statistical Computing  Platform: x86_64-apple-darwin17.0 (64-bit)  R is free software and comes with ABSOLUTELY NO WARRANTY.  You are welcome to redistribute it under certain conditions.  Type 'license()' or 'licence()' for distribution details.    Natural language support but running in an English locale  R is a collaborative project with many contributors.  Type 'contributors()' for more information and  'citation()' on how to cite R or R packages in publications.  Type 'demo()' for some demos, 'help()' for on-line help, or  'help.start()' for an HTML browser interface to help.  Type 'q()' to quit R.  [Previously saved workspace restored]  Rserv started in daemon mode.  ##> SOCK_ERROR: bind error #48(address already in use)  
https://stackoverflow.com/questions/66978261/running-rserve-r April 07, 2021 at 08:54AM

没有评论:

发表评论