10.50 12.4 10.50 12.4
"residualMatrix" 10.32 12.2 0.22 0.3
"qr.coef" 6.26 7.4 0.42 0.5
"storage.mode<-" 3.26 3.9 0.36 0.4
".Fortran" 2.78 3.3
On Wed, 2005-07-06 at 19:54 +0100, Gavin Simpson wrote:
> Dear List,
>
I fixed up the code in coinertiaI to only return the bits I needed from
La.svd() within the permutations - thus producing a 10% speed up. I am
still a little unclear about the results from Rprof() (below).
Do the t
of a bad compilation of R-Devel on FC4 with gfortran?
Both these compilations was using the svn-acquired sources from this
afternoon:
R-patched = revision 35098
R-Devel = revision 35098
HTH
G
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Gavin Simpson
On Mon, 2005-08-01 at 10:16 -0700, Thomas Lumley wrote:
> On Mon, 1 Aug 2005, Gavin Simpson wrote:
> > R-devel compiles without error (same set of flags as above) but fails
> > make check-all in p-r-random-tests.R - the relevant section of p-r-
> > rand
original call.
Can anyone suggest a way round this problem?
Thanks in advance,
Gavin
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Gavin Simpson [T] +44 (0)20 7679 5522
ENSIS Research Fellow [F] +44 (0)20 7679 7565
ENSIS Ltd. & ECRC [E] gavin.simpsonATNOSPAMucl.ac.uk
UCL Department of
On Wed, 2005-08-03 at 16:28 +0100, Gavin Simpson wrote:
> Dear List,
>
> I have the following function:
Thanks to Tony Plate (and his simple example - message to self: "follow
the posting guide's advice next time!!!"), I realised that deparse
(substitute( )) was ta
a, data, na.action = na.fail)
Y <- model.matrix(formula, mf)
if (any(colnames(Y) == "(Intercept)")) {
xint <- which(colnames(Y) == "(Intercept)")
Y <- Y[, -xint, drop = FALSE]
}
}
list(X = X, Y = Y)
al a manner as possible, so I'm fishing
around for potential solutions.
All the best,
Gav
>
> On 8/16/05, Gavin Simpson <[EMAIL PROTECTED]> wrote:
> > Hi I'm having a problem with model.frame, encapsulated in this example:
> >
> > y1 <- matr
On Tue, 2005-08-16 at 12:35 -0400, Gabor Grothendieck wrote:
> On 8/16/05, Gavin Simpson <[EMAIL PROTECTED]> wrote:
> > On Tue, 2005-08-16 at 11:25 -0400, Gabor Grothendieck wrote:
> > > It can handle data frames like this:
> > >
> > > model.frame(y
On Wed, 2005-08-17 at 20:24 +0200, Martin Maechler wrote:
> >>>>> "GS" == Gavin Simpson <[EMAIL PROTECTED]>
> >>>>> on Tue, 16 Aug 2005 18:44:23 +0100 writes:
>
> GS> On Tue, 2005-08-16 at 12:35 -0400, Gabor Grothendiec
. So one data
matrix plays the role of the response and one the predictor. Which is
the reason for wanting to use a formula interface.
Cheers,
G
> On 8/17/05, Gavin Simpson <[EMAIL PROTECTED]> wrote:
> > On Wed, 2005-08-17 at 20:24 +0200, Martin Maechler wrote:
> > > >>
On Thu, 2005-08-18 at 07:57 +0300, Jari Oksanen wrote:
> On 18 Aug 2005, at 1:49, Gavin Simpson wrote:
>
> > On Wed, 2005-08-17 at 20:24 +0200, Martin Maechler wrote:
> >>>>>>> "GS" == Gavin Simpson <[EMAIL PROTECTED]>
> >>>>>
code back to
accepting y1 ~ ., data = y2 and leave it to throw an error for the rhs
being a data frame case.
Once again, thank you for helping me work through this dilemma.
All the best,
Gav
> On 8/18/05, Gavin Simpson <[EMAIL PROTECTED]> wrote:
> > On Thu, 2005-08-18 at 07:
casual about speciying what generic
> > functions should return in the past, and have got bitten as a result.
> > For example, can it be assumed that loadings() returns a matrix?)
> >
>
> __
> R-devel@r-project.org maili
as explained on page 26 of
said manual. If it was intentional, then IMHO it is not the most clear
example of extending a list - the [[x]] notation is what I would expect
to have to use - after reading page 26 of course...
HTH
G
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
On Mon, 2005-09-19 at 16:39 +0200, Uwe Ligges wrote:
> Gavin Simpson wrote:
>
> > On Mon, 2005-09-19 at 15:34 +0200, [EMAIL PROTECTED] wrote:
> >
> >>Full_Name: Frank Wagner
> >>Version: R 2.1.1
> >>OS: Windows
> >>Submission from: (NULL
it.
>
> It might have been better to do this in the next release, rather than as
> an update to FC4, but there you go. Better install lapack-devel
> manually.
Yep, and the same with BLAS - which just caused me to spend half a day
wondering why R wasn't being configured with BLAS(generic) anymore when
trying out R2.2.0
hi-jack methodology?
Cheers
Gav
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Gavin Simpson [T] +44 (0)20 7679 5522
ENSIS Research Fellow [F] +44 (0)20 7679 7565
ENSIS Ltd. & ECRC [E] gavin.simpsonATNOSPAMucl.ac.uk
UCL
I have listed this package in the Depends field in my
DESCRIPTION.
What do I need to do to have the package that my package depends on be
attached when I call library or require to attach my package?
Apologies for being dense...
Thanks,
G
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
csv(iris, row.names = FALSE)
> write.csv(iris, row.names = TRUE)
As I didn't specify a filename as the file argument, the results are
displayed at the console.
HTH
G
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Gavin Simpson [T]
of
R and Windows package binaries that contain C, C++, Fortran code that
needs to be compiled.
Thanks,
Gav
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Gavin Simpson [T] +44 (0)20 7679 5522
ENSIS Research Fellow [F] +44 (0)20 7679 7565
On Wed, 2005-11-30 at 10:46 -0500, Duncan Murdoch wrote:
> On 11/30/2005 9:33 AM, Gavin Simpson wrote:
> > Dear List,
> >
> > Can I build a binary package (.zip) for Windows on my Linux machine from
> > my package sources? There is no C, C++, Fortran code involved, j
On Wed, 2005-11-30 at 11:08 -0500, Duncan Murdoch wrote:
> On 11/30/2005 11:02 AM, Gavin Simpson wrote:
> > On Wed, 2005-11-30 at 10:46 -0500, Duncan Murdoch wrote:
> >> On 11/30/2005 9:33 AM, Gavin Simpson wrote:
> >> > Dear List,
> >> >
> >> &
Under development (unstable) (2005-11-30 r36557)
Cheers,
G
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Gavin Simpson [T] +44 (0)20 7679 5522
ENSIS Research Fellow [F] +44 (0)20 7679 7565
ENSIS Ltd. & ECRC [E] gavi
On Thu, 2005-12-01 at 07:14 +, Prof Brian Ripley wrote:
> On Wed, 30 Nov 2005, Gavin Simpson wrote:
>
> > Just wondering if this is the expected behaviour.
>
> Yes. The only command processed inside \code is \link (plus support for
> \example and \usage which go throug
em i686, linux-gnu
status Patched
major2
minor2.1
year 2006
month01
day 18
svn rev 37123
language R
> sessionInfo()
R version 2.2.1, 2006-01-18, i686-pc-linux-gnu
attached base packages:
[1] "methods" "stats" "graphics"
f:
x, y: the x and y coordinates of a set of points. Alternatively, a
single object 'x' can be provided if 'y = NULL' is also
supplied.
'object' might not be correct here - is a formula an 'object'?
Cheers,
Gav
>
> On 1/
On Sat, 2006-01-21 at 13:39 -0500, Gabor Grothendieck wrote:
> I think the docs have been changed for the next vesion
> of R.
Not in R Version 2.3.0 Under development (unstable) (2006-01-18 r37123)
downloaded today.
G
>
> On 1/21/06, Gavin Simpson <[EMAIL PROTECTED]> wrote:
&
On Sat, 2006-01-21 at 14:07 -0500, Duncan Murdoch wrote:
> On 1/21/2006 1:21 PM, Gavin Simpson wrote:
> > On Sat, 2006-01-21 at 13:12 -0500, Gabor Grothendieck wrote:
> >> This was discussed just recently. This is a design
> >> error but the maintainers claim there ar
the resulting reported
bug on the RedHat Bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=1815128
Beyond switching to `type = 'Xlib'`, has anyone worked around this
issue on a Fedora 31 or later system?
Thanks in advance
Gavin
--
Gavin Simpson, PhD
_
Thanks Iñaki, that worked a treat.
Gavin
On Wed, 25 Mar 2020 at 04:28, Iñaki Ucar wrote:
>
> On Wed, 25 Mar 2020 at 01:14, Gavin Simpson wrote:
> >
> > Dear list
> >
> > On Fedora 31 the pango library has recently updated to version >= 1.44
> > an
(i.e. drop into a
debugger on error).
HTH
G
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Dr. Gavin Simpson [t] +44 (0)20 7679 0522
ECRC, UCL Geography, [f] +44 (0)20 7679 0565
Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk
uot;q" symbol being used in Evince
etc in place of pch == 1.
Am I inserting this incorrectly?
Many thanks,
G
>
> (This workaround was culled from
> https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/551977
> )
>
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Dr. Gavin Simpson [t] +44 (0)20
;
> Standard Symbols L
>
>
>
>
> ZapfDingbats
> Dingbats
>
>
>
>
> On Thu, 19 Aug 2010, Gavin Simpson wrote:
>
> > On Thu, 2010-08-19 at 07:55 +0100, Prof Brian Ripley wrote:
> >> There have been spasmodic r
eration or tell me how to do it.
>
> Thanks.
> [[alternative HTML version deleted]]
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
list for comments/suggestions. IIRC
this was how the original guide was produced.
G
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Dr. Gavin Simpson [t] +44 (0)20 7679 0522
ECRC, UCL Geography, [f] +44 (0)20 7679 0565
Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk
Gower Street, Londo
decision tree.
>
> Any idea on how I should handle the problem?
> Thanks.
Wrong list. R-Devel is for discussion pertaining to development of and
with R. You need R-Help.
G
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Dr. Gavin Simpson [t] +44
mp; Software Consulting
> > GKX Group, GKX Associates Inc.
> > tel: 1-877-GKX-GROUP
> > email: ggrothendieck at gmail.com
> >
>
> [[alternative HTML version deleted]]
>
> ______
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailm
R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Dr. Gavin Simpson [t] +44 (0)20 7679 0522
ECRC, UCL Geography, [f] +44 (0)20 7679 0565
Pearson Building, [e]
he object returned by `chron` never gets
stored or used on the object returned form `dates`.
G
> I would expect the outcome of both functions to be the same, or am I
> overlooking something?
>
> Kind regards
> Joris
>
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~
ALAND
> > Phone: +64 9 923 5055, or +64 9 373 7599 ext 85055
> > Email: d.sc...@auckland.ac.nz, Fax: +64 9 373 7018
> >
> > Director of Consulting, Department of Statistics
> >
> > ______
> > R-devel@r-project.o
mial))
signif(cooks.distance(lmI), 3)# ~= Ci in Table 3, p.184
###
Both are against the R svn trunk, r54122, and are attached, but may not
make it through the mailing list filters.
All the best,
Gavin
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Dr. Gavin Simpso
"1970-01-01 01:00:00 BST"
> as.POSIXlt(0,origin="1970-01-01", tz = "GMT")
[1] "1970-01-01 GMT"
> as.POSIXlt(0,origin="1970-01-01 00:00:00")
[1] "1970-01-01 01:00:00 BST"
> as.POSIXlt(0,origin="1970-01-01 00:00:00", tz = &
Calls: buildVignettes -> pkgVignettes
Execution halted
* checking PDF version of manual ... OK
WARNING: There were 3 warnings, see
‘/home/gavin/work/R/packages/analogue/analogue_check/pkg.Rcheck/00check.log’
for details
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_GB.utf8 LC_IDENTIFICATION=C
attached base packages:
[1] tools stats graphics grDevices utils datasets
[7] methods base
Thanks,
Gavin
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Dr.
On Sun, 2011-03-27 at 09:00 -0400, Duncan Murdoch wrote:
> On 11-03-27 8:48 AM, Gavin Simpson wrote:
> > Dear List,
> >
> > There seems to be an bug in compactPDF() or at least an inconsistency
> > with the documented behaviour.
>
> Thanks, looks easy to fix.
e packages:
[1] stats graphics grDevices utils datasets methods
[7] base
loaded via a namespace (and not attached):
[1] tools_2.13.0
Thanks,
Gavin
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Dr. Gavin Simpson [t] +44 (0)20 7679 0522
ECR
oise.
G
>As they are written for speed, they blur over some of the subtleties
>of ‘NaN’ and ‘NA’.
>
> So, given that (and that real NA is a specific NaN) I think it is
> perfectly reasonable to claim they are consistent with mean.
>
> On Tue, 5 Apr 2011, Gavin Si
ched base packages:
[1] stats graphics grDevices utils datasets methods
base
other attached packages:
[1] mgcv_1.7-6
loaded via a namespace (and not attached):
[1] grid_2.14.0lattice_0.19-33Matrix_0.9996875-3
nlme_3.1-102
[5] tools_2.14.0
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
On Fri, 2011-08-26 at 07:06 -0700, Martin Morgan wrote:
> On 08/26/2011 04:44 AM, Gavin Simpson wrote:
> > Dear List,
> >
> > This may be related to this email thread initiated by Ben Bolker last
> > month: https://stat.ethz.ch/pipermail/r-devel/2011-July/061630.htm
gt;>>> those), so I'd suggest putting your news into a vignette
> instead
> > of a
> > >> | >>>> news file. Put in a token news file that points to the
> vignette
> > so
> > >> | >>>> users can find it.
> > >> | >>>
> > >> | >>>> Duncan Murdoch
> > >> | >>>
> > >> | >>>> __
> > >> | >>>> R-devel@r-project.org mailing list
> > >> | >>>> https://stat.ethz.ch/mailman/listinfo/r-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 Frederiksberg, Denmark
> > >> | > Phone: (+45)38153501
> > >> | > Email: pd@cbs.dk Priv: pda...@gmail.com
> > >> |
> > >> | > __
> > >> | > R-devel@r-project.org 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
> > >>
> >
> > > __
> > > R-devel@r-project.org 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
> >
>
> [[alternative HTML version deleted]]
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
--
Gavin Simpson, PhD
[[alternative HTML version deleted]]
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
is not as
simple as plain text.
G
On 4 June 2015 at 11:09, Prof Brian Ripley wrote:
> On 04/06/2015 17:00, Gavin Simpson wrote:
> ...
>
>> 1. Markdown was designed to be as readable as possible in plain text
>> format
>> (i.e. the sources, not the rendered file). Ther
On 4 June 2015 at 11:16, Duncan Murdoch wrote:
> On 04/06/2015 1:09 PM, Prof Brian Ripley wrote:
>
>> On 04/06/2015 17:00, Gavin Simpson wrote:
>> ...
>> > 1. Markdown was designed to be as readable as possible in plain text
>> format
>> > (i.e. th
the NEWS:
>
> - a plain text NEWS file; following the GNU recommendations
> - NEWS.Rd
> - NEWS.md
>
> Would it not be more elegant to have e.g. roxygen2 generate NEWS.Rd?
> (perhaps it is already possible, I'm not sure of that). I don't maintain
> CRAN,
e HTML version deleted]]
>
> __________
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
--
Gavin Simpson, PhD
[[alternative HTML version deleted]]
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
Patrick Perry
> Assistant Professor
> NYU Stern School of Business
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Gavin Simpson, PhD
___
to get the formal arguments of a non-exported S3 method?
Thanks.
G
--
Gavin Simpson
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
> On Aug 23, 2013, at 11:15, Gavin Simpson wrote:
>
>> Dear List,
>>
>> I'm in the process of making tweaks to my various R packages following
>> changes in r-devel for package checks. I'm wondering about the one use
>> of ::: in one of my packages. I a
possible I could get rid of both
of these from Depends if I can solve the above issue.
Thanks in advance.
Gavin
--
Gavin Simpson
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
By
"...I had forgotten that a package can refer to any of *its own packages*"
I of course meant
"...I had forgotten that a package can refer to any of *its own functions*"
Guess I should call it a night...
G
On 23 August 2013 21:49, Gavin Simpson wrote:
> T
port an imported object, but it has to be done via an
> explicit export(), cf. "It is possible to export variables from a
> namespace which it has imported from other namespaces: this has to be
> done explicitly and not via exportPattern" [Writing R Extensions].
>
> /H
lling `foo()` will result in an error. As long as the
package containing the definition of the generic is not attached,
there is no function `foo()` and hence the user gets an error.
G
On 26 August 2013 13:12, Paul Gilbert wrote:
>
>
> On 13-08-26 12:04 PM, Gavin Simpson wrote:
>>
__
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Gavin Simpson, PhD
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
t requires extra work by
>>>> the
>>>> third party, rather than extra work by the CRAN team. I don't think the
>>>> total amount of work required is much different. I'm very unsympathetic
>>>> to
>>>> proposals to dump work on others.
>>>>
>>>
>>> I am merely trying to discuss a technical issue in an attempt to improve
>>> reliability of our software and reproducibility of papers created with R.
>>>
>>> [[alternative HTML version deleted]]
>>>
>>> __
>>> R-devel@r-project.org 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
>>
>
>
>
> --
> Carl Boettiger
> UC Santa Cruz
> http://carlboettiger.info/
>
> [[alternative HTML version deleted]]
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Gavin Simpson, PhD
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
lieve that it would be more effective and would
> ultimately benefit the entire R community (and not just the BioC
> community) if this problem was addressed upstream.
>
>
> H.
>
>>
>> Best,
>> --
>> Joshua Ulrich | about.me/joshuaulrich
>> FOSS Tradi
versions" isn't good enough in your eyes? Is it the lack of CRAN
> provided binaries or the fact that the user has to proactively set up their
> environment to replicate that of published results?
>
> In your XML example, it seems the problem was that the reproducer didn'
_suggests, check_incoming) :
object 'bad3' not found
Thanks in advance
Gavin
--
Gavin Simpson, PhD
[[alternative HTML version deleted]]
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
t; > __
> > 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
ugh to remove the rows of `xâ with NAs. This is my main point.
>
>
>
> Ravi
>
>
>
> *From:* Gavin Simpson [mailto:ucfa...@gmail.com]
> *Sent:* Friday, May 30, 2014 10:46 AM
> *To:* Ravi Varadhan
> *Cc:* peter dalgaard; r-devel@r-project.org
>
> *Subject:* R
ntaining some quality assurance,
>>> which
>>> I think of as an aid but not a debugging aid.
>>>
>>> I believe the CRAN maintainers have intentionally, and successfully, made
>>> disabling the running of tangled code more trouble than it is generally
>>> worth. Effectively, a package should have tangle code that runs without
>>> errors.
>>>
>>> (Of course, I could be wrong about all this, it has happened before.)
>>>
>>> Paul
>>>
>>
>> __
>> R-devel@r-project.org 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
>
--
Gavin Simpson, PhD
[[alternative HTML version deleted]]
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
On 2 June 2014 15:59, Duncan Murdoch wrote:
> On 03/06/2014, 4:12 AM, Gavin Simpson wrote:
>
>> On 2 June 2014 11:44, Duncan Murdoch > <mailto:murdoch.dun...@gmail.com>> wrote:
>>
>>
> Several of us have told you the real harm: it means that use
n(as.matrix(df[, 1:2]))
[1] 2.78366
> mean(df[,1:2])
[1] 2.78366
I just can't see the sense in having `mean` work the way it does now?
Thanks,
Gavin
--
Gavin Simpson, PhD
[[alternative HTML version deleted]]
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
l the Summary.data.frame methods as well.
More comments in-line
On 22 August 2014 02:23, Martin Maechler wrote:
> >>>>> Gavin Simpson
> >>>>> on Thu, 21 Aug 2014 12:32:31 -0600 writes:
>
> >> mean(df)
> > [1] NA Warning messag
what is the ideal solution in the view of R Core given this change to R
CMD check.
Thanks in advance
Gavin
--
Gavin Simpson, PhD
[[alternative HTML version deleted]]
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
nds.
Or am I thinking about this in the wrong way?
Thanks again
Gavin
>
> Hadley
>
>
> --
> http://had.co.nz/
>
--
Gavin Simpson, PhD
[[alternative HTML version deleted]]
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
On 27 August 2014 16:09, Dan Tenenbaum wrote:
> - Original Message -
> > From: "Gavin Simpson"
> > To: "Hadley Wickham"
> > Cc: r-devel@r-project.org
> > Sent: Wednesday, August 27, 2014 3:01:53 PM
> > Subject: Re: [Rd] Re R CMD che
an in DESCRIPTION.
What I'm pushing back on is the notion that *no* packages should be in
Depends.
Cheers,
G
--
Gavin Simpson, PhD
[[alternative HTML version deleted]]
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
On Aug 27, 2014 5:24 PM, "Hadley Wickham"
> I'd say: Depends is a historical artefact from ye old days before
> package namespaces. Apart from depending on a specific version of R,
> you should basically never use depends. (The one exception is, as
> mentioned in R-exts, if you're writing somethi
t;Data is not information. Information is not knowledge. And knowledge
> is certainly not wisdom."
> Clifford Stoll
>
>
>
>
> On Thu, Aug 28, 2014 at 7:39 AM, Simon Urbanek
> wrote:
> >
> > On Aug 27, 2014, at 6:01 PM, Gavin Simpson wrote:
> >
> &
e analysis, the case for Depends is not as strong. In that
> case, the official wisdom, AFAIK, is that Depends is not warranted.
>
> ~G
>
>
> On Thu, Aug 28, 2014 at 11:43 AM, Gavin Simpson wrote:
>
>> I fully agree.
>>
>> This is how I have come to understand Depen
uce equivalent
> check files. on their example checks.
>
> This behavior is on R 3.1.0, 3.1.1, and R-devel.
>
> I would assume from the documentation that there should be a way to get a
> clean check, without the timing diffs.
>
> Advice appreciated,
>
> Brian
>
>
ject.org mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-devel
> >
>
> [[alternative HTML version deleted]]
>
> ______
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
--
Gavin Simpson, PhD
[[
}
>
> Without success.
> Any idea?
> which file has the R_HOME setting?
> Thanks
> Karim
>
> [[alternative HTML version deleted]]
>
> __
> R-devel@r-project.org mailing list
> https://sta
all the code that
would inevitably break.
G
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Dr. Gavin Simpson [t] +44 (0)20 7679 0522
ECRC, UCL Geography, [f] +44 (0)20 7679 0565
Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk
Gower Street, London [w]
C_NUMERIC=C
> [5] LC_TIME=English_United Kingdom.1252
>
> attached base packages:
> [1] stats graphics grDevices utils datasets methods
> [7] base
>
> loaded via a namespace (and not attached):
> [1] tools_2.14.0
>
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
t;
>
>
>
> Jeff Hamann, PhD
> PO Box 1421
> Corvallis, Oregon 97339-1421
> 541-754-2457
> jeff.hamann[at]forestinformatics[dot]com
> jeff.d.hamann[at]gmail[dot]com
> http://www.forestinformatics.com
> http://en.wikipedia.org/wiki/Forest_informatics
>
>
es of 'R-sig-ecology' for the
> > year 2011, and I could only found one single mail related to hydrology:
> >
> > https://stat.ethz.ch/pipermail/r-sig-ecology/2011-July/002274.html
> >
> > (in the same search I couldn't find any single reference to hydrology in the
there was I'd be happy to provide a first stab and contribute
updated documentation.
All the best,
Gavin
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Dr. Gavin Simpson [t] +44 (0)20 7679 0522
ECRC, UCL Geography, [f] +44 (0)20 7679 0565
Pe
with environments.
> >
> > --
> > 4dpiecharts.com
> >
> > ______
> > R-devel@r-project.org mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-devel
> __
> R-devel@r-project.org mai
> versioned path.
> | > | >
> | > | > FWIW, defaulting to a versioned path is (to this no-longer-bemused
> user) as
> | > | > much a permenent R bug (on Windoze) as the default installation into
> a path
> | > | > with spaces.
> | > | >
> | > | > Dirk
> | > | >
>
uilt before R 3.0.0: please re-install it
ERROR: lazy loading failed for package ‘analogue’
* removing ‘/tmp/Rtmpctxbtv/Rinst30e3f762569/analogue’
---
ERROR: package installation failed
Can anyone suggest where to go from here?
TIA
Gavin
--
%~%~%~%~%
here a bug here?
All the best,
Gavin
[1]
http://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Checking-and-building-packages
On Wed, 2013-01-16 at 16:05 +0100, Gavin Simpson wrote:
> Dear List,
>
> I'm having considerable trouble setting up my environment (Linux, Fedora
> 1
[7] base
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Dr. Gavin Simpson [t] +44 (0)20 7679 0522
ECRC, UCL Geography, [f] +44 (0)20 7679 0565
Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk
Gower Street, London [w] http://www.ucl.ac.uk/~ucfagls/
UK. WC1E 6BT.
dant, although my experience from several hours working this
through today suggests there is a difference between R --vanilla CMD
check and R CMD check.
G
> Hadley
>
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Dr. Gavin Simpson [t] +44 (0)20 7679 0522
vectors
> res$`dat$A`
[1] 0.4269715 0.5479352 0.5091543 0.4926412
Is there a way of coming up with a better way to name the aggregated
variable? Would a change of this kind be something R Core would consider
making to aggregate.default if a good solution is found?
Thanks in advance,
G
--
using `$`, prefering with(), I don't run the risk of non
syntactic names being produced.
I was really looking for ideas for improving aggregate.default in
general. The solution I posted has its own infelicities...
Cheers,
G
>
> On Sat, May 9, 2009 at 8:14 AM, Gavin Simpson wrote:
&g
t; length(ggtrack)
> hist(ggtrack)
>
>
> Highest Regards,
> Michael Chajewski
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Dr. Gavin Simpson [
x$var.coef)) {
ses <- rep(0, length(coef))
ses[x$mask] <- round(sqrt(diag(x$var.coef)), digits = digits)
coef <- matrix(coef, 1L, dimnames = list(NULL, names(coef)))
HTH
G
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~
And the same is attached, that implements your suggested change rather
than the one I sent earlier.
Cheers,
G
>
> On Fri, 5 Jun 2009, Gavin Simpson wrote:
>
> > Dear List,
> >
> > A posting to R-Help exposed this problem with the print method for
> > objects
Perhaps the question should be, how do I modify foo() to allow it to
have a formal subset argument, passed to model.frame?
Any other suggestions gratefully accepted.
Thanks in advance,
G
--
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Dr. Gavin Simpson [t] +44 (
1 - 100 of 147 matches
Mail list logo