Re: [R] [External] Re: Parser For Line Number Tracing

2025-01-19 Thread luke-tierney--- via R-help
happens during error handling. I supppose the fact that traceback() isn't showing you the line 6 location could be considered a bug. Duncan Murdoch __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mai

Re: [R] [External] Re: Building Packages. (fwd)

2024-03-21 Thread luke-tierney--- via R-help
elp@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.r-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. ___

Re: [R] [External] Function environments serialize to a lot of data until they don't

2024-03-08 Thread luke-tierney--- via R-help
y be a bit brittle. It has not been not ported to the parallel package, but it looks like most of the plumbing is there so porting it might not be too hard. If this really is due to promises, what would be the downsides of forcing them during serialization? Many. Think NSE, defaults that assu

Re: [R] [External] Re: Error in setwd(dir) when initializing R

2023-11-20 Thread luke-tierney
-vanilla should work if the issue is a startup file. Best, luke -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Statistics andFax: 319-335-3017 Actuarial Science 241

Re: [R] [External] alist() and missing variables

2022-05-02 Thread luke-tierney
ideal but it's what we have and not likely to change any time soon. Best, luke -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Statistics andFax: 3

Re: [R] [External] Re: Package installation help: Stuck at "** byte-compile and prepare package for lazy loading"

2021-09-30 Thread luke-tierney
RIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of

Re: [R] [External] Handling interrupts in long-running R functions

2021-09-10 Thread luke-tierney
their idiom for my desired behaviour is "create a plot window and return when that window is closed", but that doesn't translate well to R. -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 De

Re: [R] [External] Unexplained behaviour of .Last.value

2021-06-19 Thread luke-tierney
-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Statistics andFax: 319-335-3017

Re: [R] [External] Why is R making a copy-on-modification after using str?

2020-12-02 Thread luke-tierney
guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Statistics and

Re: [R] [External] Re: Why is R making a copy-on-modification after using str?

2020-11-30 Thread luke-tierney
__ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Ti

Re: [R] [External] Why is R making a copy-on-modification after using str?

2020-11-30 Thread luke-tierney
EASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Stat

Re: [R] [External] Re: help with web scraping

2020-07-24 Thread luke-tierney
- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of

Re: [R] [External] Re: read.csv fails in R console in Ubuntu terminal but works in RStudio after R 3.6.3 upgrade to R 4.0.2?

2020-07-16 Thread luke-tierney
self-contained, reproducible code. __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minima

Re: [R] [External] Re: Strange behavior when sampling rows of a data frame

2020-06-19 Thread luke-tierney
ling list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Este e-mail foi verificado em termos de vírus pelo software antivírus Avast. https:/

Re: [R] [External] Re: A stopifnot() nastiness, even if not a bug

2020-05-09 Thread luke-tierney
gt;stopifnot(dim(m[,i]) == c(3,1)) # seems fine >>> > >>> >if(dim(m[,i]) != c(3,1)) stop("wrong dim") # gives an error (but not >>> ..) >>> >>> mmh... that is not good. I was under the impressi

Re: [R] [External] Re: Error in colouring by group in core plot R

2020-04-24 Thread luke-tierney
RIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. __ R-help@r-project.org mailing list -- To UNSU

Re: [R] R 3.5.0, vector memory exhausted error on readBin

2018-06-12 Thread luke-tierney
s is a function of a vector being explicitly defined/changed in some way from 3.4 to 3.5. Any help, suggestions or workarounds are greatly appreciated! Val     [[alternative HTML version deleted]] -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa

Re: [R] R 3.5.0, vector memory exhausted error on readBin

2018-06-12 Thread luke-tierney
an On???) - the vector is created and populated by the binary file values without issue, even at a 1GB binary file size. Other files that are read in as csv files, even at 1GB, load correctly to 3.5, so I assume that this is a function of a vector being explicitly defined/changed in some way from

Re: [R] R 3.5.0, vector memory exhausted error on readBin

2018-06-12 Thread luke-tierney
s or workarounds are greatly appreciated! Val [[alternative HTML version deleted]] -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Statistics andFax: 319-335

Re: [R] Problem with geterrmessage()

2018-02-22 Thread luke-tierney
ee https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa

Re: [R] Memory not release when an environment is created

2016-09-22 Thread luke-tierney
ject.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Ralph E. Wareham Professor of Mathem

Re: [R] Memory not release when an environment is created

2016-09-22 Thread luke-tierney
lman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 D

Re: [R] interaction between clusterMap(), read.csv() and try() - try does not catch error

2016-08-08 Thread luke-tierney
ternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, sel

Re: [R] Fwd: Help: malloc/free deadlock in unsafe signal handler 'Rf_onsigusr1'

2016-08-01 Thread luke-tierney
mented, minimal, self-contained, reproducible code. -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Statistics andFax: 319-335-3017 Actuarial Science 241

Re: [R] C stack error in as.vector() starting in R 3.3.0

2016-07-06 Thread luke-tierney
r your eyes.*" - Randall Munroe "*Lighthouses are more helpful than churches.*" - Benjamin Franklin "*...but I'll take a GPS over either one.*" - John C. "Craig" George [[alternative HTML version deleted]] ___

Re: [R] snow/Rmpi without MPI.spawn?

2014-09-04 Thread luke-tierney
contained, reproducible code. ______ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible

Re: [R] lapply returns NULL ?

2014-07-12 Thread luke-tierney
o read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319

Re: [R] Performance issue with attributes

2014-03-11 Thread luke-tierney
___ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Ac

Re: [R] save/load doubles memory [oops]

2013-09-17 Thread luke-tierney
http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Depart

Re: [R] Issue with Imports in NAMESPACE

2013-06-25 Thread luke-tierney
ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa

Re: [R] attr vs attributes

2013-05-13 Thread luke-tierney
an/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list http

Re: [R] Unexpected behavior looping through sequence of dates

2013-03-09 Thread luke-tierney
: 319-335-3386 Department of Statistics and Fax: 319-335-3017 Actuarial Science 241 Schaeffer Hall email: luke-tier...@uiowa.edu (mailto:luke-tier...@uiowa.edu) Iowa City, IA 52242 WWW: http://www.stat.uiowa.edu -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor

Re: [R] Unexpected behavior looping through sequence of dates

2013-03-09 Thread luke-tierney
does not have a 'date' type, so: typeof(d) #[1] "double" And the for-loop results follow. Peter Ehlers __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.

Re: [R] Hard Stop?

2013-02-07 Thread luke-tierney
on() stop(simpleCondition("I mean it!")) # This will g() Of course, you can catch simpleConditions too if you try. Duncan Murdoch __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting gui

Re: [R] Codetools Query (repost)

2013-01-16 Thread luke-tierney
ts = FALSE, mode = "function") : invalid 'envir' argument Cheers __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide

Re: [R] try()-function does not catch error in BATCH-job if Matrix is loaded

2013-01-08 Thread luke-tierney
ling list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Profess

Re: [R] try()-function does not catch error in BATCH-job if Matrix is loaded

2013-01-07 Thread luke-tierney
sity of Munich __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. --

Re: [R] easy way to fit saturated model in sem package?

2012-07-13 Thread luke-tierney
results). Thanks! Josh -- Joshua Wiley Ph.D. Student, Health Psychology Programmer Analyst II, Statistical Consulting Group University of California, Los Angeles https://joshuawiley.com/ __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] easy way to fit saturated model in sem package?

2012-07-13 Thread luke-tierney
alifornia, Los Angeles https://joshuawiley.com/ __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting- guide.html and provide commented, minimal, self

Re: [R] Efficient distance calculation on big matrix

2012-06-18 Thread luke-tierney
e posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone:

Re: [R] Double-buffering problem, this time with an example.

2012-06-04 Thread luke-tierney
roject.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Statis

Re: [R] how to remove the 'promise' attribute of an R object (.Random.seed)?

2012-05-22 Thread luke-tierney
I believe it would be better if the internal code forced the promise at this point. I'll have a look; there may be a few other similar instances worth looking at. luke On Tue, 22 May 2012, Yihui Xie wrote: Thanks! That is exactly what I did (https://github.com/yihui/knitr/blob/master/R/cache.

Re: [R] how to remove the 'promise' attribute of an R object (.Random.seed)?

2012-05-22 Thread luke-tierney
://yihui.name Department of Statistics, Iowa State University 2215 Snedecor Hall, Ames, IA __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and p

Re: [R] enableJIT(2) causes major slow-up in rpart

2012-04-13 Thread luke-tierney
posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386

Re: [R] recover lost global function

2012-04-05 Thread luke-tierney
ble global function definition for 'all' Note: no visible global function definition for 'all' I did overwrite all to a data frame, but it only appears in a funtion position all(...) in the file being compiled. -- Luke Tierney Chair, Statistics and Actuarial Sci

Re: [R] memory management

2012-02-29 Thread luke-tierney
problems it would create for external C/Fortran code on which R heavily relies. -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Statistics andFax:

Re: [R] Weird R's behaviour with a quoted name

2011-11-21 Thread luke-tierney
man/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-

Re: [R] Snow/Snowfall hangs on windows 7

2011-05-16 Thread luke-tierney
Nabble.com. ______ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tie

Re: [R] setting options only inside functions

2011-05-02 Thread luke-tierney
ist https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences Un

Re: [R] setting options only inside functions

2011-04-29 Thread luke-tierney
nd an __exit__ method. Very neat. Barry __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, re

Re: [R] setting options only inside functions

2011-04-27 Thread luke-tierney
aluate  } I wish R had more functions like this. This sort of behaviour is also useful when you open connections or change locales. Ruby's blocks provide nice syntactic sugar for this idea. Hadley -- Luke Tierney Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematic

Re: [R] Does R have a "const object"?

2011-03-16 Thread luke-tierney
ll need it for constants and primitives. It may be useful for some closures as well, so that change may come farther down the line. luke -- Luke Tierney Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 31

Re: [R] Does R have a "const object"?

2011-03-16 Thread luke-tierney
ine with that. luke Oh well, I guess its one small step towards becoming a proper grown-up language. Barry -- Luke Tierney Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Departmen

Re: [R] Does R have a "const object"?

2011-03-16 Thread luke-tierney
can assume that these bindings have certain values and certain properties and one can write reliable programs against these assumptions. Best, luke -- Luke Tierney Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone

Re: [R] Does R have a "const object"?

2011-03-16 Thread luke-tierney
(...) {warning("be safe");}, ns="base") in your .Rprofile! Let's Keep R Safe, Folks! Allan __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-pro

Re: [R] get caller's name

2011-02-04 Thread Luke Tierney
www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org

Re: [R] packagename:::functionname vs. importFrom

2011-01-04 Thread luke-tierney
exported objects, as that rather defeats the purpose of importFrom. The purpose of importFrom is to avoid a full import. So in no sense does this "defeat the purpose of importFrom". Best, luke Frank - Frank Harrell Department of Biostatistics, Vanderbilt University -- Lu

Re: [R] packagename:::functionname vs. importFrom

2011-01-03 Thread luke-tierney
installed) there will be no problem. It does not -- the namespace from which you import is loaded when your package is. (Also you can't import unexported variables.) Best, luke Thanks Frank - Frank Harrell Department of Biostatistics, Vanderbilt University -- Luke Tierney

Re: [R] R and Scheme

2008-12-09 Thread Luke Tierney
as.double(-1) y <- as.complex(-1) x == y sqrt(x) sqrt(y) in certain cases, r will also do implicit inverse (downward) coercion: is(y:y) vQ __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the post

Re: [R] R and Scheme

2008-12-08 Thread Luke Tierney
e values -- TRUE, FALSE and NA. luke [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and prov

Re: [R] More than doubling performance with snow

2008-11-28 Thread Luke Tierney
.med.uni-muenchen.de Mail: Markus.Schmidberger [at] ibe.med.uni-muenchen.de Tel: +49 (089) 7095 - 4599 __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.h

Re: [R] Portected? Variable assignment? Was RE: The use of F for False and T for True

2008-11-17 Thread Luke Tierney
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone:

Re: [R] torque/psb & snow library

2008-10-22 Thread Luke Tierney
hz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa

Re: [R] Fatal error: unable to restore saved data in .RData

2008-10-10 Thread Luke Tierney
ps://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences U

Re: [R] Fatal error: unable to restore saved data in .RData

2008-10-10 Thread Luke Tierney
R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and

Re: [R] Load a program at the front end

2008-10-07 Thread Luke Tierney
provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Statistics andFax: 319-3

Re: [R] Problem with R on dual core under Linux - can not execute mpi.spawn.Rslaves()

2008-09-29 Thread Luke Tierney
N), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Faculty of Science Natural Sciences Building Private Bag X1 University of Stellenbosch Matieland 7602 South Africa ______ R-help@r-project.org mailing list h

Re: [R] cluster/snow question

2008-09-10 Thread Luke Tierney
ion in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. Please refer to http://www.jpmorgan.com/pages/disclosures for disclosures relating to UK legal entities. [[alternative HTML version deleted]]

Re: [R] Information on the number of CPU's

2008-09-09 Thread Luke Tierney
The wmic command line utility can also be used to query this; on a dual-core Vista laptop I get C:\Users\luke>wmic cpu get NumberOfCores,NumberOfLogicalProcessors NumberOfCores NumberOfLogicalProcessors 2 2 luke -- Luke Tierney University of I

Re: [R] cluster/snow question

2008-09-09 Thread Luke Tierney
its entirety, whether in electronic or hard copy format. Thank you. Please refer to http://www.jpmorgan.com/pages/disclosures for disclosures relating to UK legal entities. [[alternative HTML version deleted]] -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E.

Re: [R] pnmath compilation failure; dylib issue?

2008-08-21 Thread Luke Tierney
On Thu, 21 Aug 2008, Luke Tierney wrote: On Wed, 20 Aug 2008, Eric Rupley wrote: (1) ...need to speed up a monte-carlo sampling...any suggestions about how I can get R to use all 8 cores of a mac pro would be most useful and very appreciated... Using something like the snow package for

Re: [R] pnmath compilation failure; dylib issue?

2008-08-21 Thread Luke Tierney
EASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone:

Re: [R] R-Embedding and error messages

2008-08-20 Thread Luke Tierney
uide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Statistics and

Re: [R] Saving environment object

2008-08-15 Thread Luke Tierney
ge environments, and increasing --max-ppsize should enable this one to be read in. On Fri, 15 Aug 2008, Luke Tierney wrote: On Fri, 15 Aug 2008, Benjamin Otto wrote: Hi, When I create an environment object with new.env() and populate it with values then how can I save it into an .RData file pr

Re: [R] Saving environment object

2008-08-15 Thread Luke Tierney
str. 52 D-20246 Hamburg Tel.: +49 40 42803 1908 Fax.: +49 40 42803 4971 ====== -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3

Re: [R] tryCatch question

2008-08-14 Thread Luke Tierney
R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareh

Re: [R] aligned memory allocation in C

2008-08-13 Thread Luke Tierney
stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Science

Re: [R] compiling pnmath on an intel processor running mac OS 10.5

2008-07-10 Thread Luke Tierney
ing-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Statistics and

Re: [R] Parallel R

2008-07-10 Thread Luke Tierney
guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department

Re: [R] passing a variable at the command line

2008-07-02 Thread Luke Tierney
m fairly sure that the answer is no, but thought I'd double check. Thanks in advance, Sincerely, Erin -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of S

Re: [R] Parallel R

2008-06-30 Thread Luke Tierney
Location: Arnold Building M2 B169 Phone: (206) 667-2793 __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal

Re: [R] Speedups with Ra and jit

2008-05-04 Thread Luke Tierney
ld be done), with dynamically loaded C or Fortran code. Portability decreases as you go, of course. Bill Venables __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.o

Re: [R] findGlobals on apply

2008-04-08 Thread Luke Tierney
p://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Depar

Re: [R] findGlobals on apply

2008-04-08 Thread Luke Tierney
/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa

Re: [R] snow, stopping cluster

2008-03-27 Thread Luke Tierney
.6.1 Biobase_1.16.1 Rmpi_0.5-5 [7] > snow_0.2-9 > loaded via a namespace (and not attached): > [1] rcompgen_0.1-15 > > > Best > Markus > > -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical

Re: [R] help with oop in R - class structure and syntex

2008-02-05 Thread Luke Tierney
-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa

Re: [R] Is R on Windows multi-threaded

2008-01-14 Thread Luke Tierney
//www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >> >> >> >> [[alternative HTML version deleted]] >> >> __ >> R-help@r-project.org mailing li

Re: [R] Dual Core vs Quad Core

2007-12-18 Thread Luke Tierney
or Dr Goto's. The speedup for linear algebra can be > substantial (although sometimes it will slow things down). Luke Tierney > has an experimental package to make use of parallel threads for some basic > R computations which may appear in R 2.7.0. There are two experimental packag

Re: [R] R on a multi core unix box

2007-12-06 Thread Luke Tierney
ng list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Profess

Re: [R] Use and misuse of "update" function for non-models. Any views/recommendations??

2007-11-20 Thread Luke Tierney
__ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Luke Tierney Chair, Statistics and Actuarial Sc

Re: [R] snow and Rmpi, delayed starting-times at nodes

2007-11-02 Thread Luke Tierney
gt; input.list = list of vectors. Each vector has 10 strings > data1 = one integer > type = one string > > What can we do to improve the speed? > > Thanks > Markus > > -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Scie

[R] examples of use of snow package

2007-09-26 Thread Luke Tierney
. Please let us know the appropriate citation to use. Best, luke -- Luke Tierney Chair, Statistics and Actuarial Science Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Statistics andFax: 319