Re: [R-pkg-devel] Warning when the --as-cran flag is used, not otherwise.

2024-01-16 Thread David Winsemius
Speaking as a potential user of such a package, I wonder if that information could be put in a help page for the entire package? I've seen several packages that do such a "global" overview. I realize there might be a Suggests: entry in the DESCRIPTION file but not everyone knows how to find it

Re: [Rd] hist(..., log="y")

2023-08-06 Thread David Winsemius
I guess my memory was off slightly. Densities are only plotted with freq=TRUE. Still there the ever present conundrum that 0 counts cannot be sensibly represented. Why not: hist( log(x), …) #? In situations where it might make sense. Sent from my iPhone > On Aug 6, 2023, at 9:01 AM, Da

Re: [Rd] hist(..., log="y")

2023-08-06 Thread David Winsemius
hist() is designed so that the total area sums to 1. You should build you desired behavior using a barchart. — David Sent from my iPhone > On Aug 5, 2023, at 11:50 PM, Ott Toomet wrote: > > Sorry if this topic has been discussed earlier. > > Currently, hist(..., log="y") fails with >

Re: [Rd] Recycling in arithmetic operations involving zero-length vectors

2023-01-16 Thread David Winsemius
suggested that many interpretations were possible and that a warning was given for NA generation. I stand with Roland in thinking a warning is appropriate. David Winsemius > > Duncan Murdoch > > __ > R-devel@r-project.org mailing list >

Re: [R-pkg-devel] Package from in imports bioconductor is not compiling on R-devel

2022-05-10 Thread David Winsemius
s://orcid.org/-0002-4883-1247>) Maintainer: Xiuwen Zheng Built: R 4.1.1; x86_64-apple-darwin17.0; 2021-10-27 17:11:51 UTC; unix -- File: /Library/Frameworks/R.framework/Versions/4.1/Resources/library/SNPRelate/Meta/package.rds — David. Sent from my iPhone > On May 10, 2022, at 9:47 P

Re: [Rd] How to get utf8 string using R externals

2021-06-02 Thread David Winsemius
First; you should configure yopu mail client to send plain text. Can you explain what is meant by: the characters are unicodes () instead of utf8 encoding of the korean characters 부실. As far as I can tell those two unicodes _are_ the utf8 encodings of 부실. You may need to consult a couple of R

Re: [Rd] Inconsistency in median()

2021-05-05 Thread David Winsemius
It would almost trivial to make a wrapper tha first captures attributes, runs median, and then returns the Re-attribute-ed value. David. Sent from my iPhone > On May 5, 2021, at 8:29 AM, Gustavo Zapata Wainberg > wrote: > > Hi, thanks Dr. Mächler for your prompt response! > > I agree

Re: [R-pkg-devel] how to address CRAN FAIL on r-devel-windows-x86_64-gcc10-UCRT?

2021-04-07 Thread David Winsemius
On 4/2/21 1:08 PM, David Winsemius wrote: On 4/2/21 4:05 AM, Daniel Kelley wrote: The "oce" package for oceanographic analysis is failing a check on the r-devel-windows-x86_64-gcc10-UCRT system (see https://www.r-project.org/nosvn/R.check/r-devel-windows-x86_64-gcc10-UCRT/oce-00

Re: [R-pkg-devel] how to address CRAN FAIL on r-devel-windows-x86_64-gcc10-UCRT?

2021-04-02 Thread David Winsemius
'm waiting to see whether the aging fortran code generates warnings whenever the UCRT platform gets fired up again. -- David Winsemius maintainer (but neither author or contributor) of "muhaz" Alternatively, if I am advised to fix the problem, I wonder whether there a way for me to

Re: [Rd] replicate evaluates its second argument in wrong environment

2021-02-15 Thread David Winsemius
On 2/15/21 1:10 PM, Hadley Wickham wrote: This is a nice example of the motivation for tidy evaluation — since enquo() captures the environment in which the promise should be evaluated, there's no need for an additional explicit argument. library(rlang) replicate2 <- function (n, expr,

Re: [Rd] Allowing S3 methods of rounding functions to take `...`

2021-01-29 Thread David Winsemius
On 1/28/21 10:56 PM, Abby Spurdle wrote: I've been writing functions for block matrices and more generally, arrays of matrices. Presumably, the default transpose operation would transpose everything. But there are situations where one might want to transpose the top-level matrix (of

Re: [Rd] CRAN metadata broken?

2020-09-15 Thread David Winsemius
On 9/11/20 6:03 AM, Gábor Csárdi wrote: E.g. in https://cran.r-project.org/bin/macosx/contrib/4.0/PACKAGES there is Package: stringi Version: 1.5.3 but there is no such binary at https://cran.r-project.org/bin/macosx/contrib/4.0/ Using my browser I found:

Re: [R-pkg-devel] MacOS flat namespace

2020-05-07 Thread David Winsemius
On 5/7/20 7:37 AM, Fabio Corradini Santander wrote: > Hi, > Thank you both very much for your help. Summarizing your comments: > 1. There were no problems when installing the package from CRAN on a macOS > Catalina with clang11 and R 4.0.0. > 2. Since I don't use any of the objects directly, it

Re: [R-pkg-devel] Need help testing for Apple

2020-03-11 Thread David Winsemius
> On Mar 11, 2020, at 11:39 AM, Neal Fultz wrote: > > Hello, > > I am working on a package that does terminal graphics for hterm, but iterm2 > should work too; if you have an apple computer with iterm2, could you > please help test it for me? > > Installation: > >

Re: [Rd] dput()

2020-02-29 Thread David Winsemius
On 2/28/20 11:42 PM, Rui Barradas wrote: Hello, FAQ 7.31 See also this StackOverflow post: https://stackoverflow.com/questions/9508518/why-are-these-numbers-not-equal That was going to be my initial response, but then I realized that the question might be why the dput representation

Re: [R-pkg-devel] pdflatex is not available

2019-12-13 Thread David Winsemius
I thought TexLive is the usual place to get pdflatex. Appears I am not the only one who thinks that. https://askubuntu.com/questions/1161821/pdflatex-not-found-while-installing-r-software-on-ubuntu-19-04 -- David. On 12/13/19 4:06 PM, Cathy Lee Gierke wrote: Does anyone know why I might

Re: [R-pkg-devel] winbuilder fails for package depending on rJava

2019-10-30 Thread David Winsemius
On 10/30/19 3:46 AM, Duncan Murdoch wrote: On 29/10/2019 7:23 p.m., David Winsemius wrote: On 10/29/19 2:12 PM, Jeff Newmiller wrote: Once again, you can color me mystified. Are you reading logs not referred to in this email thread? Hi Jeff; I suppose am reading else. I ran: maintainer

Re: [R-pkg-devel] winbuilder fails for package depending on rJava

2019-10-29 Thread David Winsemius
ing to me), and did not match the name of the OP. So I was (and am) puzzled that  Kevin was using win-builder on rJava. -- David. On October 29, 2019 12:28:59 PM PDT, David Winsemius wrote: On 10/29/19 12:22 PM, Jeff Newmiller wrote: I suspect David did not read the subject line. Thi

Re: [R-pkg-devel] winbuilder fails for package depending on rJava

2019-10-29 Thread David Winsemius
conductor packages or CRAN packages. -- David. > > [1] https://win-builder.r-project.org/ > > On October 29, 2019 9:28:23 AM PDT, David Winsemius > wrote: >> On 10/29/19 4:48 AM, Kevin Kuo wrote: >>> Seems like all rev deps of rJava are failing Windows checks with

Re: [R-pkg-devel] winbuilder fails for package depending on rJava

2019-10-29 Thread David Winsemius
On 10/29/19 4:48 AM, Kevin Kuo wrote: Seems like all rev deps of rJava are failing Windows checks with the same error. Might be a Java architecture mismatch issue? Copied from the rJava GitHub page: == Bug reports Please userJava GitHub issues page

Re: [Rd] point size in svg

2019-06-19 Thread David Winsemius
On 6/19/19 8:19 AM, Spencer Graves wrote: Hello, All:   I'm unable to control the font size in plots to svg. Consider the following: svg('cex-svg.svg') cex. <- 5 plot(1:2, cex.axis=cex.) text(1:2, 1:2, c('as', 'DF'),   cex=cex.) dev.off()   When I open this in Gimp

Re: [R-pkg-devel] What to do when a dependency falls off CRAN

2019-03-25 Thread David Winsemius
application doesn't require the maxent algorithm. Most of the RTextTools package is R code. -- David Winsemius On 3/24/19 1:00 PM, Neal Fultz wrote: One of my clients has a shiny app which depends on RTextTools, which was dropped from CRAN for lack of maintenance. What would you all

Re: [Rd] code for sum function

2019-02-21 Thread David Winsemius
On 2/20/19 2:55 PM, Rampal Etienne wrote: Dear Tomas, Where do I find these files? Do they contain the code for the sum function? Yes. https://svn.r-project.org/R/trunk/ David What do you mean exactly with your point on long doubles? Where can I find documentation on this? Cheers,

Re: [Rd] odd behavior of names

2018-07-29 Thread David Winsemius
64-bit) > > > > -- > Statistics & Software Consulting > GKX Group, GKX Associates Inc. > tel: 1-877-GKX-GROUP > email: ggrothendieck at gmail.com > > ______ > R-devel@r-project.org mailing list > https://stat.ethz.

Re: [R-pkg-devel] Puzzled by delay in getting version update on CRAN

2018-05-22 Thread David Winsemius
please submit that version again? > Thanks for the reply. I will do so in a couple of days when I get back to my development box. Best; David. > Best, > Uwe > > > On 22.05.2018 13:20, David Winsemius wrote: >> I'm wondering if I should have gotten an error r

[R-pkg-devel] Puzzled by delay in getting version update on CRAN

2018-05-22 Thread David Winsemius
: === Package Information: Package: muhaz Version: 1.2.7 Title: Hazard Function Estimation in Survival Analysis Author(s): S original by Kenneth Hess, <kh...@odin.mdacc.tmc.edu> R port by R. Gentleman Maintainer: David Winsemius <dwinsem...@co

Re: [Rd] embeded R application on Windows prints broken character.

2018-04-26 Thread David Winsemius
0f17fd7914f > Randy > > [[alternative HTML version deleted]] > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel David Winsemius Alameda, CA, USA 'Any technology distingui

Re: [Rd] strange warning: data() error?

2018-04-16 Thread David Winsemius
> On Apr 16, 2018, at 3:20 PM, David Winsemius <dwinsem...@comcast.net> wrote: > >> >> On Apr 16, 2018, at 2:58 PM, Therneau, Terry M., Ph.D. via R-devel >> <r-devel@r-project.org> wrote: >> >> A user asked me about this and I can't fig

Re: [Rd] strange warning: data() error?

2018-04-16 Thread David Winsemius
ack.loss’ not found So I guess the message is don't feel picked upon. It seems to be an infelicity shared by many other datasets even those in the canonical 'datasets' package. > > Terry T. > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel David Winsemius Alameda, CA, USA 'Any technology distinguishable from magic is insufficiently advanced.' -Gehm's Corollary to Clarke's Third Law __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] alpha transparency doesn't work for lines when xpd=TRUE

2018-04-16 Thread David Winsemius
xt. > > ______ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel David Winsemius Alameda, CA, USA 'Any technology distinguishable from magic is insufficiently advanced.' -Gehm's Corollary to Clarke's Third Law __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] lm considers removed predictors when finding complete cases

2017-12-19 Thread David Winsemius
ugués > Assistant professor > Department of Statistics > Carlos III University of Madrid > > Office: 7.3.J21 (Leganés) > Phone: (+34) 91624 8836 > > [[alternative HTML version deleted]] > > __ > R-devel@r-project.

Re: [Rd] Array changing address unexpectedly

2017-11-12 Thread David Winsemius
ddress(data) for(x in 1:5) { data[x] <- as.integer(0) } if (add == address(data)) { print("Address did not change") } else { print("Address changed") } # changes in both situations. > > Thank you! >

Re: [Rd] what do you think about write.table(... qmethod = "excel")?

2017-09-20 Thread David Winsemius
110092" > [5] "\"The \"\"Washington, DC\"\"\",1.4712331168047" >> x2 <- read.table(fn, sep = ",", header = TRUE, stringsAsFactors = FALSE) >> all.equal(x1,x2) > [1] TRUE > > I already see one problem, that I've got no special arrangement for > column names wit

Re: [Rd] Natural vs National in R signon banner?

2017-09-01 Thread David Winsemius
ational' instead of 'Natural'? >>>>>> Meaning that LOCALE support is enabled, not that the interface >>>>>> understands >>>>>> human language? >>>>>> >>>>>> >>>>>> No, "natural lang

Re: [Rd] wish list: generalized apply

2016-12-08 Thread David Winsemius
A[,,i], x[,i] , b[i] )} ) Or: result <- sapply( seq.int( dim(A)[3] ) , function(i) { f1( A[,,i], x[,i] , b[i] )} ) (I doubt it will be any faster, but if 'i' is large, parallelism might help. The inner function appears to be fairly efficient.) -- David Winsemius Alameda, CA, USA __

Re: [Rd] Undocumented 'use.names' argument to c()

2016-09-21 Thread David Winsemius
> R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel David Winsemius Alameda, CA, USA __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] "plot.ts" doesn't respect the value of "pch" (+ blocked from Bugzilla signups)

2016-08-25 Thread David Winsemius
x86_64 > os darwin15.5.0 > system x86_64, darwin15.5.0 > status > major 3 > minor 3.1 > year 2016 > month 06 > day 21 > svn rev70800 > language R > version.string R version

Re: [Rd] Suggestion: pdf.options(embed=TRUE)

2016-05-31 Thread David Winsemius
t for email list memberships. To write directly, > address me at pauljohn > at ku.edu. > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel David Winsemius Alameda, CA, USA ___

Re: [Rd] Is it possible to retrieve the last error? (not error *message*)

2016-05-04 Thread David Winsemius
ode for the exposed `traceback` > I'm wondering if this delivers what you expect: .traceback()[1] > Thanks, > > Henrik > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel David Winsemi

Re: [Rd] R-3.2.5 Mac OS X package

2016-05-02 Thread David Winsemius
ng the 3.3.0 RC for a while with only relative minor and mostly expected difficulties relating to packages that have external dependencies. > > Mick Jordan > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/

Re: [Rd] R-3.2.4 Mac/Linux different in < on characters

2016-03-11 Thread David Winsemius
ystems, LC_COLLATE/LC_CTYPE/LANG are set to en_US.UTF-8 > > In Java,FWIW, I get the Mac answer if I use String.compareTo and the Linux > answer if I use Collator.compareTo, but the result is consistent on Mac and > Linux. > > Mick Jordan > > _

Re: [Rd] In plot.ts, las=1 applies to ylab with multiple series and not to axis labels

2016-02-01 Thread David Winsemius
o() >> R version 3.2.3 (2015-12-10) >> Platform: x86_64-apple-darwin13.4.0 (64-bit) >> Running under: OS X 10.11.2 (El Capitan) > > > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel David Winsemius Alameda, CA, USA __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Hidden files problem in R CMD check

2015-09-26 Thread David Winsemius
run on one or more >>directories, or compressed package 'tar' archives with extension >>'.tar.gz', '.tgz', '.tar.bz2' or '.tar.xz'. >> >> It is strongly recommended that the final checks are run on a 'tar' >> archive prepared by 'R CM

Re: [Rd] bquote/evalq behavior changed in R-3.2.1

2015-07-15 Thread David Winsemius
[[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel David Winsemius Alameda, CA, USA __ R-devel@r-project.org mailing list https

Re: [Rd] Expected error with help.search in R 3.2.0

2015-06-14 Thread David Winsemius
On Jun 13, 2015, at 10:59 PM, Berend Hasselman wrote: On 14-06-2015, at 06:47, David Winsemius dwinsem...@comcast.net wrote: Using the Mavericks/Yosemite version of R 3.2.0, I see this: utils::help.search(linear models) Error in help(db[i, topic], package = db[i, Package], lib.loc

[Rd] Expected error with help.search in R 3.2.0

2015-06-13 Thread David Winsemius
`help.search` calls `help`. Tracing help is unrevealing. The first call to `help` throws the error and the call looks exactly like the calls in R 3.1.2 -- David Winsemius Alameda, CA, USA __ R-devel@r-project.org mailing list https://stat.ethz.ch

Re: [Rd] Why my messages are filtered from the list?

2015-05-28 Thread David Winsemius
it without even looking at it. I do not see any posting from your address in the Archives for May or April. [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel David Winsemius

Re: [Rd] Why my messages are filtered from the list?

2015-05-28 Thread David Winsemius
? If so - big apology. Yes they were, to r-devel. Just not the r-help mailing list Archive I looked in. Sorry for my noise, too. -- David. Regards, Ivan On Fri, May 29, 2015 at 12:43 AM David Winsemius dwinsem...@comcast.net wrote: On May 28, 2015, at 9:11 PM, Ivan Popivanov wrote

Re: [Rd] parallel::detectCores(TRUE) gives: Error in system(cmd, TRUE) : error in running command

2014-08-22 Thread David Winsemius
parallel::detectCores(TRUE) [1] 8 sessionInfo() R version 3.1.0 Patched (2014-04-21 r65431) Platform: x86_64-apple-darwin10.8.0 (64-bit) -- david. David Winsemius Alameda, CA, USA __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman

Re: [Rd] Historical NA question

2014-05-06 Thread David Winsemius
E-mail: hpa...@fhcrc.org Phone: (206) 667-5791 Fax:(206) 667-1319 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel David Winsemius Alameda, CA, USA __ R-devel@r

Re: [Rd] [RFC] A case for freezing CRAN

2014-03-20 Thread David Winsemius
. __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel David Winsemius Alameda, CA, USA __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] [R] freetype 2.5.2, problem with the survival package, build R 2.15.x with gcc 4.8.x

2013-12-13 Thread David Winsemius
-guide.html and provide commented, minimal, self-contained, reproducible code. David Winsemius Alameda, CA, USA __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] [R] freetype 2.5.2, problem with the survival package, build R 2.15.x with gcc 4.8.x

2013-12-13 Thread David Winsemius
. __ r-h...@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. David Winsemius Alameda, CA, USA

[Rd] Suggestion for help page for ?plotmath

2013-11-03 Thread David Winsemius
. Add: Digits entered as text will be affected by bold, italic and bolditalic. The paste function in plotmath does not have a 'sep' argument, and if any value other than sep= is used with paste, that text will appear at the end of the plotted expression. -- David Winsemius Alameda, CA, USA

Re: [Rd] read.table() with quoted integers

2013-10-01 Thread David Winsemius
/listinfo/r-devel -- Joshua Ulrich | about.me/joshuaulrich FOSS Trading | www.fosstrading.com __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel David Winsemius Alameda, CA, USA

Re: [Rd] broken link in docs for Binormial functions

2013-08-10 Thread David Winsemius
://projects.scipy.org/scipy/raw-attachment/ticket/620/loader2000Fast.pdf‎ As Berners-Lee says, URIs should be permanent Kind regards, Seán [[alternative HTML version deleted]] -- David Winsemius Alameda, CA, USA __ R-devel@r

[Rd] Documentation request Re: [R] recode categorial vars into binary data

2013-05-13 Thread David Winsemius
(L3, 10, replace = TRUE)) -- David Winsemius Alameda, CA, USA __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] mean.data.frame: R 3.0.0 help page wrong?

2013-03-26 Thread David Winsemius
is not numeric or logical: returning NA I read in news(): o mean() for data frames and sd() for data frames and matrices are defunct. Shouldn't the help page be amended? -- David Winsemius Alameda, CA, USA __ R-devel@r-project.org mailing list

Re: [Rd] Bugs due to naive copying of list elements

2013-03-12 Thread David Winsemius
A-mapply(f,c(1,2,3),c(4,5,6),SIMPLIFY=FALSE) print(A); force(A) [[1]] [1] 2 [[2]] [1] 2 [[3]] [1] 2 [[1]] [1] 2 [[2]] [1] 2 [[3]] [1] 2 X[1]-99 print(A) [[1]] [1] 99 [[2]] [1] 99 [[3]] [1] 99 Similar bugs exist in eapply, rapply, and vapply. -- David Winsemius Alameda, CA, USA

Re: [Rd] Recommended way to call/import functions from a Suggested package

2013-02-22 Thread David Winsemius
/listinfo/r-devel David Winsemius Alameda, CA, USA __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Recommended way to call/import functions from a Suggested package

2013-02-22 Thread David Winsemius
On Feb 22, 2013, at 6:39 PM, David Winsemius wrote: On Feb 22, 2013, at 6:13 PM, Hadley Wickham wrote: Hi Davor, To the best of my knowledge, there's only one way to use functions from a suggested package: with require: if (require(suggested_package

Re: [Rd] Mac v Windows Mystery

2013-01-30 Thread David Winsemius
mailing list https://stat.ethz.ch/mailman/listinfo/r-devel David Winsemius, MD Alameda, CA, USA __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] R CMD SHLIB error bad value (core2) for -mtune= switch

2012-10-23 Thread David Winsemius
://stat.ethz.ch/mailman/listinfo/r-devel -- David Winsemius, MD Alameda, CA, USA __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Convenience function to get unevaluated ... function arguments

2012-07-25 Thread David Winsemius
-biostatistics/pdb-ncb-home.htm __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel David Winsemius, MD Heritage Laboratories West Hartford, CT __ R-devel@r-project.org mailing

Re: [Rd] read.spss issues

2012-02-15 Thread David Winsemius
match up variables with factor levels for all variables. For big datasets, there might be only a few edits needed to throw out duplicates and save a lot of typing errors. -- David Winsemius, MD West Hartford, CT __ R-devel@r-project.org mailing list

Re: [Rd] Command completion of the R binary / Ubuntu: result

2012-01-11 Thread David Winsemius
anything to do with R - Deepayan told me that as far as he knows, only Debian (and Ubuntu) have it, so R-sig-debian is the appropriate mailing list. Deepayan moved the discussion there. Thanks. Have a nice day, Claudia David Winsemius, MD West Hartford, CT

Re: [Rd] Non-free packages in R-Forge

2011-11-18 Thread David Winsemius
that are discernable from your writings. That is all. - Jordi G. H. David Winsemius, MD West Hartford, CT __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Error message library()

2011-10-28 Thread David Winsemius
. On a Mac with R.app the same facility exists which I how I check to see if a package is available in one of four forms (mac-binary, mac- source, Bioc-binary, Bioc-source). -- David Winsemius, MD West Hartford, CT __ R-devel@r-project.org mailing

Re: [Rd] repeatable segfault

2011-09-05 Thread David Winsemius
[R.app GUI 1.41 (5874) i386-apple-darwin9.8.0] David Winsemius On Sep 6, 2011, at 12:12 AM, robin hankin wrote: Hi. macosx 10.6.8 With R-2.13.1 and also revision 56948 I get the following repeatable segfault: wt118:~% R --vanilla --quiet R.Version() $platform [1] x86_64-apple-darwin9.8.0

Re: [Rd] 'data.frame' method for base::rep()

2011-08-03 Thread David Winsemius
On Aug 3, 2011, at 2:45 AM, Liviu Andronic wrote: Hello David On Tue, Aug 2, 2011 at 4:14 PM, David Winsemius dwinsem...@comcast.net wrote: x - data.frame(a = as.Date('2000-01-01'), b=as.Date('2001-01-01')) x$d - x$a -x$b require(mefa) rep(x, 2) a bd 1 2000-01-01

Re: [Rd] 'data.frame' method for base::rep()

2011-08-02 Thread David Winsemius
with fewer potential side-effects, I am not sure a new method is needed. -- David. Please le t me know what you think. Regards Liviu [1] http://finzi.psych.upenn.edu/R/library/mefa/html/rep.data.frame.html [2] http://cran.at.r-project.org/web/packages/mefa/index.html -- David Winsemius, MD

Re: [Rd] R checks links broken

2011-07-30 Thread David Winsemius
__ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel David Winsemius, MD West Hartford, CT __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] apply() returning a list?

2011-07-20 Thread David Winsemius
Probably no one thought it was that difficult to type the more concise and equally expressive: as.list(apply(x, 1, sum)) [[1]] [1] 22 [[2]] [1] 26 [[3]] [1] 30 -- David Winsemius, MD West Hartford, CT __ R-devel@r-project.org mailing list https

Re: [Rd] [datatable-help] speeding up perception

2011-07-05 Thread David Winsemius
WWW: http:// www.stat.uiowa.edu__ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel David Winsemius, MD West Hartford, CT __ R-devel@r-project.org mailing list

Re: [Rd] Compilation error Mac binary

2011-06-29 Thread David Winsemius
-devel David Winsemius, MD West Hartford, CT __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Recursive objects

2011-05-05 Thread David Winsemius
Sloan-Kettering Cancer Center | Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel David Winsemius, MD West Hartford, CT

Re: [Rd] R limits documented?

2011-02-11 Thread David Winsemius
-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel David Winsemius, MD West Hartford, CT __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] R limits documented?

2011-02-11 Thread David Winsemius
On Feb 11, 2011, at 8:46 PM, Simon Urbanek wrote: On Feb 11, 2011, at 8:45 PM, Simon Urbanek wrote: On Feb 11, 2011, at 7:55 PM, David Winsemius wrote: On Feb 11, 2011, at 7:09 PM, Dominick Samperi wrote: Is there documentation on R limits? That is, max matrix size, etc.? Diagnostics

[Rd] Indexing request

2011-01-06 Thread David Winsemius
for the month abbreviations, failing to hit the right name 4 times and then failing 3 more times on variations of what I remembered to be the name of that page and finally ended up typing: ?letters -- David Winsemius, MD West Hartford, CT __ R-devel@r

Re: [Rd] $- fails (invalid subscript type 'language')

2010-10-24 Thread David Winsemius
whereas the [ function does. And the documentation is quite clear about that distinction. -- David Winsemius. This happens even before the method is dispatched. I can not handle the name argument in my S4 method, because it's not even entered. Thanks, Vitalie

Re: [Rd] library verbose option doesn't stop Loading required package XYZ

2010-10-20 Thread David Winsemius
-around is to make packages Suggested instead of Required, but this introduces other issues. Thanks, Dominick [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel David

Re: [Rd] Crash report: regexpr(a{2-}, )

2010-09-21 Thread David Winsemius
On Sep 21, 2010, at 11:04 PM, Henrik Bengtsson wrote: Each of the following calls crash (core dumps) R (R --vanilla) on various versions and OSes: regexpr(a{2-}, ) sub(a{2-}, ) gsub(a{2-}, ) EXAMPLES: sessionInfo() R version 2.11.1 Patched (2010-09-16 r52949) Platform: i386-pc-mingw32

Re: [Rd] Crash report: regexpr(a{2-}, )

2010-09-21 Thread David Winsemius
and gsub? -- David. Either way, the crash is there, at on least Windows and Linux. /Henrik On Tue, Sep 21, 2010 at 8:43 PM, David Winsemius dwinsem...@comcast.net wrote: On Sep 21, 2010, at 11:04 PM, Henrik Bengtsson wrote: Each of the following calls crash (core dumps) R (R --vanilla

Re: [Rd] [R] scalable delimiters in plotmath

2010-09-13 Thread David Winsemius
On Sep 12, 2010, at 11:38 PM, Paul Murrell wrote: Hi [shifting to r-devel] On 13/09/2010 8:43 a.m., David Winsemius wrote: On Sep 12, 2010, at 4:11 PM, Paul Murrell wrote: Hi On 13/09/2010 7:57 a.m., baptiste auguie wrote: Oh, right I see. I was completely off then. Maybe it's not so