Re: [R-pkg-devel] Mysterious "invalid z limit"

2023-01-08 Thread Kevin Coombes
I have been using R-Forge for many years for package development. And I have been using GitLab for other projects almost as long. However, over the past few months, the R-Forge support seems to be decaying, and I now have several projects that won't currently build there because of various items

[R-pkg-devel] NAMESPACE issue and grDevices

2019-08-24 Thread Kevin Coombes
Hi, I've been building a package and hit a NAMESPACE issue that took a while to resolve. My package implements a (new) generic function, and the method for a package in the class calls the "smoothScatter" function from the "graphics" package. I could build and install the package

Re: [R-pkg-devel] testing coercion

2018-12-06 Thread Kevin Coombes
ion() < "3.6.0" > could solve the issue of an inconsistent test result and is descriptive. > > Best regards, > > Sebastian > > > Am 06.12.18 um 16:59 schrieb Kevin Coombes: >> Hi, >> >> A package I recently submitted to CRAN includes an S4 class

Re: [R-pkg-devel] mvrnorm, eigen, tests, and R CMD check

2018-05-17 Thread Kevin Coombes
m ... did > those get through? Did they make sense? > > On Thu, May 17, 2018 at 3:30 PM, Kevin Coombes > <kevin.r.coom...@gmail.com> wrote: > > Yes; I'm pretty sure that it is exactly the repeated eigenvalues that are > > the issue. The matrices I am using are a

Re: [R-pkg-devel] mvrnorm, eigen, tests, and R CMD check

2018-05-17 Thread Kevin Coombes
00 0.00e+00 0.00e+00 -1 0.0 > [5,] 0.8660254 4.464109e-17 -1.112441e-160 0.5 > > > > > > Bill Dunlap > TIBCO Software > wdunlap tibco.com > > On Thu, May 17, 2018 at 10:14 AM, Martin Maechler < > maech...@stat.math.ethz.ch> wrote: > >

[R-pkg-devel] mvrnorm, eigen, tests, and R CMD check

2018-05-17 Thread Kevin Coombes
Hi, I wrote and maintain the Thresher package. It includes code to do simulations. In the "tests" directory of the package, I do some simple simulations and run the main algorithm, then write out summaries of the results The initial submission of the package to CRAN was delayed because the