Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20090214/d8de55cf/attachment.pl>
Is there a way to get R CMD INSTALL (and friends) to copy the header files from a source package's src directory to the include directory? Thanks. Kjell
The link to the tools directory in the description of R-2.10.0.pkg is missing an s (the linky bit, not the displayed bit) on http://cran.r-project.org/bin/macosx Kjell
Is there a mechanism in R for copying the business end of an external pointer on assignment? For instance, if x is an external pointer and I enter > y <- x I would like to make a copy of the structure...
I have a package that needs to link against a different set of libraries on OS X than on other *NIXes. I looked from things like Makevars.{mac,darwin,osx} in the Writing R Extensions manual but didn't find...
Hello, I want to use the %ProgramFiles% variable in a Sys.setenv (R 2.7.2, Windows) but it always seems to get handled literally. For instance, in cmd.exe I get what I want C:\Documents and Settings\user...
Hello, The attached file patches the configure script so that the full install path is used in libR.dylib when doing a non-Framework build. I have tested it under 10.5 and 10.6 using the FSF version 4...
> In fact, it's as simple as this: > > setenv("R_HOME", [[[NSBundle > bundleWithIdentifier:@"org.r-project.R-framework"] resourcePath] > UTF8String], 1); I made the following change in REngine.m and now I can move R.app around and it will...
On Sep 7, 2008, at 3:46 PM, Charilaos Skiadas wrote: > Btw, I believe it's called MacPorts now. One caveat: when the name of the DarwinPorts project was changed to MacPorts, darwinports.ORG became macports.org. The website in...
Hello, I built R from source and when I run R CMD check it prints the following error while checking R code for possible problems. ... * checking R code for possible problems ... NOTE The process has forked and you cannot use...
Hi, I am working on adding the R.framework to darwinports (darwinports.opendarwin.org). So far everything seems to be working fine except that when I use the Cocoa gui I get this error Error in rm(rlibs) : can't...
Hello, I have some native code that I would like to allow users to interrupt. However, I would like to do it more gracefully than with R_CheckUserInterrupt(). The solution I came up with is to call the following abort...
Hello, I have a package for working with Bayesian networks (RHugin - on R- Forge for those interested). It contains a function RHExample that does the same thing as the demo function in the utils package except that it does not...
This list is for discussion of graphical models. You'll have better luck asking your question on R help. Kjell On Apr 20, 2011, at 10:20 PM, David Bird wrote: > I would like to produce charts of phytoplankton biomass...
In case you hadn't noticed, the 10.4.8 update "Adds support on Intel- based Macs for multiple cores to LAPACK and BLAS routines in the Accelerate framework; the maximum number of threads used by Accelerate BLAS routines is...
It looks like you don't have all the development tools installed. The missing library /usr/local/lib/libgfortran.2.dylib is part of the Fortran compiler which is included with the full R installer. Kjell On 21 avr. 09...
I have both the gcc3.4.4 compilers and the gcc4.0.1 compilers. When I use 3.4.4 the configure script does not link against the blas in vecLib but it does when I use 4.0.1...
Hi, I am working on adding R to DarwinPorts and I am having a little trouble figuring out how to install Raqua. The convention for installing aqua apps in DarwinPorts is to put them in /Applications/DarwinPorts/ but I can...
Yup. That's me. Consider me embarrassed. Here is splus.assign with Martin's fix: splus.assign <- function(asgn, term.labels) { if(min(asgn) == 0) { term.labels <- c("(Intercept)", term.labels) asgn <- asgn + 1 } ans <- list() n <- length(term.labels...
Hi Valentin, You can find a copy of the slides from my talk at ROBCLA 2006 here: http://www.stats.ox.ac.uk/~konis/robust/ROBCLA2006-konis.pdf (they are quite similar to the first third of my RSR talk...
Can't find what you're looking for? Try searching with Google .