Re: [R-pkg-devel] noL

2019-05-16 Thread Uwe Ligges
From https://www.stats.ox.ac.uk/pub/bdr/noLD/README.txt : "tests on x86_64 Linux with R-devel configured --disable-long-double" in order to mimick platforms without support for long doubles. Best, Uwe Ligges On 16.05.2019 15:31, Goldfeld, Keith wrote: Good morning - I have one final issue

Re: [R-pkg-devel] noL

2019-05-16 Thread Gábor Csárdi
To make sure that you have fixed it, you need an R build without long double support. If you don't want to do this yourself, R-hub now has a platform without long doubles, so you can do: rhub::check(platform = "debian-gcc-devel-nold") You can also do it locally with rhub::local_check_linux() or g

Re: [R-pkg-devel] noL

2019-05-16 Thread Jeff Newmiller
It pays to read the archives before posting https://stat.ethz.ch/pipermail/r-package-devel/2019q2/003941.html On May 16, 2019 6:31:19 AM PDT, "Goldfeld, Keith" wrote: >Good morning - > >I have one final issue that is preventing me from a successful >submission of my package simstudy to CRAN

[R-pkg-devel] noL

2019-05-16 Thread Goldfeld, Keith
Good morning - I have one final issue that is preventing me from a successful submission of my package simstudy to CRAN. In one of my examples, I sum a vector of probabilities and check to make sure they sum to one. I am getting an "noLD" error - so there is some issue with a long double. I am a