[R-pkg-devel] r-patched-solaris-sparc error
Hi all, I have written a simple package a while ago and I have noticed that only in solaris-sparc it failed some tests that I wrote with testthat. http://cran.r-project.org/web/checks/check_results_benford.analysis.html I plan to (eventually) completely rewrite this package and maybe I will take these tests out of the CRAN version. But I wanted to understand why this errors showed up only in solaris (the Mean relative difference is quite big).Also, if I decided to keep the tests, I wanted to know how could I make sure these will not fail in solaris. ThanksBest Carlos [[alternative HTML version deleted]] __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel
Re: [R-pkg-devel] r-patched-solaris-sparc error
Thanks a lot, Martyn! On Tue, Jun 23, 2015 at 7:18 AM, Martyn Plummer wrote: > Hi Carlos, > > The underlying cause is probably some C code that makes assumptions > about byte order or alignment that are not true on Solaris SPARC. Since > your code contains no compiled code that points to one of the package's > dependencies. In fact the data.table package also fails on Solaris > SPARC. > > http://cran.r-project.org/web/checks/check_results_data.table.html > > So you should contact the maintaner of data.table if you want this > fixed. > > Martyn > > On Mon, 2015-06-22 at 14:33 +, Carlos Cinelli wrote: > > Hi all, > > I have written a simple package a while ago and I have noticed that > > only in solaris-sparc it failed some tests that I wrote with testthat. > > http://cran.r-project.org/web/checks/check_results_benford.analysis.html > > > > I plan to (eventually) completely rewrite this package and maybe I > > will take these tests out of the CRAN version. But I wanted to > > understand why this errors showed up only in solaris (the Mean > > relative difference is quite big).Also, if I decided to keep the > > tests, I wanted to know how could I make sure these will not fail in > > solaris. > > ThanksBest > > Carlos > --- > This message and its attachments are strictly confiden...{{dropped:13}} __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel
[R-pkg-devel] Possibly mis-spelled words in DESCRIPTION
Hi, all! I am about to do a maintenance update on the benford.analysis package and when checking the package in Win Builder I get this note: ** checking CRAN incoming feasibility ... NOTE Maintainer: 'Carlos Cinelli >' Possibly mis-spelled words in DESCRIPTION: Analytics (3:58) Benford (3:8) Benford's (7:72)* However, I do not think Analytics is misspelled and Benford is a proper name (Frank Benford). How should I proceed in this case? Thanks! Best, Carlos [[alternative HTML version deleted]] __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel