[R] if documentation

2022-12-06 Thread PIKAL Petr
Hallo all Not sure if it is appropriate place but as I am not involved in r-devel list I post here. Documentation for Control (if, for, while, .) is missing "if else" command. Although it can be find online elsewhere I believe that adding it either as an example or as a third entry and para

Re: [R] netstat in R in linux...

2022-12-06 Thread akshay kulkarni
Dear Henrik, OK thanks a lot.. thanking you, Yours sincerely, AKSHAY M KULKARNI From: Henrik Bengtsson Sent: Wednesday, December 7, 2022 12:44 AM To: akshay kulkarni Cc: R help Mailing list Subject: Re: [R] netstat in R in linux... > By t

Re: [R] netstat in R in linux...

2022-12-06 Thread Henrik Bengtsson
> By the by, what advantages does port4me have as compared to netstat? As I said in my previous email, it doesn't require external tools, so it's more likely to work out of the box for more people. But that wasn't the main reason for this package. For the full motivation behind port4me, see the vi

Re: [R] netstat in R in linux...

2022-12-06 Thread akshay kulkarni
Dear Henrik It is workingthanks a lot! I had actually previously tried this: sudo yum install netstat rather than sudo yum install net-tools By the by, what advantages does port4me have as compared to netstat? THanking you, Yours sincerely, AKSHAY M KULKARNI _

Re: [R] netstat in R in linux...

2022-12-06 Thread Henrik Bengtsson
Okay, that means that the Linux machine where you run this on does not have the 'netstat' software installed. That is something that needs to be installed outside of R. For example, if it's Ubuntu, I think 'sudo apt info net-tools' will do. (Disclaimer: I'm the author) A cross-platform alternat

Re: [R] netstat in R in linux...

2022-12-06 Thread akshay kulkarni
Dear Henrik, The error is: > library(netstat) > free_port() sh: netstat: command not found Error in system("netstat -n -a", intern = TRUE) : error in running command Thanking you, Yours sincerely AKSHAY M KULKARNI From: Henrik Bengtsson

Re: [R] confusion about dev.prev()

2022-12-06 Thread Martin Maechler
> Peter Langfelder > on Mon, 5 Dec 2022 21:40:13 +0800 writes: > Ah, thanks, got it. Misread the help again... ... I think we all had ... and then known for a while and then forgot again ... If you see how to improve the help page, so this happens less, .. we'd look at it to ad

Re: [R] netstat in R in linux...

2022-12-06 Thread Henrik Bengtsson
What's the error?!? /Henrik On Tue, Dec 6, 2022 at 10:19 AM akshay kulkarni wrote: > > dear members, > > I am using free_port() in netstat package in R. It is working in windows but > not in linux. It is throwing an error in linux. ANy help please? > > THanking you, > Yours sincerely > AKSHAY M

[R] netstat in R in linux...

2022-12-06 Thread akshay kulkarni
dear members, I am using free_port() in netstat package in R. It is working in windows but not in linux. It is throwing an error in linux. ANy help please? THanking you, Yours sincerely AKSHAY M KULKARNI [[alternative HTML version deleted]] _

[R] Preexisting Work on Data- and Control-Flow Analysis

2022-12-06 Thread Florian Sihler
Hello R-Help Mailinglist, I hope I've found the correct mailing list for my question (if not, please point me to the correct one). For my master's thesis I plan on creating and implementing a program-slicing algorithm for R-Programs using (probably only static) data- and control-flow analysis.