Re: [Rd] methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error

2019-06-29 Thread Martin Maechler
> peter dalgaard > on Fri, 28 Jun 2019 16:20:03 +0200 writes: > > On 28 Jun 2019, at 16:03 , Martin Maechler > > wrote: > > > >> Henrik Bengtsson > >>on Thu, 27 Jun 2019 16:00:39 -0700 writes: > > > >> Using: > >> > >> untrace(methods::conformMethod) > >> at <- c(12,

[Rd] Making R CMD nicer

2019-06-29 Thread Jason Xu
Hello everyone, First time posting in the R mailing lists so hopefully this works well. I noticed when I type `R CMD` I get this unhelpful message: /usr/lib/R/bin/Rcmd: 60: shift: can't shift that many This probably comes from the file Rcmd.in. This should be easily fixed by checking $#. I also

Re: [Rd] methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error

2019-06-29 Thread Martin Maechler
> Martin Maechler > on Sat, 29 Jun 2019 10:33:10 +0200 writes: > peter dalgaard > on Fri, 28 Jun 2019 16:20:03 +0200 writes: >> > On 28 Jun 2019, at 16:03 , Martin Maechler wrote: >> > >> >> Henrik Bengtsson >> >>on Thu, 27 Jun 2019 16:00:

Re: [Rd] R-Forge > GitHub?

2019-06-29 Thread Spencer Graves
Hi, Ott et al.:   What's the best way to get "Travis CI" to build and test the two packages, Ecdat and Ecfun, that have long been combined in the Ecdat project?   Following Ott's advice and studying studying Wickham's "R Packages" (http://r-pkgs.had.co.nz/), I was able to configure

Re: [Rd] R-Forge > GitHub?

2019-06-29 Thread Henrik Bengtsson
On Sat, Jun 29, 2019 at 9:43 AM Spencer Graves wrote: > > Hi, Ott et al.: > > >What's the best way to get "Travis CI" to build and test the two > packages, Ecdat and Ecfun, that have long been combined in the Ecdat > project? > > >Following Ott's advice and studying studying Wickha

Re: [Rd] methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error

2019-06-29 Thread Martin Maechler
> Martin Maechler > on Sat, 29 Jun 2019 12:05:49 +0200 writes: > Martin Maechler > on Sat, 29 Jun 2019 10:33:10 +0200 writes: > peter dalgaard > on Fri, 28 Jun 2019 16:20:03 +0200 writes: >>> > On 28 Jun 2019, at 16:03 , Martin Maechler wrote: >>>

Re: [Rd] R-Forge > GitHub?

2019-06-29 Thread Spencer Graves
Hi, Henrik et al.:   What's your favorite documentation on how to make two GitHub projects from one containing two packages?   Currently, "github.com/sbgraves237/Ecdat" consists primarily of a directory "pkg" with subdirectories "Ecdat" and "Ecfun" containing the two packages.  I n

[Rd] memory access question

2019-06-29 Thread Therneau, Terry M., Ph.D. via R-devel
I had a problem with the latest iteration of the survival package  (one that I hope to post to Github next week) where it would die in strange ways, i.e., work on one box and not on another, a vignette would compile if I invoked Sweave myself but fail in R CMD build, etc.   The type of thing

Re: [Rd] R-Forge > GitHub?

2019-06-29 Thread Joshua Ulrich
On Sat, Jun 29, 2019 at 6:06 PM Spencer Graves wrote: > > Hi, Henrik et al.: > > >What's your favorite documentation on how to make two GitHub > projects from one containing two packages? > > >Currently, "github.com/sbgraves237/Ecdat" consists primarily of a > directory "pkg" with