Displaying 20 results from an estimated 5000 matches similar to: "cross-compiling tools"
2006 Jul 05
2
Editors which have strong/solid support for SWeave?
Greetings!
I have a few colleagues who like the idea of Sweave, but have failed
to become enlightened monks of the One True Editor
(http://www.dina.dk/~abraham/religion/)
Are there any other Microsoft-centric editors or IDEs which have solid
support for writing SWeave documents (dual R / LaTeX enhancements
similar to ESS's support)? Has anyone tried the folding editors which
support Noweb?
2006 Apr 11
4
Stack checking, core dumps, and embedding R
I will say this first -- I can't copy/paste the error message from the
screen, so it's being retyped. Errors might occur. SORRY.
I've been experiencing some interesting stack warnings recently when
moving from R 2.2.x to the R 2.3.0 series and the R 2.4.0 series. In
particular, I'm getting warnings of "Error: C stack usage is too close
to the limit" before
2005 Dec 29
1
reinventing the wheel....
> ---------- Forwarded message ----------
> From: Byron Ellis <ellis at stat.harvard.edu>
> If we wanted to be truly radical we'd just accept that graphics
> devices and event loops are just special cases of the connection and
> merge the whole thing, thus more-or-less reinventing CLIM. :-)
Eventually, all programming languages grow up and become Lisp.
(progress,
2005 Oct 04
1
more problems when using "installWithVers"
R-devel, SVN revision 35729 (this morning, euro-time)
So far, I'm having awful luck with the "installWithVers" flags.
Recent example:
I can install.packages("lattice", installWithVers=TRUE)
successfully (no errors, at least it looks like a successful install),
but can't load it:
Error in library.dynam(pkg,pkg,lib) : shared library 'lattice_0.12-7' not found
2006 Apr 18
1
Embedding, core dumps, etc.
Well, nothing has changed in the issues that I brought up earlier,
except that I can confirm core dumps in non-threaded lisps as well
(CLISP), using svn version 37840 (this morning, Seattle time) for
R-2-3-patches. I've not tried Thomas' suggested fixes, as I'm
hesistant to go down the road of fixing R in such a way that would
require constant patching.
(so for those counting,
2005 Dec 29
1
S4 classes: referencing slots with other slots
For those who suggest other ways to do this, I ALREADY HAVE ANOTHER
DESIGN SOLUTION, DESCRIBED AT THE END.
That being said, I want to know if it's possible to reference a slot
in an S4 class from another slot, i.e. I'd like to have the "self.*"
semantics of Python so that I can reuse a slot. That is, for various
reasons it would be nice to be able to do something like:
2005 Jan 07
4
Any plans for commenting out region via something like " /* */ "?
Greetings from Switzerland!
Are there any plans/initiatives/considerations in future versions of R
for commenting out regions via something like " /* */ "?
(I've got an application for which something like that would be
useful; if not, there are less simple solutions).
best,
-tony
"Commit early,commit often, and commit in a repository from which we can easily
roll-back
2005 Oct 17
2
Insightful Announces: "R and S-PLUS- Panel Discussion" at 9th Annual 2005 User Conference
Event: 2005 Insightful User Conference
Dates: Oct 26-27, 2005
Location: Princeton, NJ
URL: http://www.insightful.com/news_events/2005uc/ for details on pricing,
hotel accommodations and to register for this event.
The Insightful 2005 User Conference is being held October 26th-27th in
Princeton, NJ. This year's conference focuses on the techniques and
methodologies pivotal to the
2005 Jul 20
5
Chemoinformatic people
Dear colleague,
Just an e-mail to know if they are people working in the field of chemoinformatic that are using R in their work. If yes I was wondering if we couldn't exchange tips and tricks about the use of R in this area ?
Best regards
Fred Ooms
[[alternative HTML version deleted]]
2005 Jan 07
6
Compilation of R code
Hello,
I'm a newbie on this list.
I have a R code but its execution take a very long time.
Is it possible to compile it (in C for example) to decrease the execution
time ?
--
----------------
Alexandre DEPIRE
INRETS / GARIG
2005 Jan 07
6
Compilation of R code
Hello,
I'm a newbie on this list.
I have a R code but its execution take a very long time.
Is it possible to compile it (in C for example) to decrease the execution
time ?
--
----------------
Alexandre DEPIRE
INRETS / GARIG
2005 Apr 20
5
Overloading methods in R
(1) It seems to me that, generally, in R it is not possible to overload
functions. Is that right?
(2) Assuming that the above is true, or partially true, is there any extra
packages to handle overloading in R?
(3) Assuming (1) is TRUE and (2) is FALSE, can anyone provide some advice on
developing some function that understand what the arguments are and then
calls the right overloaded
2012 Jan 15
1
configure-args for R CMD build
When I build a package containing a vignette, the package gets
installed to build the vignette. However, it appears that R CMD build
does not allow for --configure-args. In my case, I have a C library
installed in a non-standard position, and I need to tell the package
where it is. It works fine with R CMD INSTALL, but R CMD build
complains
Warning: unknown option
2010 Feb 24
1
build, data and vignettes
Based on some testing it seems to me that if I have a package with
a dataset in /data
a Sweave vignette in inst/doc (but no associated pdf file)
the vignette loads the data in /data through
data(dataset)
and I do a
R CMD build
R will try to build the pdf version of the vignette, but will be
unable to find the dataset in data because the package is not yet
installed. However, if I do
2010 Apr 26
2
00LOCK and nfs
I am running into a problem with the 00LOCK file and .nfs files. It
seemed to be caused by the following
R is installed on NFS
user A has loaded pkg_A containing a dynamically loaded library
user B (the administrator) runs install.packages("pkg_A")
as the final part of the installation process the 00LOCK directory is removed
this creates a .nfs file because user A has the
2000 Oct 17
3
"wizard" for building R-packages...
Suppose one wanted to build an R wizard for packaging...
One would need to specify and create:
package-name/
package-name/Description
package-name/INDEX
package-name/R/
package-name/man/
package-name/src/
>From this, we'd "probably" like to:
- script-up the Description
- provide a script for regenerating INDEX by calling out to the
2005 Jan 11
1
Ess packages for Suse-9.2 available ?
Hi,
I've just managed to install R on Suse-9.2. Unfortunately there seem to
be no Ess packages in Suse distri available. Doesn't seem like that Suse
is ever to integrate these packages (since 2000)!?
Are there any precompiled binaries around? So far I haven't been lucky
to find any of them on rpmfind and similar sites.
Maybe someone has already Ess binary for Suse-9.2 and is willing
2005 May 06
1
R for HTS data analysis
Hello,
I am looking for any packages, tutorials, documents,... about the use of R for the analysis of HTS data.
Thanks for your help
Fred
[[alternative HTML version deleted]]
2005 Apr 08
1
new R package BRugs
Hi,
this is the first announcement of a *developer version* of the R package
BRugs, which is based on OpenBUGS 2.1.0.
OpenBUGS 2.1.0 has been released earlier this week
(http://mathstat.helsinki.fi/openbugs/).
BRugs contains a complete OpenBUGS installation as well as R code to
access OpenBUGS functionality from R. Simply install the package, load
it and say ?BRugs and ?BRugsFit
2005 May 08
2
Maximum # of predictors?
Hello,
Is there anyway one can have more than 11 independent variables in a
regression model? To hopefully illustrate: with 13 predictors in my model,
the last 2 coefficient estimates are "NA". When I view the summary, it
indicates that 2 coefficients are "not defined because of singularities". I
am using the command:
mod <- lm(y ~ ., data = volumes[,3:22])
I am