Displaying 2 results from an estimated 2 matches for "getcmds".
2010 Jun 13
2
Get a list of installed commands
...'m trying to add support for R to my text editor of choice and to do this I need a list of installed commands I can markup with XML.
I'd then simply feed in the marked up list into my text editor's library and I'm off.
I've done this in Stata before using the following command:
getcmds using "~/Desktop/StataCommands.txt"
Does anyone know of a way to do this in R?
Any pointers much appreciated.
Thanks!
2006 Jun 09
15
[RFC][PATCH] Secure XML-RPC for Xend
Hi,
The following patch implements a secure XML-RPC protocol for Xend.
Instead of using HTTPS with basic authentication and dealing with all
that nasty OpenSSL/PAM integration, it just uses SSH. This gives you
all the properties you want (great security and PAM integration) with
very little code.
There are some minor issues so I''d rather it not be applied
immediately.