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.

1,039 results for “from:Luke”

Windows standard interface: change working dorectory
Calboli Federico (LUKE) · Dec 8, 2025 · r-help

Hello, I need to provide the simplest possible indication to R users with either windows or macos machines on how to change working directory. Using setwd() will not work because I cannot trust them to even understand the concept of...

[Rcpp-devel] Profiling Rcpp compiled through sourceCpp or cxxfunction
Luke.Domanski at csiro.au · Feb 17, 2014 · rcpp-devel

I'll try my best :). If worse comes to I install Google Perftools locally to solve my immediate need. But ultimately my colleagues and I will need to come up with a workflow for use/installation/recommendation on organisation wide...

[External] Missing function Rf_findFun3
Luke Tierney · Sep 8, 2019 · r-devel

On Sat, 7 Sep 2019, Laurent Gautier wrote: > Hi, > > > The function `Rf_findFun3` is declared in > `$(R CMD CONFIG HOME)/lib/R/include/Rinternals.h` > but appears to be missing from R's shared library (R.so). > > Is this an...

Point Size in plot.cox.zph
Luke Keele · Feb 9, 2006 · r-help

I would like control over the point size (and the type of points) when plotting a cox.zph object, but it returns the same error as when one tries to change the y-axis. I have searched the web for...

Rscript silent failures with unmatched brackets
Luke Moryl · Feb 26, 2015 · r-help

Hi all, I?ve noticed that a script with unmatched brackets of any sort will fail silently in Rscript?neither logging nor any output in the shell indicates that anything went wrong. Example file to run in Rscript: sink('/tmp...

DBI/ROracle for remote database connection ?
Luke Whitaker · Jan 17, 2003 · r-help

Hello, I have installed the ROracle and DBI packages, and I want to access an Oracle database that is not on the same machine as the one I am running R on. I can access the database remotely with perl...

Question about .Call
Luke Tierney · Apr 27, 2002 · r-devel

On Sat, Apr 27, 2002 at 10:31:12AM -0400, Timothy H. Keitt wrote: > Can a C function wrapped with .Call return void? Or must it return a > valid SEXP? Thnx. > > Tim > It must return a valid SEXP. R_NilValue...

Please avoid direct use of NAMED and SET_NAMED macros
Luke Tierney · Sep 1, 2017 · r-devel

To allow for future changes in the way the need for duplication is detected in R internal C code, package C code should avoid direct use of NAMED,and SET_NAMED, or assumptions on the maximal value of NAMED. Use...

[R-meta] Best choice of effect size
Luke Martinez · Sep 29, 2021 · r-sig-meta-analysis

Dear All, I'm doing a meta-analysis where the papers report only "mean" and "sd" of some form of proportion and/or "mean" and "sd" of corresponding raw frequencies. (For context, the papers ask students to read, find, and...

AIC in glm.fit with intercept
Luke · Jun 15, 2005 · r-help

More interesting: lm() works fine to get AIC. I wonder if there is a bug in glm.fit(). > AIC(lm(myY~0+myX, data=data.frame(myY,myX))) [1] 38.94657 > AIC(lm(myY~1+myX, data=data.frame(myY...

[External] Status of R_unif_index
Luke Tierney · Apr 4, 2019 · r-devel

Seems reasonable, done now. Best, luke On Fri, 22 Mar 2019, Ralf Stubner wrote: > Dear List, > > section "6.3 Random number generation" of WRE [1] lists unif_rand(), > norm_rand() and exp_rand() as the interface to R's RNG...

workload of R
Luke Tierney · Mar 16, 2005 · r-help

On Wed, 16 Mar 2005, "Cheng, Bu Qi" wrote: > Hi, > We are working on R language compiler to find out the way to > improve the performance of R in multi core processor and the parallelism > in the workload of R...

passing a variable at the command line
Luke Tierney · Jul 2, 2008 · r-help

commandArgs may do what you want. Best, luke On Tue, 1 Jul 2008, Erin Hodgess wrote: > Dear R People: > > I have used > > ./R --no-save -q -f e.in >stuff.out > > with great success on SUSE10.1 with R-2...

Optimisation methods
Luke Tierney · Dec 2, 2000 · r-devel

Martin Maechler wrote: > .... > >> is an experimental prototype offered on an as-is basis. > >> > >> 4. Redistribution for profit requires the express, written permission > >> of the authors. > > (which is from 1992 or so) > and I vague remember having had difficulties contacting the...

R-devel object header changes that require reinstalling packages
Luke Tierney · Sep 12, 2017 · r-devel

For anyone using the development version of R: svn revision 73243 introduces some changes to the memory layout of R objects that require reinstalling packages using compiled code. Attempting to load incompatible packages should signal an error. These changes are...

load data with scientific notations
Luke Zhou · May 12, 2005 · r-help

It works. thanks! -Luke On 5/12/05, Liaw, Andy <andy_liaw at merck.com> wrote: > Just read them like any other numbers; e.g.: > > > x <- scan(sep=",") > 1: 9.1642537e+003, 6.7195295e+003, 4.8834487e+003, 3.7181589e...

packagename:::functionname vs. importFrom
Luke Tierney · Jan 3, 2011 · r-help

On Mon, 3 Jan 2011, Frank Harrell wrote: > > Correct. I'm doing this because of non-exported functions in other packages, > so I need ::: > > I'd still appreciate any insight about whether importFrom in NAMESPACE > defers package loading so that...

[R-meta] Can random-effects answer research questions in meta-analysis?
Luke Martinez · Aug 5, 2021 · r-sig-meta-analysis

Hello Friends, We often only use estimates of fixed-effects to answer one or more research questions in a meta-analysis. But is it also possible to specify one or more random effects to actually answer one or more research...

R (external ?) reference
Luke Tierney · Feb 28, 2003 · r-help

On Fri, 28 Feb 2003, Laurent Gautier wrote: > Dear List, > > I found a documentation on the web that mentions things like 'R references' > (http://www.stat.uiowa.edu/~luke/R/simpleref.html). > > However, I could not find the R_MakeReference...

R-help digest, Vol 1 #34 - 2 msgs
Luke Whitaker · Jan 2, 2003 · r-help

Hello, I would like to access an Oracle database running on Solaris from R on my linux desktop. I have had a look at the R Data Import/Export manual, and downloaded RODBC and unixODBC, but I am still quite...

Can't find what you're looking for? Try searching with Google .