Displaying 20 results from an estimated 3000 matches similar to: "How to ship R scripts with R packages ?"
2009 Sep 03
1
Rscript and default packages
Hi,
Is is possible to embed inside an R script, the name of the default
packages to be loaded when the script is invoked with Rscript.
I know about the --default-packages argument, but I was wondering if
there was a mechanism to embed this information within the script itself
Romain
--
Romain Francois
Professional R Enthusiast
+33(0) 6 28 91 30 30
http://romainfrancois.blog.free.fr
|-
2009 Sep 08
0
R meets apache ant
Hello,
This is to announce the first release of the "ant" R package, which has
been pushed to CRAN yesterday, and should reach your mirror and your
platform soon.
The package provides an R-aware version of the famous build tool from
the apache project. http://ant.apache.org/
The package ships an R script that can be used to invoke ant with enough
plumbing so that it can use R
2009 Sep 08
0
R meets apache ant
Hello,
This is to announce the first release of the "ant" R package, which has
been pushed to CRAN yesterday, and should reach your mirror and your
platform soon.
The package provides an R-aware version of the famous build tool from
the apache project. http://ant.apache.org/
The package ships an R script that can be used to invoke ant with enough
plumbing so that it can use R
2009 Sep 07
0
R CMD INSTALL --clean
Hello,
I am using "R CMD INSTALL --clean" so that when my package is finished
installed, a cleanup script is executed to post-process the generated
html index file and add some more information. The cleanup (or
cleanup.win script eventually calls the R code below)
This works well, but it depends on the --clean switch. Is there another
way, or can I force --clean (for example from
2009 Sep 07
2
Andrews plot
Dear all
Colleague of mine ask me if R is capable of Andrews plot like
andrewsplot(x) in Matlab.
Quick search did not reveal anything but before I start to write any
routine I would like to ask this ingenious audience if there is any
implementation of Andrews plots somewhere.
I know about parallel coordinate plots in lattice (although I do not use
them as I am not sure what the plot tells
2009 Sep 04
5
< 0 x 0 matrix >
Hi,
Does anybody know, what is going on here?
> diag(sqrt(1))
[,1]
[1,] 1
> diag(sqrt(0.3333))
<0 x 0 matrix>
> sqrt(1)
[1] 1
> sqrt(0.3333)
[1] 0.5773214
BR, Markku Karhunen
researcher
University of Helsinki
2009 Sep 04
3
Load a package without installing it
Hi all,
When developing a package, it's often useful to be able to reload it,
without re-installing, re-starting R and re-loading. To do this I've
written a little script that inspects the package description and
loads dependencies, data and code - http://gist.github.com/180883.
It's obviously not very general (being tailored to my description
files) and won't work for packages
2009 Sep 03
2
Calling R from a Perl script: much slower?
Hello list,
I use R for microarray analysis.
One procedure I use takes a large matrix, and loops through it looking
for specific rows, does an operation with them, and outputs a result
(single row) as a row of another matrix. The loop goes on about 25000
times.
When I run the loop directly from the R console itself, it takes about
3 minutes in my computer. I'm ok with that.
Now,
2006 Jan 10
1
eclipse 3.1 rpm for centos
On Mon, 2006-01-09 at 14:29 +0100, Jean Lee wrote:
> Hi all,
Please start a new thread with a new message rather than hijacking an
existing one with a reply/change-subject.
> Does anybody knows where I can found an eclipse 3.1 package for Centos ?
Doesn't seem likely. I had a crack at rebuilding the latest FC4 package
from source and the build-dep requirements seem daunting...
2011 May 26
1
JGR/Deducer Installation
Hi,
Sorry if this is to wrong mailing list. In that case, please point me
to correct mailing list.
Please also excuse rather long mail - I am not sure what piece of
information would be useful for anybody who could help me.
Couple of days back I had put a query about box-plots using GUI. I
got some excellent suggestions. One of them was to use JGR/Deducer.
It worked quite well for my needs.
2001 Jan 09
2
Bug: oggenc
This works:
oggenc -b 192 -a "Astral Projection" -l "In the Mix - CD1 (Sundown)" \
-t "Another World" -o "01-another_world-(floorplay_remix).ogg" \
-c "TRACKNUMBER=01" -c "TRACKCOMMENT=Floorplay_remix" \
01-another_world-(floorplay_remix).wav
But this doesn't:
oggenc -b 192 -a "Astral Projection" -l "In
2008 Jul 17
2
We ain''t got no RSpec
Hey Guys,
This last week on the Rails Envy Podcast we received an "interesting"
voicemail. Jason encouraged me to make a remix, and I think you guys
will appreciate what resulted.
If you have a few minutes and need a good laugh, see here for the
voicemail and the remix:
http://www.railsenvy.com/2008/7/17/we-aint-got-no-rspec
-Gregg
--
Posted via http://www.ruby-forum.com/.
2007 Dec 28
1
JtestR 0.1 released
JtestR allows you to test your Java code with Ruby frameworks.
Homepage: http://jtestr.codehaus.org
Download: http://dist.codehaus.org/jtestr
JtestR 0.1 is the first public release of the JtestR testing tool.
JtestR integrates JRuby with several Ruby frameworks to allow painless
testing of Java code, using RSpec, Test/Unit, dust and Mocha.
Features:
- Integrates with Ant and Maven
- Includes
2010 Dec 04
1
wine for ubuntu netbook
hi
I have installed ubuntu 10.10 netbook remix on my acer aspire one and after that I had some problems in installing wine. and now every time i wanted to edit source code or repositories it tells: "E: Type 'b-src' is not known on line 1 in source list /etc/apt/sources.list.d/ubuntu-wine-ppa-maverick.list
E: The list of sources could not be read.
Go to the repository dialog to correct
2014 Jan 16
2
Quitar outliers por condición
Hola buenos días,
ahora mismo estaba haciendo una función para quitar outlier por condición.
Pero lo cierto es que aunque la función consigue quitarlos creo que me ha
quedad bastante farragoso. Os dejo el codigo y si me dais algún consejo
para mejorarlo mejor que mejor. Mcuhas gracias
#############################################################•
# Ojo este script puede instalarte librerias que
2007 Apr 01
0
How to Install and Configure Ant for Centos 4.4 ?
I need to install Ant for my Centos 4.4. First, I have followed this post to
install Java Jdk:
http://www.centos.org/modules/newbb/viewtopic.php?topic_id=2475
<http://www.centos.org/modules/newbb/viewtopic.php?topic_id=2475&forum=28>
&forum=28 and it worked.
[root at server ~]# java -version
java version "1.5.0_09"
Java(TM) 2 Runtime Environment, Standard Edition (build
2012 Jan 29
1
A desktop Centos remix
Hello Centos users!
I'm doing a Centos 6 desktop oriented remix called Stella.
This has been brewing since the summer and it's starting to get ready. :-)
I've backported a lot of packages from Fedora and Rpmfusion and I
bundle several other repos, too, resulting in a big range of software
available, including but not limited to:
LibreOffice, VLC, MPlayer, Shutter, Arista, Java,
2015 Apr 15
7
Related to the new laptop question: CentOS on a netbook?
I've got a netbook, circe 2009. When I got it, not that I was wild about
ubuntu, but there was specifically an ubuntu netbook remix. Well, it's a
few years later - has anyone put CentOS (6, preferably) on a netbook, and
were there any problems?
mark
2005 Nov 08
2
retrieve most abundant species by sample unit
Hi R-users:
[R 2.2 on OSX 10.4.3]
I have a (sparse) vegetation data frame with 500 rows (sampling
units) and 177 columns (plant species) where the data represent %
cover. I need to summarize the cover data by returning the names of
the most dominant and the second most dominant species per plot. I
reduced the data frame to omit cover below 5%; this is what it looks
like stacked. I have
2003 Dec 09
2
build glitches
I hit problems building the tools for both xen-1.1 and xen-1.2-devel.
For xen-1.1, the vmm and linux built fine, but the tools failed with something
called ''ant''. ant -v says ''Apache Ant version 1.5.3 compiled on April 9 2003''
ant -buildfile build-cmdline.xml dist
Buildfile: build-cmdline.xml
BUILD FAILED
java.lang.VerifyError: verification failed at PC