On Thu, 2017-05-11 at 12:23 +, Martyn Plummer wrote:
> On Thu, 2017-05-11 at 06:37 -0500, Dirk Eddelbuettel wrote:
> > On 11 May 2017 at 10:17, Erwan Le Pennec wrote:
> > > Dear all,
> > >
> > > I've stumbled a similar issue with the package cluster when
> > > compiling the 3.4.0 ve
Here is a case where the current scheme fails:
> with(datasets::mtcars, xyplot(mpg~wt|gear)$call)
xyplot(substitute(expr), data, enclos = parent.frame())
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Thu, May 11, 2017 at 1:09 AM, Deepayan Sarkar
wrote:
> On Wed, May 10, 2017 at 2:36 AM,
On Thu, 2017-05-11 at 06:37 -0500, Dirk Eddelbuettel wrote:
> On 11 May 2017 at 10:17, Erwan Le Pennec wrote:
> > Dear all,
> >
> > I've stumbled a similar issue with the package cluster when
> > compiling the 3.4.0 version with the settings of Fedora RPM specs.
> > Compiling R with th
On 11 May 2017 at 10:17, Erwan Le Pennec wrote:
| Dear all,
|
| I've stumbled a similar issue with the package cluster when
| compiling the 3.4.0 version with the settings of Fedora RPM specs.
| Compiling R with the default setting of configure yields a version that
| works for clust
On 11 May 2017 at 12:16, Patrick Perry wrote:
| I've done a bit more investigation into this issue. Here is my current
| understanding of the situation:
|
| 1. I have a package on CRAN (corpus-0.3.1) that passes tests on all
| platforms except for Linux.
| 2. My package defines a C function, "x
I've done a bit more investigation into this issue. Here is my current
understanding of the situation:
1. I have a package on CRAN (corpus-0.3.1) that passes tests on all
platforms except for Linux.
2. My package defines a C function, "xrealloc", for internal use.
3. The libreadline library that
Dear all,
I've stumbled a similar issue with the package cluster when
compiling the 3.4.0 version with the settings of Fedora RPM specs.
Compiling R with the default setting of configure yields a version that
works for cluster... and nlme.
I did not find the exact option that was
On Wed, May 10, 2017 at 2:36 AM, William Dunlap via R-devel
wrote:
> Some formula methods for S3 generic functions use the idiom
> returnValue$call <- sys.call(sys.parent())
> to show how to recreate the returned object or to use as a label on a
> plot. It is often followed by
> returnVa