Displaying 20 results from an estimated 2000 matches similar to: "Automatic script for updating packages in R"
2010 Mar 01
3
(no subject)
Hello all,
Iam newbie here and to R too.Is it possible to customize R to be used to
people who has limited knowledge of statistics to perform simple data
analysis?.Which language to use?. Any alternative suggestion?.
Thank you for your help.
udd
_________________________________________________________________
[[alternative HTML version deleted]]
2011 Aug 20
1
RMysql on Windows 7
Hello all,
good day
I have installed R 1.13.0 on windows 7. then configured R + latex + sweave to use eclipse indigo.Then would like to be able to work with R + mysql 5.5(full package + connectors) which I have already installed.My problem is to build RMYSQL binary package, using Rtools.Should I remove existing R and install RTools?.
thank you for your help
Udd
[[alternative HTML
2012 Nov 22
1
rapache memory problem
Hi all;
Now I'm developing web application by using rapache in ubuntu.
My problem is that as users execute the application, the server PC cumulates
memory.
After users close or refresh the application page, the server PC memory is
still cumulated.
Now I'm renewing apache machine by manually in terminal.
Is there any way to kill memory when users refresh or close the application
page?
2016 Jun 30
3
integration of R and php in Fedora 24
Dear All,
I am writing a project that will involve me writing code in R and php. i
would appreciate if someone guide me on how to integrate R to php
i wish to write an upload system in php that R will use and process and
post back the result on php.
thanks in advance
================
Worthy agent of Light
================
Jules Irenge
MSc Student
University of Liverpool
[[alternative HTML
2014 Feb 28
1
How to use R script inside javascript?
Hello all,
I want to use r script inside the webpage. I come to know that is it
possible to embed R script with HTML.
I want your help guys. I want to use package like "quantmod" inside my
webpage.
Thanks in advance & positively awaiting for your suggestions.
Regards,
Jayesh Baviskar
--
View this message in context:
2013 Oct 21
4
About integrating R inside a C++ software
Hi,
We are a company developing a software mainly in C++.
We want to integrate R inside our software in order to use mainly the
engine (usual stats as mean, sigma, Pearson, outlier detection, CPA,
multivariate, ...) and probably later the chart solution.
Of course we don''t want to temporary write the data to some csv files
and then do an ugly system() call :
2013 Oct 21
4
About integrating R inside a C++ software
Hi,
We are a company developing a software mainly in C++.
We want to integrate R inside our software in order to use mainly the
engine (usual stats as mean, sigma, Pearson, outlier detection, CPA,
multivariate, ...) and probably later the chart solution.
Of course we don''t want to temporary write the data to some csv files
and then do an ugly system() call :
2015 Aug 24
1
Web apps on a R server
I want to deploy some R web apps with a clean separate of concerns: R
code // applications.
My choice for the R part is to use one of these two tools:
- deployR[1]
- OpenCPU[2]
and JavaScript for web apps.
OS is Fedora 22 and web server Nginx.
I have been reading documentation about these two R application
integration tools, and find hard to choose one method. So I am
interested in hearing
2015 Sep 24
10
Why is rstudio not in Ubuntu repo or PPA?
Hi,
rstudio is very easy to install, but it would be great if it were just
an apt-get away. Is there a reason it is not in Ubuntu main repos or
in rrutter PPA?
Kind regards,
Xu
2012 Oct 22
3
Any good R server-with connection examples
I want to connect R with HTML/PHP pages to take input from user,do some
statistical processing on it & show results to HTML page again.
I search on net,i got Rserve package,but examples are mainly for java
langaure & not for PHP
i am wondering how to connect it to PHP-Apache-MySQL
Is there any good tutorial/video which will tell me how to do that ?
At least tell me logical way how to
2018 Feb 03
2
broken dependencies on 2cd4u
As of a few days I'm seeing this error on travis:
The following packages have unmet dependencies:
libleptonica-dev : Depends: liblept5 (= 1.74.4-1+nmu1ppa1~trusty1)
but it is not going to be installed
Which is caused by:
The following packages have unmet dependencies:
liblept5 : Depends: libopenjp2-7 (>= 2.0.0) but it is not installable
This is caused by the recent update libleptonica
2014 Jul 22
3
Question: Publishing R/S objects with WebServices (SOAP/WSDL)
Hello,
Can anyone tell me if there is a package which will allow me to write a
package in R, then publish the package using WebServices? The idea is that
I want to be able to pass a data set into R, have R perform the
calculations, then send the result back to either a .Net application or a
LIMS BASIC application.
So far I see many packages that allow R to consume WebServices, but I
haven't
2014 Sep 27
2
recomendación de librerías para mapas en Shiny
Muchas gracias Carlos, que rápidez!!, a ver que consigo, ya os pasaré el
link!
El 27 de septiembre de 2014, 19:18, Carlos Ortega <cof en qualityexcellence.es>
escribió:
> Hola Miguel,
>
> Aquí tienes algunos ejemplos:
>
>
> http://freigeist.devmag.net/r/819-fracking-in-your-neighborhood-shale-oil-and-gas-economic-impact-map.html
>
>
>
2020 Jul 19
3
Speed-up/Cache loadNamespace()
Thanks for the quick responses. As you both suggested storing the packages
to local drive is feasible but comes with a size restriction I wanted to
avoid. I'll keep this in mind as plan B.
@Hugh: 2. would impose even greater slowdowns and 4. is just not feasible.
However, 3. sounds interesting - how would this work in a Linux environment?
Thank you,
Mario
Am So., 19. Juli 2020 um 20:11 Uhr
2017 Jun 23
4
Execute R codes without installing R environment
Hi,
I have some issues with running R in our server and hope you would like to help me.
My Target: Running R codes without installing R environment in our server. Server OS: windows
my attempts: I tried to build the R codes into a Binary package with R studio, but I don't how to execute the binary package(*.zip file).
My questions: 1. Is this a correct solution, which builds the R
2017 Jun 24
0
Execute R codes without installing R environment
1) Producing a zip file most likely means you put your code in a package. This can be a useful thing to do, but it most definitely does not create a standalone executable.
3) You have not communicated your goal clearly. Many people want to treat R on a server as a remote compute resource... you might want to look at the OpenCPU project if that is your goal. Alternatively, using ssh to remotely
2014 Sep 29
2
recomendación de librerías para mapas en Shiny
Buenas:
Lo limitante en shiny no es el número de usuarios sino el número de
desarrolladores. Incluso si los desarrolladores son de confianza es
suficiente con la versión estándar del servidor shiny.
La versión de pago lo que añade es control sobre lo que los
desarrolladores pueden publicar.
Además existe la alternativa de publicar lo ficheros en un servidor "web
estándar" y que
2015 Aug 26
2
Issues with libcurl + HTTP status codes (eg. 403, 404)
On Tue, Aug 25, 2015 at 10:33 PM, Martin Morgan <mtmorgan at fredhutch.org> wrote:
>
> actually I don't know that it does -- it addresses the symptom but I think there should be an error from libcurl on the 403 / 404 rather than from read.dcf on error page...
Indeed, the only correct behavior is to turn the protocol error code
into an R exception. When the server returns a status
2012 Oct 25
6
Completely automatic yum updating on Centos 6
I am about to set up a computer with Centos 6 that I'll probably never see
again. I don't want to give out the root password, but I would like to have it
automatically and transparently update itself.
What is the best way to do this? I have been looking at webpages about yum-cron
and yum-updatesd but nothing directly addresses Centos 6 and it appears that at
least one of those two
2016 Jun 30
0
Fwd: integration of R and php in Fedora 24
thanks Edward for the reply . i installed rapache it runs R on apache but
for strange reason can not integrate R into php .
I will be trying opencpu then. but any other solution is most welcomed like
configuration is most welcomed
thanks
================
Worthy agent of Light
================
Jules Irenge
MSc Student
University of Liverpool
2016-06-30 1:40 GMT+01:00 M. Edward (Ed) Borasky