Re: [Rd] Building R-patched and R-devel fails

2016-04-18 Thread peter dalgaard
; >>> Cheers, >>> >>>Berwin >>> >>> __ >>> R-devel@r-project.org mailing list >>> https://stat.ethz.ch/mailman/listinfo/r-devel >>> >> >> > > ___

Re: [Rd] sys.function(0)

2016-03-28 Thread peter dalgaard
:08 , Mick Jordan <mick.jor...@oracle.com> wrote: > > A related question is why are sys.parent/parent.frame so permissive in their > error checking? E.g: > > > sys.parent(-1) > [1] 0 > > sys.parent(-2) > [1] 0 > > sys.parent(1) > [1] 0 > > sys.p

Re: [Rd] sys.function(0)

2016-03-27 Thread peter dalgaard
ly, it won't work to document the "which" argument identically for all three functions... -pd > > Mick Jordan > > > [[alternative HTML version deleted]] > > ______ > R-devel@r-project.org mailing list > https://

Re: [Rd] summary( prcomp(*, tol = .) ) -- and 'rank.'

2016-03-25 Thread peter dalgaard
> On 25 Mar 2016, at 10:08 , Jari Oksanen <jari.oksa...@oulu.fi> wrote: > >> >> On 25 Mar 2016, at 10:41 am, peter dalgaard <pda...@gmail.com> wrote: >> >> As I see it, the display showing the first p << n PCs adding up to 100% of >> the

Re: [Rd] summary( prcomp(*, tol = .) ) -- and 'rank.'

2016-03-25 Thread peter dalgaard
I think I would want to see (possibly in addition) proportions >>> with respect to the full variance and not just to the variance >>> of those few components selected. >>> >>> Opinions? >>> >>> Martin Maechler >>> ETH Zurich >>&

Re: [Rd] Regression in strptime

2016-03-15 Thread peter dalgaard
incorrect. It's R-3.2.4-patched for a couple more days. Branching for R-3.3.x happens on Thursday. But R-devel snapshots will be of the same thing until then. -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Pho

Re: [Rd] Regression in strptime

2016-03-12 Thread peter dalgaard
1 CET" "1952-01-01 CET" "1936-01-01 CET" [57] "1967-01-01 CET" "1925-01-01 CET" "1980-01-01 CEST" "1930-01-01 CET" [61] "1999-01-01 CET" "1965-01-01 CET" "1903-01-01 CET" "1942-01-01 CET&qu

Re: [Rd] Regression in strptime

2016-03-12 Thread peter dalgaard
n of the "Olson database" is installed. > > Mick Jordan > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Busines

Re: [Rd] rmultinom.c error probability not sum to 1

2016-03-10 Thread peter dalgaard
Prob_tot: 1.017084 > Error: rbinom: probability sum should be 1, but is 0.948075 > > Maybe I miss some trivial C knowledge why this is not exactly one! > > Thanks in advance! > > Regards, > Maarten > > From: peter dalgaard [pda...@gm

Re: [Rd] Problem building R-3.2.4

2016-03-10 Thread peter dalgaard
s in the > Makefile.in. Seems like $r has resolved to empty leading to the command "m -f > liblzma.a" > > Mick Jordan > > ______ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center fo

Re: [Rd] rmultinom.c error probability not sum to 1

2016-03-10 Thread peter dalgaard
more details on my linux build if necessary.) > > > > [[alternative HTML version deleted]] > > ______ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Busines

Re: [Rd] Problem installing R-devel data 4 March 2016.

2016-03-05 Thread peter dalgaard
stics > University of Auckland > Phone: +64-9-373-7599 ext. 88276 > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business Sc

Re: [Rd] as.vector in R-devel loaded 3/3/2016

2016-03-04 Thread peter dalgaard
uments: x, mode >> Use showMethods("as.vector") for currently available ones. >> >> The code from R3.2.3 is >>> as.vector >> function (x, mode = "any") >> .Internal(as.vector(x, mode)) >>

Re: [Rd] Source code of early S versions

2016-03-01 Thread peter dalgaard
age than dinosaur? (Some portion of this must be a fortune candidate!) -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd@cbs.dk Priv: pda...@gmail.com _

Re: [Rd] Unable to Install Packages from Binaries on Windows for R 3.2.3

2016-02-27 Thread peter dalgaard
ws/contrib/3.2/ seems to be corrupted > (0 KB), and this could be the issue. It's at 202K now in both places. Perhaps just retry? -pd > > [[alternative HTML version deleted]] > > __ > R-devel@r-project.org mailing list > h

Re: [Rd] problem submitting R bug; bug plotting in tiling window manager

2016-02-25 Thread peter dalgaard
h that my > Bugzilla account had been disabled by a human. > > "Common pattern is to post ... something copied from a generic bug > report" - that sounds very annoying. > > Frederick > > On Sun, Feb 07, 2016 at 11:54:11AM +0100, peter dalgaard wrote: >&g

Re: [Rd] iconv to UTF-16 encoding produces error due to embedded nulls (write.table with fileEncoding param)

2016-02-25 Thread peter dalgaard
l, so it would be a lot > easier to write a Unix-style file on Windows. > > I think either the first or third possibilities will take too much time for > me to attempt them before 3.3.0. I'm not sure about the second one yet. > > Duncan Murdoch > > __

Re: [Rd] R Package Installation Ignores libPaths Setting

2016-02-20 Thread peter dalgaard
> [3] "/usr/lib/R/site-library" "/usr/lib/R/library" > > Is there some other crucial information which I have missed ? > > -- > Dario Strbenac > PhD Student > University of Sydney > Camperdown NSW 205

Re: [Rd] should `data` respect default.stringsAsFactors()?

2016-02-19 Thread peter dalgaard
of > "factor". > > R> myiris<-read.table("data/myiris.tab",header=TRUE,as.is=FALSE) > R> class(myiris$Species) > [1] "factor" > > So it seems like adding as.is = FALSE to the call in the documentation > would clear this up. > >> In m

Re: [Rd] should `data` respect default.stringsAsFactors()?

2016-02-18 Thread peter dalgaard
_ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd@cbs.dk Priv: pda...@gmail.co

Re: [R-pkg-devel] Namespace error

2016-02-17 Thread peter dalgaard
ertise of others out, but there's a blurry line towards doing 3rd party maintainers' work for them.) -pd > > Gabor > >> Duncan Murdoch > [...] > > __ > R-package-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-package-

Re: [Rd] something wrong in package submission procedure/website

2016-02-08 Thread peter dalgaard
irector > 1541 Lilac Lane, Room 504 Center for Research Methods > University of Kansas University of Kansas > http://pj.freefaculty.org http://crmda.ku.edu > > __ > R-devel@r-project.org mailing list > https://

Re: [Rd] problem submitting R bug; bug plotting in tiling window manager

2016-02-08 Thread peter dalgaard
nnoyed human... ;-) We might still consider rephrasing it though. -pd > > "Common pattern is to post ... something copied from a generic bug > report" - that sounds very annoying. > > Frederick > > On Sun, Feb 07, 2016 at 11:54:11AM +0100, peter dalgaard

Re: [Rd] Apparent bug in summary.data.frame() with columns of Date class and NA's present

2016-02-08 Thread peter dalgaard
ttribute later in the code, if present in the vector that > results from summary.Date(). > 3. Modify the code in summary.Date() so that it mimics the approach in > summary.default() relative to storing the NA count. > > It is important to note that summary.POSIXct() has code similar

Re: [Rd] problem submitting R bug; bug plotting in tiling window manager

2016-02-07 Thread peter dalgaard
e system have done, so you were blocked. >>>>> >>>>> I have read the first line of your bug report, and it says " I'm not >>>>> sure if this is a bug with i3 or R ". If you're not sure if it's a bug >>>>> or not, then please post to R-devel. That's a moderated list so if t

Re: [Rd] Assignment in environment

2016-02-07 Thread peter dalgaard
s is a parser problem. Umm, no... The canonical semantics are that foo(x)[[]] <- bar is internally converted to *tmp* <- foo(x) *tmp*[[]] <- bar x <- `foo<-`(x, *tmp*) so both foo() and `foo<-` are required. -- Peter Dalgaard, Professor, Center for Statisti

Re: [Rd] R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"

2016-01-01 Thread peter dalgaard
./../bin/R --vanilla --slave >>> @@ -167,7 +167,7 @@ >>> initial: 1/1,0, assert 0 >>> initial: 0/0, assert 0 >>> initial: 0/0, assert 0 >>> - final state 30370718 >>> + final state 110cba530 >>> tre_compile: parsing '(^|[^%])(%%)*%V' >>&g

Re: [R-pkg-devel] Namespace: summary of all undefined globals

2015-12-22 Thread peter dalgaard
t; possible problems) ? Is there a way to get it from R 3.2.3 ? > > Thanks in advance, > > Patrick > > ______ > R-package-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-package-devel -- Peter Dalgaard, Professor, Center

Re: [Rd] Assistance much appreciated

2015-12-17 Thread peter dalgaard
ine starting 'Package: tools ...' is malformed! >>>> tools:::makeLazyLoadDB(e, file.path(destDir, "sysdata"), compress = >>> compress) >>> Error: Line starting 'Package: tools ...' is malformed! >>>> >>> >>> So, at the end - my gut-feeling is that the er

Re: [Rd] Assistance much appreciated

2015-12-17 Thread peter dalgaard
> On 17 Dec 2015, at 19:58 , Michael Felt <aixto...@gmail.com> wrote: > > On 2015-12-17 19:30, peter dalgaard wrote: >> Presumably the file in question is one of >> >> Peter-Dalgaards-MacBook-Air:BUILD pd$ grep -r "^Package: tools" * >> librar

Re: [Rd] R_PROFILE_USER

2015-12-05 Thread peter dalgaard
y profile user ? Umm, it said that it loaded .Rprofile, not Rprofile.R. Any chance that you have similar code in two places? (~/.Rprofile and ./.Rprofile being the most obvious suspects). -pd > > Thank you. > -- > > google.com/+arnaudgabourygabx > > _

Re: [Rd] compile question

2015-11-27 Thread peter dalgaard
On 27 Nov 2015, at 16:26 , Michael Felt <aixto...@gmail.com> wrote: > On 2015-11-26 17:15, peter dalgaard wrote: >> If you do want to play with maintainer-mode, first check out >> >> https://developer.r-project.org/R-build-prerelease >> >> it is wh

Re: [Rd] compile question

2015-11-26 Thread peter dalgaard
015-11-23 23:43, peter dalgaard wrote: >>> On 23 Nov 2015, at 22:30 , aixtools<aixto...@gmail.com> wrote: >>> >>>> ./configure --enable-maintainer-mode ... >> Two things here >> >> - possibly irrelevant, but I'd avoid building in the sour

Re: [Rd] compile question

2015-11-23 Thread peter dalgaard
n on mantainer mode. You are not a maintainer, and if you want to play at being one, I think you need extra tools. -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd@cbs.dk

Re: [Rd] Major Platform Discrepancies

2015-11-03 Thread peter dalgaard
. -pd > > Regards, > Joseph Wood > > [[alternative HTML version deleted]] > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics,

Re: [Rd] R CMD BATCH vs R CMD batch

2015-10-29 Thread peter dalgaard
-in works: Peters-iMac:~ pd$ test -x `R RHOME`/bin/INSTALL ; echo $? 0 Peters-iMac:~ pd$ test -x `R RHOME`/bin/UNSTALL ; echo $? 1 Peters-iMac:~ pd$ test -x `R RHOME`/bin/install ; echo $? 0 -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads

Re: [Rd] read.table reads "i" as NA_complex_

2015-10-07 Thread peter dalgaard
nii\niii\niv\n"))) > 'data.frame': 4 obs. of 1 variable: >$ V1: Factor w/ 4 levels "i","ii","iii",..: 1 2 3 4 > > Is this intended? It surprised me. > > Bill Dunlap > TIBCO Software > wdunlap tibco.com > > [[alter

Re: [R-pkg-devel] Using the correct R binary in configure script

2015-09-26 Thread peter dalgaard
/Library/Frameworks/R.framework/Resources (I'm not sure that it is actually supposed to work, but apparently R CMD foo executes 'foo' in the same environment as R CMD check et al.) -pd -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Fre

Re: [Rd] No new daily R-devel tarball since r69202?

2015-09-05 Thread peter dalgaard
and greetings, > Rainer Hurling > > > [1] https://stat.ethz.ch/R/daily/R-devel.tar.gz > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistic

Re: [Rd] No new daily R-devel tarball since r69202?

2015-09-05 Thread peter dalgaard
> On 05 Sep 2015, at 13:54 , Rainer Hurling <rhur...@gwdg.de> wrote: > > Am 05.09.2015 um 10:18 schrieb peter dalgaard: >> >>> On 05 Sep 2015, at 08:28 , Rainer Hurling <rhur...@gwdg.de> wrote: >>> >>> Is there any reason that the R-de

Re: [Rd] Has the changelog for R-devel and R-patched moved?

2015-09-01 Thread peter dalgaard
devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd@cbs.dk Priv: pda...@gmail.com __

Re: [Rd] Bug in rank with utf8?

2015-08-14 Thread peter dalgaard
. -pd -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd@cbs.dk Priv: pda...@gmail.com __ R-devel@r-project.org mailing list https

Re: [Rd] capture.output() duplicates last line unless newline (R-devel bug)

2015-08-14 Thread peter dalgaard
https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd@cbs.dk Priv: pda...@gmail.com

Re: [Rd] Bug in rank with utf8?

2015-08-13 Thread peter dalgaard
-- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd@cbs.dk Priv: pda...@gmail.com __ R-devel@r-project.org mailing list https

Re: [R-pkg-devel] Setting up R-devel in Linux Mint 17.1 64-bit

2015-07-21 Thread peter dalgaard
their own mailing lists, full of people that know about stuff. We do not want to duplicate their content here, possibly with lesser competence. Plus, it clogs up the archives of _this_ list. -pd -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3

Re: [Rd] ' --enable-R-shlib' problem when setting up R-devel in Linux Mint 17.1 64-bit

2015-07-21 Thread peter dalgaard
to investigate how R is built from sources, see for instance: http://community.linuxmint.com/tutorial/view/1822 -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd@cbs.dk Priv: pda...@gmail.com

Re: [Rd] Building r-devel fails on Ubuntu (old and new as well)

2015-07-19 Thread peter dalgaard
. (At least until R-devel_2015-07.18.tar.gz) -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd@cbs.dk Priv: pda...@gmail.com __ R-devel@r

Re: [Rd] update.packages(checkBuilt=TRUE, ask=FALSE): possible bug

2015-07-19 Thread peter dalgaard
a more reproducible example. In particular, which repositories and which packages? There is a fair amount of combinations to try... -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd

Re: [Rd] Building r-devel fails on Ubuntu (old and new as well)

2015-07-19 Thread peter dalgaard
An updated tarball should be available in $CRAN/src/base/pre-release soon. (For CRAN=https://cran.r-project.org, immediately. Other mirrors need mirroring.) -pd On 19 Jul 2015, at 10:01 , peter dalgaard pda...@gmail.com wrote: Looks like someone forgot to update the DISTFILES (specifically

Re: [Rd] dead links to manuals

2015-07-07 Thread peter dalgaard
-project.org/doc/manuals/r-release/R-intro.html gives a 404. FYI, Gabor __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg

Re: [Rd] R-devel is broken

2015-06-22 Thread peter dalgaard
Gabor __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office

Re: [Rd] Bug in loadNamespace?

2015-06-08 Thread peter dalgaard
Copyright (C) 2015 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin10.8.0 (64-bit) Sys.setlocale(locale='en_US.UTF-8') [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/fi_FI.UTF-8 320 300 [1] NA 320 300 [1] TRUE peter dalgaard pda...@gmail.com kirjoitti

Re: [Rd] NEWS.md support on CRAN

2015-05-30 Thread peter dalgaard
-devel [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000

Re: [Rd] Fix for bug in arima function

2015-05-28 Thread peter dalgaard
that are good enough for starting values, but might not use all observations. A WLS would get both right, but you need to fit the model to find the weight matrix (which in general is N x N, non-sparse)... -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg

Re: [Rd] Fix for bug in arima function

2015-05-21 Thread peter dalgaard
the orders of the the two differencing operations. Martin Maechler, ETH Zurich -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd@cbs.dk Priv: pda...@gmail.com

Re: [Rd] Fix for bug in arima function

2015-05-21 Thread peter dalgaard
On 21 May 2015, at 12:49 , Martin Maechler maech...@lynne.stat.math.ethz.ch wrote: peter dalgaard pda...@gmail.com on Thu, 21 May 2015 11:03:05 +0200 writes: On 21 May 2015, at 10:35 , Martin Maechler maech...@lynne.stat.math.ethz.ch wrote: I noticed that the 3.2.1 release cycle

Re: [Rd] Why is the diag function so slow (for extraction)?

2015-05-14 Thread peter dalgaard
., single-index extraction just works), and the latter does not hold for data frames. The 1$ question is whether there actually are cases for which both are true, and if so, which are they? -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000

Re: [Rd] Wrongly checked MD5 checksums in R 3.2.0's windows binary

2015-05-11 Thread peter dalgaard
of installr, but I thought this might interest people to know. Well, one could argue that this is a bug in your package. ...especially since this seems to be about executable files _after_ install, not the installer binaries. I don't think we provide the md5sums for those, do we? -- Peter

Re: [Rd] Wrongly checked MD5 checksums in R 3.2.0's windows binary

2015-05-11 Thread peter dalgaard
why Tal refuses to work out the apparently quite simple logic that decides which checksums should be used to check the installed R.exe and Rscript.exe. -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501

Re: [Rd] R Language Definition: Subsetting matrices with negative indices is *not* an error

2015-05-09 Thread peter dalgaard
On 09 May 2015, at 22:33 , Henrik Bengtsson henrik.bengts...@ucsf.edu wrote: On Sat, May 9, 2015 at 12:55 AM, peter dalgaard pda...@gmail.com wrote: Rephrasing would seem to be in order Ah... definitely a parse error (I read it as a new paragraph). I second rephrasing this; your

Re: [Rd] R Language Definition: Subsetting matrices with negative indices is *not* an error

2015-05-09 Thread peter dalgaard
://stat.ethz.ch/pipermail/r-devel/2015-May/071091.html [docs have been fixed] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg

Re: [Rd] Print output during long tests?

2015-05-04 Thread peter dalgaard
HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45

Re: [Rd] Why is the diag function so slow (for extraction)?

2015-05-04 Thread peter dalgaard
-- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd@cbs.dk Priv: pda...@gmail.com __ R-devel@r-project.org mailing list https://stat.ethz.ch

Re: [Rd] Inconsistency when naming a vector

2015-04-27 Thread peter dalgaard
]] - a being (nearly) equivalent to `*tmp*`- names(l) `*tmp*`[[2]] - a names(l) - `*tmp*` - pd Hadley -- http://had.co.nz/ __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor

Re: [Rd] Title case in DESCRIPTION for package where a word is a function namei

2015-04-25 Thread peter dalgaard
__ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd@cbs.dk Priv: pda...@gmail.com

Re: [Rd] Typo in src/scripts/config

2015-04-21 Thread peter dalgaard
]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd@cbs.dk Priv: pda

Re: [Rd] Fix for bug in arima function

2015-04-21 Thread peter dalgaard
University __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office

Re: [Rd] Redefining {

2015-04-17 Thread peter dalgaard
, it was at some point the intention to specify vectors as (7, 9, 13) or [7, 9, 13] but the resulting semantic issues led the developers to choose the pure functional form c(7, 9, 13). -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg

Re: [Rd] R-3.2.0 Fedora 21 heads up

2015-04-17 Thread peter dalgaard
On 17 Apr 2015, at 21:09 , Dominick Samperi djsamp...@gmail.com wrote: FYI, with R-3.2.0 the configure options --with-system-zib=yes --with-system-bzlib=yes --with-system-pcre=yes become the default (according to Peter Dalgaard), so the devel versions of these libraries must be installed

Re: [Rd] typo in R-exts.html section 6.9

2015-04-11 Thread peter dalgaard
-devel __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23

Re: [Rd] Possible values for R version status

2015-03-23 Thread peter dalgaard
developers like Linux distributions would pick up and ship. -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd@cbs.dk Priv: pda...@gmail.com

Re: [Rd] The Environment variables settings in bin/R, why do they ignore environment variables of the same name?

2015-02-27 Thread peter dalgaard
that it was looking for system files in the wrong place (and as the relevant contents of the $R_HOME subdirectories only changed rarely, people had been getting away with it for a long time until we suddenly broke r-devel). -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg

Re: [Rd] alternatives to do.call() when namespace is attached but not loaded?

2015-02-24 Thread peter dalgaard
/ __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd@cbs.dk Priv: pda

[Rd] Release plans for R versions 3.1.3 and 3.2.0

2015-02-12 Thread Peter Dalgaard
as to avoid collisions with the release process. For the Core Team Peter D. -- Peter Dalgaard, Professor Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd@cbs.dk Priv: pda...@gmail.com

Re: [Rd] error code 1 from Lapack routine 'dsyevr'

2015-02-02 Thread peter dalgaard
/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd@cbs.dk Priv: pda...@gmail.com __ R-devel@r-project.org mailing list https

Re: [Rd] Link to NEWS.2 in NEWS is broken

2015-01-20 Thread peter dalgaard
/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd@cbs.dk Priv: pda...@gmail.com __ R-devel@r-project.org mailing list https

Re: [Rd] Is the tcltk failure in affylmGUI related to R bug 15957

2015-01-14 Thread peter dalgaard
Seems unlikely that that particular bug is involved. I seem to recall some change related to inadvertent variable capture in .TkRoot$env (?). At any rate, we currently have parent.env(.TkRoot$env) environment: R_EmptyEnv which used to be parent.env(.TkRoot$env) environment: R_GlobalEnv as

Re: [Rd] setequal: better readability, reduced memory footprint, and minor speedup

2015-01-08 Thread peter dalgaard
/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd@cbs.dk Priv: pda...@gmail.com __ R-devel@r-project.org mailing list https

Re: [Rd] Unexplained difference between results of dppsv and dpotri LAPACK routines

2014-12-20 Thread peter dalgaard
it? Thanks by advance for the kind answers, Pierrick __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000

Re: [Rd] R string comparisons may vary with platform (plain text)

2014-11-23 Thread peter dalgaard
punctuation is ignored, sometimes not; sometimes multiple characters count as one, etc. -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd@cbs.dk Priv: pda...@gmail.com

Re: [Rd] Correction in help(factanal)

2014-11-14 Thread peter dalgaard
, Canberra ACT 0200. __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45

Re: [Rd] Correction in help(factanal)

2014-11-14 Thread peter dalgaard
Done. Actually, I just dropped the row-vector bit. Doesn't seem necessary and the column vectors stored as matrix rows issue is (a) well-known and (b) generic to multivariate methods. On 14 Nov 2014, at 10:09 , peter dalgaard pda...@gmail.com wrote: Right. (Well, I suppose that you could

Re: [Rd] ambiguity in the documented return value of Null() from package MASS

2014-11-10 Thread peter dalgaard
-09-21 r66653) -- Sock it to Me) Georgi __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg

Re: [Rd] R 3.1.1 and 3.1.2 both fail their test suites

2014-11-05 Thread peter dalgaard
. I wouldn't object to special variations like make check-without-recommended or make check-core. Except, of course, if the dontrun/dontcheck logic gets even more convoluted than it already is... -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3

[Rd] R 3.1.2 planned for Oct 31

2014-10-06 Thread peter dalgaard
- Peter D. -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd@cbs.dk Priv: pda...@gmail.com __ R-devel@r-project.org mailing list https

Re: [Rd] How I() works in a formula

2014-10-03 Thread peter dalgaard
://helpdesk.ugent.be/e-maildisclaimer.php [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School

Re: [Rd] issue with compiling r6

2014-09-17 Thread peter dalgaard
+CBMVsMcrPMgVJ7zvMiWwQd /2Qji9HBLkD6ODa29JYvn1DTXZzigF/gnG7ZBx8xN8d7rQ8v/cKY2ZNk8fg+4II= =m0Kr -END PGP SIGNATURE- __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics

Re: [Rd] Problem with order() and I()

2014-09-09 Thread peter dalgaard
mailing list https://stat.ethz.ch/mailman/listinfo/r-devel __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000

Re: [Rd] Problem with order() and I()

2014-09-09 Thread peter dalgaard
Ave., L-627 Livermore, CA 94550 925-423-1062 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg

Re: [Rd] log(i, base=i) not giving 1

2014-09-03 Thread peter dalgaard
Ripley rip...@stats.ox.ac.uk on Wed, 3 Sep 2014 06:46:47 +0100 writes: On 02/09/2014 22:43, Ben Bolker wrote: On 14-09-02 08:48 AM, Martin Maechler wrote: peter dalgaard pda...@gmail.com on Tue, 2 Sep 2014 13:43:21 +0200 writes: Impressive. Never ceases to amaze me what computers can do

Re: [Rd] ggplot2/plyr interaction with latest R-devel?

2014-09-02 Thread peter dalgaard
wrote: log(8, base=8L)-1 log(8, base=8)-1 logvals - setNames(log(2:25,base=2:25)-1,2:25) logvals[logvals!=0] ## 5,8,14,18,19,25 all == .Machine$double.eps/2 -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45

Re: [Rd] ggplot2/plyr interaction with latest R-devel?

2014-09-02 Thread peter dalgaard
that he suspected something of the sort. -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd@cbs.dk Priv: pda...@gmail.com __ R-devel@r

Re: [Rd] no visible binding for global variable for data sets in a package

2014-08-27 Thread peter dalgaard
-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd@cbs.dk Priv: pda...@gmail.com __ R-devel@r-project.org mailing list https

Re: [Rd] no visible binding for global variable for data sets in a package

2014-08-27 Thread peter dalgaard
-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd@cbs.dk Priv: pda...@gmail.com

Re: [Rd] no visible binding for global variable for data sets in a package

2014-08-27 Thread peter dalgaard
On 27 Aug 2014, at 19:51 , Michael Friendly frien...@yorku.ca wrote: - Peter Dalgaard noted the change in R-devel, and nobody so far has suggested a working remedy, so a clean solution seems warranted. Actually, both Peter Dalgaard and Brian Ripley suggested Lahman:battingLabels

Re: [Rd] no visible binding for global variable for data sets in a package

2014-08-27 Thread peter dalgaard
at the time...) -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd@cbs.dk Priv: pda...@gmail.com __ R-devel@r-project.org mailing list https

Re: [Rd] dubious behaviour of match.arg() with nested functions.

2014-08-25 Thread peter dalgaard
to this: f - function(x=c(a,b,c)) {x - letters[1:3] ; match.arg(x)} f() [1] a f - function(x=c(a,b,c)) {x - letters[1:2] ; match.arg(x)} f() Error in match.arg(x) : 'arg' must be of length 1 Words to that effect appear in the Details section of ?match.arg -Peter D -- Peter Dalgaard, Professor

Re: [Rd] as.Date.character suggestion

2014-08-21 Thread peter dalgaard
Department University of California, Davis [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business

Re: [Rd] as.Date.character suggestion

2014-08-21 Thread peter dalgaard
Now done, for R-devel only. This can't be high priority. -pd On 21 Aug 2014, at 09:28 , peter dalgaard pda...@gmail.com wrote: So I think Peter Langfelder is absolutely right, remove the default, which is never used anyway, and possibly update the documentation with a more direct

Re: [Rd] The behaviour of setting names differs between lists and atomic vectors

2014-08-21 Thread peter dalgaard
https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd@cbs.dk Priv: pda...@gmail.com __ R-devel@r

<    1   2   3   4   5   6   7   8   9   10   >