Displaying 20 results from an estimated 2000 matches similar to: "invoking R scripts from a linux shell ?"
2004 Sep 28
1
call R scripts from python
Hello,
I have just learnt some python, and would like to call R scripts from python, without using batch mode.
I learnt how to do it from perl, in fact reading in the mail archive I found the following good example:
***************************************
#!/usr/local/bin/perl
open (FILE, ">test.txt");
print FILE "a,b,c,d,e\n1,2,3,4,5";
close FILE;
####### Start R
2012 Sep 03
2
boxplot - bclust
Hello everybody,
I have a problem with the commando of boxplot -bclust.
http://127.0.0.1:13155/library/e1071/html/boxplot.bclust.html
> data(iris)
> bc1 <- bclust(iris[,1:4], 3, base.centers=5)
Committee Member: 1(1) 2(1) 3(1) 4(1) 5(1) 6(1) 7(1) 8(1) 9(1) 10(1)
Computing Hierarchical Clustering
> boxplot(bc1)
Warnmeldungen:
1: In if (x$datamean) { :
Bedingung hat Länge > 1 und
2009 Mar 29
2
Mature SOAP Interface for R
Hello, we are writing rich internet user interfaces and like to call R
for some of the computational needs on the data, as well as some
creation of image files. Our objects communicate via the SOAP
interface. We have been researching the various packages to expose R as
a SOAP service.
No current CRAN SOAP packages however.
Found 3 to date:
RSOAP (http://sourceforge.net/projects/rsoap/)
2009 Apr 14
4
Building GUI for custom R application
HI R users,
I would appreciate information/examples/suggestions on building GUIs
for R applications.
I am currently working on a project that would require the following
functionalities :
1) Display a window to the user. Provide a function to scan local
drive and choose dataset file.
2) Display the column names for the user to choose the dependent
variable and the independent variables.
3) Fit
2003 May 19
3
how to run R as a daemon
Hi all,
Using R a as a real-time application called by Php for a website, I
would like to run one R process only, which would manage user
connections. For the time each user who asks for an analysis causes a
new R process to start, which is not suitable in prevision of many
users. R needs about 30 seconds to run the script which makes the
analysis. The problem is that this waiting time is n
2003 Nov 25
3
Persistent state of R
Hi
I am using R as a back-end to some CGI scripts, written in Perl. My platform is Suse Linux 8.2, Apache 1.3.7. So the CGI script takes some form parameters, opens a pipe to an R process, loads up some Bioconductor libraries, executes some R commands and takes the ouput and creates a web page. It is all very neat and works well.
I am trying to make my cgi scripts quicker and it turns out
2009 Apr 29
1
Dynamic visualisation of R data using Adobe FLEX
Hi useRs,
I had posted about Adobe FLEX talking to R for rich visualisation.
Reply from Jeffery Horner contained links to the
revolution-computing.com webpage which had information pertaining to
the Bay Users R group Meetup on Web Dashboards with R.
I have a very specific project that I need to implement.
I wish to use the graphics capabilities provided by Adobe FLEX to
visualise outputs from R.
2004 Aug 18
3
R as shared library
Hello folks,
I'm embarking on a project to embed R into the Apache web server, and
I'd like your help. Currently, I'm looking for a way for R code to call
back into a shared library from which the R shared library was loaded.
Essentially, apache starts and loads mod_R.so which runs an
initialization routine which calls Rf_initEmbeddedR() and the following
code:
/* override to
2012 Oct 09
8
unexpected should_receive behaviour
Hi,
surely I''m missing something... but what!?
in my spec I''ve
User.should_receive(:find).with("1").and_return(@user)
and in my controller
User.find(params[:id])
green light... correct...
but if I change my controller using another method, for example first:
User.first
or even
User.all
I get green light too... I was expecting an error like
expected: 1 time
2007 Apr 24
3
R as a server on Linux
Hi,
I am trying to avid the somewhat costly startup overhead of launching
a separate R executable for each "client" request on Linux.
My current architecture is such that My Java client explicitly calls
R in batch mode and passes it certain parameters. The initital
startup takes almost 10 seconds because R has to load a bunch of
libraries as well as a moderately large, previously
2020 Jun 25
5
Users, home directories and profiles
On Tue, 23 Jun 2020 14:56:57 +0200
Enrico Morelli via samba <samba at lists.samba.org> wrote:
> On Tue, 23 Jun 2020 12:37:16 +0200
> Enrico Morelli via samba <samba at lists.samba.org> wrote:
>
> > On Mon, 22 Jun 2020 13:54:38 +0100
> > Rowland penny via samba <samba at lists.samba.org> wrote:
> >
> > > On 22/06/2020 13:50, Enrico Morelli
2009 Apr 07
3
Logging Asterisk console
Hi all, in witch way can I put in a log file the asterisk console?
I have tried with some settings in file logger.conf but the log not
contain the same debug that I can see with "asterisk -rvvv".
I need it in debugging purpose for tracking some bug.
Thanks Enrico.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type:
2005 Jan 19
4
how to call R in delphi?
Dear All:
Now I am writing program in delphi , found it is very convenience to do anova, T-test, F-Test, etc in R , how to call R in delphi? Thsnks.
Best Regards
YiYao Jiang
Product Division/ product Testing Department
Semiconductor Manufacturing International Corporation
ZhangJiang Road, PuDong New Area, Shanghai ZIP: 201203
Tel:86-21-5080-2000 Ext. 15173
2006 Mar 22
14
currency conversion webservice in a rails app?
Hi,
I''m interested in using a currency conversion web service in my rails
app. Does anyone have a free service that they use and like? I found
this one
http://www.webservicex.net/WS/WSDetails.aspx?CATID=2&WSID=10
I''ve tried to make a simple, plain Ruby script to connect to this and
get a conversion rate without success.
How do I integrate a webservice into my rails app? I
2008 Jul 14
4
Zaptel problem with pots lines
Hi,
I'm trying to get up and running a TDM400 with a standard italian pots
line but i'm having
problems at getting asterisk to detect when the line get answered on
outgoing calls.
I'm using asterisk 1.6 beta 9 with zaptel 1.4.11.
I tried with and without answeronpolarityswitch=yes but it didn't change
anything at all.
With callprogress=yes answer get never detected.
With
2020 Jun 30
2
Users, home directories and profiles
Check the rights before the folder your trying to change.
Im guessing that now has 770, try 771 or 775 or 777
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: Enrico Morelli [mailto:morelli at cerm.unifi.it]
> Verzonden: dinsdag 30 juni 2020 14:44
> Aan: samba at lists.samba.org
> CC: L.P.H. van Belle
> Onderwerp: Re: [Samba] Users, home directories and profiles
2020 Jun 22
5
Users, home directories and profiles
On Mon, 22 Jun 2020 11:46:55 +0100
Rowland penny via samba <samba at lists.samba.org> wrote:
> On 22/06/2020 11:33, Enrico Morelli wrote:
> > [global]
> > dns forwarder = 150.217.1.32
> > netbios name = FIORGEN7
> > realm = CERM.UNIFI.IT
> > server role = active directory domain controller
> > workgroup = CERM
> > idmap_ldb:use rfc2307 =
2020 Jun 30
2
Users, home directories and profiles
On Tue, Jun 30, 2020 at 02:41:46PM +0200, Enrico Morelli via samba wrote:
> On Tue, 30 Jun 2020 11:01:27 +0100
> Rowland penny via samba <samba at lists.samba.org> wrote:
>
> > On 30/06/2020 10:40, Enrico Morelli via samba wrote:
> > > At the end I'll to abandon samba :-((
> > > I'm really sad
> >
> > One last thought, have you touched
2020 Jun 23
2
Users, home directories and profiles
On Mon, 22 Jun 2020 13:54:38 +0100
Rowland penny via samba <samba at lists.samba.org> wrote:
> On 22/06/2020 13:50, Enrico Morelli wrote:
> > On Mon, 22 Jun 2020 11:46:55 +0100
> > Rowland penny via samba <samba at lists.samba.org> wrote:
> >
> >> On 22/06/2020 11:33, Enrico Morelli wrote:
> >>> [global]
> >>> dns forwarder =
2008 Sep 10
3
(PR#12770) format() under Windows giv wrong resuts with
On Windows XP SP3
> format(pippo, format="%I:%M:%S %p")
[1] "11:43:12 PM"
In any case, if there is a problem it is in Windows, not in R, since this
is an Windows service that is being called. So there is no evidence at
all of any bug in R here.
On Wed, 10 Sep 2008, pego.enrico at tiscali.it wrote:
> Full_Name: Enrico Pegoraro
> Version: 2.7.2
> OS: Windows