Displaying 20 results from an estimated 72 matches for "rproject".
Did you mean:
project
2002 Sep 20
1
Trouble in running Rcmd --check on Windows 2000.
...instead to get a build package i am getting (see below). At first glance it seems to me that i understand the output. At something similar i am looking most of my time. But it does not help to get the package checked and installed. Is there anyone out who can help me? Please help!
D:\home\wolski\Rproject>Rcmd check --no-latex --library=D:\home\wolski\Rproject\temp D:\home\wolski\Rproject\mscalib
* using log directory 'D:/home/wolski/Rproject/mscalib.Rcheck'
make: Entering directory `/cygdrive/d/prog/R/rw1051/src/gnuwin32'
make DLLNM= FLIBS="-lg2c -lRblas" \
-C D:/home/w...
2001 Nov 22
2
Using rsync from Windows
I've just installed the Cygwin version of rsync, with an aim of
syncing to the development version, as recommended on
<http://cran.r-project.org/sources.html>. Could someone give an
example of the syntax to invoke it? From the man page, I expected
rsync rsync.rproject.org::
to give me a file listing, but I get:
unknown host: rsync.rproject.org
Other network utilities (e.g. ssh) work, so it's not a simple network
problem, it's something I've missed in the rsync setup or on the
command line. Any suggestions?
Duncan Murdoch
-.-.-.-.-.-.-.-.-.-.-.-...
2012 May 21
16
Contactos en Madrid-ayuda con instalación
Hola a todos,
Mi nombre es Juanjo. Llevo un tiempo intentado hacer funcionar un programa
que necesita de la instalación de RPROJECT y REXCEL. He mirado varias guías
e instalado los programas pero obtengo varios errores.
El principal es que tras instalar RProject, Rexcel y statcon y al intentar
correr esta macro desde Visual Basic…
Sub Start()
RInterface.StartRServer
RInterface.StopRServer
ActiveWorkbook.Save
E...
2010 Nov 17
2
Looking up the directory a file is located in
Hello everyone,
This should be an easy question, I think.
I'd like to write a command in a program to set the working directory to
whatever directory the file is currently stored in. Suppose I have a file
called "myRscript.r", and it's stored in "C:\Rprojects\myRscript.r", and it
references other R scripts and data files in the same directory.
If I enter the command
> setwd("C:/Rprojects")
I can then access all the files I need without typing the path.
But suppose I want to move all of those files into another folder, say,
"C...
2013 Apr 15
6
how to transform string to "Camel Case"?
...hing else"
> toupper(z)
[1] "R PROJECT" "HELLO WORLD" "SOMETHING ELSE"
I saw the tocamel() function in 'rapport', but it doesn't do what I
want to achieve as it actually proceeds to camelCase/CamelCase the
strings:
> tocamel(z)
[1] "RProject" "helloWorld" "somethingElse"
But how should I proceed to obtain Camel Case? Here's what I'd like to get:
c('R Project', 'Hello World', 'Something Else')
Regards,
Liviu
--
Do you know how to read?
http://www.alienetworks.com/sr...
2006 May 17
5
Convention difference in tseries.maxdrawdown (PR#8872)
Full_Name: Brian K. Boonstra
Version: 2.2.1
OS: WinXP, OSX
Submission from: (NULL) (63.172.178.137)
The maxdrawdown function in tseries defines the maximum drawdown in terms of
absolute dollars (or whatever units the input is in). Industry convention is to
do this in percentage terms. I have written the code below as
maximumdrawdown(), which retains backward compatibility with the current
2007 Mar 14
2
Connecting R-help and Google Groups?
This morning I tried to see if I could find the r-help mailing list on
Google Groups, which has an interface that I like. I found three
Google Groups ("The R Project for Statistical Computing", "rproject",
and "rhelp") but none of them are connected to the r-help list.
Is there perhaps some reason why it wouldn't be a good thing for there
to be a connected Google Group? I think it should be possible to set
things up so that a post to the Google Group goes to the r-help
mailing...
2010 Oct 27
2
Which version control system to learn for managing Rprojects?
...l Message -----
From: r-help-bounces at r-project.org <r-help-bounces at r-project.org>
To: Tal Galili <tal.galili at gmail.com>
Cc: r-help at r-project.org <r-help at r-project.org>
Sent: Tue Oct 26 23:55:40 2010
Subject: Re: [R] Which version control system to learn for managing Rprojects?
On Tue, Oct 26, 2010 at 12:16 PM, Tal Galili <tal.galili at gmail.com> wrote:
> Hello all,
>
> I wish to learn a version control system for managing my R (data analysis)
> projects.
>
> I know of SVN and github, and wonder if there is any reason for which I
> should pr...
2012 Mar 14
3
Problem installing RMySQL package!
...run install.packages('RMySQL',type='source') and wait while compilation will end.
This worked for me on Windows 7 64 bit, so there should be no problems with 32 bit versions
II tried the above steps, but I am still facing problems.
Is RTools something different from RProject. I did not find anything by the name RTools at the given link?
Regards,
Neeraj Aggarwal
[[alternative HTML version deleted]]
2005 Jan 21
1
R Citation
I've cited R in an article accepted by a journal using the following reference:
>R Development Core Team (2004), R: A language and environment for
>statistical computing. R Foundation for Statistical Computing, Vienna,
>Austria. ISBN 3-900051-00-3, <http://www.Rproject.org>.
I received the following query about my citation.
> 7. For R Development Core Team [2004], you provided both an ISBN and a
> Web site address. If this is a book, please provide the name and
> location of the publisher. If you do not have print publication
> information,...
2009 Aug 18
1
Specify Database location from R
...doing this?
Thanks
Conrad
position = read.csv(file = "Position_FTSEhx.csv", header = TRUE)
dataf = data.frame(position)
library(RODBC)
tt = odbcConnect("SOUTHAMPTON", uid = "sa", pwd = "msscapital")
sqlSave(channel = tt, dat = dataf, tablename = "rproject", safer = FALSE)
[[alternative HTML version deleted]]
2011 Jun 19
1
Transfer my package in CRAN
Hello,
I found a problem to transfer my package on the site
ftp://cran.rproject.org/incoming/ .
Access is not allowed. Please,could you give me the settings for connecting
to your server to transfer my package using the FileZilla.
Best Regards
Fadia
[[alternative HTML version deleted]]
2009 Feb 02
2
Roadmap ?
I can't find any R roadmap. Is it available somewhere ?
Etienne
--
View this message in context: http://www.nabble.com/Roadmap---tp21791647p21791647.html
Sent from the R devel mailing list archive at Nabble.com.
2002 Oct 11
2
Installing local package under Windows.
...tructions in the ``R Installation
and Administration'' guide, section 5.1 ``Installing packages.''
I proceeded as follows:
1. Uploaded the zip file ``ts.sup_0.0-0.tar.gz'' from the
Unix box to the Windows system, via ftp (binary mode set).
2. Placed the zip file in F:\rproject
--- the F: drive is effectively one's ``login directory''
when one has connected to the Novell network.
--- the directory ``rproject'' seems to be created by R
as the base location in which to do its thing.
3. Executed
> .libPaths("L:/statdata")
to mak...
2002 Oct 11
2
Installing local package under Windows.
...tructions in the ``R Installation
and Administration'' guide, section 5.1 ``Installing packages.''
I proceeded as follows:
1. Uploaded the zip file ``ts.sup_0.0-0.tar.gz'' from the
Unix box to the Windows system, via ftp (binary mode set).
2. Placed the zip file in F:\rproject
--- the F: drive is effectively one's ``login directory''
when one has connected to the Novell network.
--- the directory ``rproject'' seems to be created by R
as the base location in which to do its thing.
3. Executed
> .libPaths("L:/statdata")
to mak...
2017 May 18
2
SUGGESTION: R Base Packages
...hat I can see the bug tracker doesn't make it clear that this has to be done. We should at
> least post a message on the main page explaining how people can create an account. This would be less work than what Juan is suggesting, but I think sufficient for our needs.
Yes, clarifying in the RProject webpage that accounts could be requested for bug reporting in Bugzilla would be a great news, but it shall be really good justified.
> I think this is a terrible idea. I've only been using R for a few years and while I find these "tidyverse" packages interesting and use them on oc...
2007 Dec 04
6
Is R portable?
Recently I came across an interesting web site:
http://portableapps.com/. The idea is simple, this is software that
is possible to install and run on some type of USB memory, a stick or
one of these hard disks. I can think of a number of situations where
this could be handy. In addition memory sticks are getting cheaper
and more powerful by the day.
So: Is it possible to run R off one of
2009 Oct 19
3
Sweave file generation
Dear list,I have read really a lot the past few days, but I haven't found a matching solution for my problem.I have R 2.9.2 on Windows XP and MikTex 2.8 installed.What I want to do is to automate the sweave file generation.I thought I could use the R2Sweave, RweaveLatex, and Sweave in a combination so thatI won't need to do anything.Perhaps some minor modifications at the last step.My
2002 Jul 12
1
.Rprofile on MacOSX
...y getting to like
it, but I'm still having trouble customising startup the way I'd like it.
Reading ?Startup, I see that I can specify some commands to be run when R
starts in .Rprofile. What I'd like to do is set up some project specific
directories in my home directory (for example ~/Rprojects/crows). I would
then start R, change the working directory to the chosen project folder,
then have an .Rprofile load the history and workspace specific to that
folder. I would also like to automatically save the history and workspace
when I quit, which I gather from the docs I could do with suitab...
2008 May 14
3
strip white in character strings
Dear all,
I have several datasets and I want to generate pdf plots from them.
I also want to generate automatically the names of the files. They are
country-specific and the element mycurrentdata[1,1] contains this
information.
So what I do is something like this:
pdf(file=paste(mycurrentdata[1,1], ".pdf", sep=""), width=...etc)
The only problem I have is that some of the