Re: [Rd] [External] Never exporting .__global__ and .__suppressForeign__?

2024-03-06 Thread Richard M. Heiberger
Ivan, thank you for including me on this thread on R-devel. Please be sure to see the last email in my R-pkg-devel thread on RcmdrPlugin.HH_1.1-48.tar.gz, in which I discuss how I responded to this issue, specifically to my detailed discussion in the RcmdrPlugion.HH/NEWS. Rich > On Mar 6, 20

Re: [Rd] inappropriate warning in latticeExtra

2019-12-06 Thread Richard M. Heiberger
day03 svn rev77513 language R version.string R Under development (unstable) (2019-12-03 r77513) nickname Unsuffered Consequences Rich On Sat, Jun 15, 2019 at 3:13 AM Deepayan Sarkar wrote: > > On Fri, Jun 14, 2019 at 6:42 PM Richard M. Heiberger wrote: > &

Re: [Rd] inappropriate warning in latticeExtra

2019-06-14 Thread Richard M. Heiberger
Yes. You identified it a while ago and Deepayan wrote that he fixed it on r-forge a year ago. It still isn't on cran. On Fri, Jun 14, 2019 at 16:04 Duncan Murdoch wrote: > On 14/06/2019 9:12 a.m., Richard M. Heiberger wrote: > > This is still not repaired in > > R version

Re: [Rd] inappropriate warning in latticeExtra

2019-06-14 Thread Richard M. Heiberger
AM Deepayan Sarkar wrote: > > On Fri, Mar 23, 2018 at 7:58 AM, Richard M. Heiberger wrote: > > The warning message in the last line of this email is incorrect. > > This is behavior which Duncan Murdoch labeled a bug in > >https://stat.ethz.ch/pipermail/r-help/2017-December/

[Rd] inappropriate warning in latticeExtra

2018-03-22 Thread Richard M. Heiberger
The warning message in the last line of this email is incorrect. This is behavior which Duncan Murdoch labeled a bug in https://stat.ethz.ch/pipermail/r-help/2017-December/450494.html This is a fresh install of R-devel (2018-03-21 r74436) R Under development (unstable) (2018-03-21 r74436) -

Re: [Rd] debuggingState() analogous to tracingState() ?

2014-10-02 Thread Richard M. Heiberger
Interesting timing. I could have used this additional control yesterday in class. I am teaching a graduate Statistical Computing class. Last night I went through the symbolic deriviatives (the deriv and D functions) in Section 9.6 of the Blue Book. The D function is recursive. I illustrated it

[Rd] warning in lattice key function

2012-08-15 Thread Richard M. Heiberger
## this example shows a problem in key. tmp <- data.frame(y=rnorm(10), g=rep(ordered(c("A","B")), 5)) bwplot(y ~ g, data=tmp, key=list( text=list(c("A","B"), col=c("blue","red")), points=list(pch=c(17, 16), col=c("blue","red")), space="top", columns=2, border=TRUE,

Re: [Rd] [R] any updates w.r.t. lapply, sapply, apply retaining classes

2011-11-03 Thread Richard M. Heiberger
Mike, On time classes specifically, the lubridate package with documentation Garrett Grolemund, Hadley Wickham (2011). Dates and Times Made Easy with lubridate. Journal of Statistical Software, 40(3), 1-25. http://www.jstatsoft.org/v40/i03/. solves many confusion problems. Does it handle the

[Rd] Rd cross-references ... WARNING in R-2.10.*

2009-12-14 Thread RICHARD M. HEIBERGER
I have observed a difference in behavior of R CMD check in older R vs R-2.10.x on windows. * using R version 2.10.0 (2009-10-26) * using R version 2.10.1 RC (2009-12-14 r50718) 2.10 seems to be looking on the internet for crossreferenced packages. I am not sure why it is looking. The string is n

[Rd] request for additional test in R CMD check

2006-10-17 Thread Richard M. Heiberger
I inadvertently had the same function name defined in two different .R files. Can you add a test for that to the check program and issue a warning? Thanks Rich __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] newly introduced lattice bug

2006-09-30 Thread Richard M. Heiberger
> library(lattice) > xyplot(rnorm(10) ~ rnorm(10) | factor(1:10), layout=c(2,3)) > version _ platform i386-pc-mingw32 arch i386 os mingw32

[Rd] problems in installing packages with R version 2.4.0 alpha (2006-09-05 r39134)

2006-09-11 Thread Richard M. Heiberger
I just downloaded the windows version R version 2.4.0 alpha (2006-09-05 r39134) 1. When I downloaded the packages, the following two were not found. > utils:::menuInstallPkgs() --- Please select a CRAN mirror for use in this session --- dependency ''fCalendar'' is not available dependency ''Spa

Re: [Rd] Two submitted packages

2006-09-05 Thread Richard M. Heiberger
Deepayan wrote: > > xyplot(y ~ x | a, > >data=tmp, ylim=c(1.5,4.5), > >par.settings = list(clip = list(panel = "off")), > >layout=c(2,2)) > > I'm curious to know why this functionality is not enough. ## 1. Here is a more realistic example. tmp <- data.frame(x=1:5, y=1:5

Re: [Rd] enhancement request for labeling help windows in Windows

2006-09-05 Thread Richard M. Heiberger
I am looking at the HTML Help Workshop which I got from wherever your website told me to get it. There is no documentation in the material I have. My guess is that one of the variables in the file "c:/Program Files/HTML Help Workshop/include/htmlhelp.h" needs to be changed. My first guess is t

[Rd] enhancement request for labeling help windows in Windows

2006-09-05 Thread Richard M. Heiberger
I would like to make a formal request for an enhancement. The default help for RGui in 2.4.0dev seems to be the .chm format outside of the RGui frame. Previously the default help was individual windows inside the RGui frame. Every package in R has its own help file and all of them are labeled id

Re: [Rd] Two submitted packages

2006-09-05 Thread Richard M. Heiberger
From: Prof Brian Ripley > There is no '2.4.1', and your R-devel is not very recent. Apologies on the typo and the two-week old 2.4.0dev. I just downloaded version 2.4.0 Under development (unstable) (2006-09-04 r39086) 1. > You set cpv$clip <- "off" and the internal code assumes that it is lo

Re: [Rd] Two submitted packages

2006-09-04 Thread Richard M. Heiberger
## This example runs in R 2.3.1 and does not run in R 2.4.1. I am ## raising it here for two questions: one on how to debug functions ## inside a namespace, the other on how to control clipping. tmp <- data.frame(x=1:5, y=1:5, a=factor(c(1,1,1,1,1), levels=1:4)) xyplot(y ~ x, data=tmp, yli