Skip to content

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.

96 results for “from:Kjell Konis”

Generate random numbers in Fortran
Kjell Konis · Feb 14, 2009 · r-devel

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20090214/d8de55cf/attachment.pl>

how to install header files in package
Kjell Konis · Jun 13, 2008 · r-devel

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

broken link
Kjell Konis · Oct 27, 2009 · r-sig-mac

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

copy an external pointer on assignment
Kjell Konis · Feb 23, 2009 · r-devel

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...

Makevars.mac
Kjell Konis · Sep 29, 2008 · r-sig-mac

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...

the %ProgramFiles% variable
Kjell Konis · Sep 2, 2008 · r-devel

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...

patch for consideration
Kjell Konis · Sep 30, 2009 · r-sig-mac

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...

Cocoa gui with embedded R framework
Kjell Konis · Mar 24, 2005 · r-sig-mac

> 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...

Do Darwinports and R play nice on Tiger?
Kjell Konis · Sep 7, 2008 · r-sig-mac

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...

Error while running R CMD check
Kjell Konis · Apr 1, 2008 · r-sig-mac

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...

odd error during startup
Kjell Konis · Nov 21, 2004 · r-sig-mac

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...

interrupting native code
Kjell Konis · May 15, 2008 · r-devel

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...

demo enhancement
Kjell Konis · Feb 16, 2009 · r-devel

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...

[R--gR] succession graphic
Kjell Konis · Apr 21, 2011 · r-sig-gr

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...

gcc 4.2 and the Accelerate framework
Kjell Konis · Oct 3, 2006 · r-sig-mac

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...

installation of affy under Mac OS X 10.5.6 (Leopard)
Kjell Konis · Apr 21, 2009 · r-sig-mac

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...

vecLib and building R from source
Kjell Konis · Aug 31, 2005 · r-sig-mac

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...

Building Raqua for DarwinPorts
Kjell Konis · Dec 12, 2003 · r-sig-mac

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...

[RsR] MASS:rlm() and robustbase::lmrob() are both breaking
Kjell Konis · Sep 9, 2008 · r-sig-robust

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...

[RsR] your talk at Robcla
Kjell Konis · Feb 1, 2006 · r-sig-robust

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 .