Re: [R-pkg-devel] Package valgrind problem I can't solve: Direction?

2017-11-05 Thread Merlise Clyde, Ph.D.
Peter, I ran into similar problems with using valgrind to check my package BAS From my understanding using valgrind with rhub does not run the same checks as R -d "valgrind --tool=memcheck --leak-check=full" --vanilla < mypkg-Ex.R see https://github.com/r-hub/rhub/issues/23 which might

Re: [R-pkg-devel] Package valgrind problem I can't solve: Direction?

2017-11-05 Thread Peter Dunn
“unless I am being really stupid” Lucky for that caveat. Feeling rather stupid for this late effort. Thanks so much. Help greatly appreciated. P. On 6/Nov/17, 9:51 am, "Iñaki Úcar" wrote: 2017-11-06 0:09 GMT+01:00 Peter Dunn : > Impossible or

Re: [R-pkg-devel] Package valgrind problem I can't solve: Direction?

2017-11-05 Thread Iñaki Úcar
2017-11-06 0:09 GMT+01:00 Peter Dunn : > Impossible or not… it just happened (unless I am being really stupid, which > is entirely possible, indeed probable). I confirmed again this morning: > After rebuilding (R CMD build) and checking (R CMD check) without any > errors, I used

Re: [R-pkg-devel] Package valgrind problem I can't solve: Direction?

2017-11-05 Thread Peter Dunn
-devel@r-project.org" <r-package-devel@r-project.org> Subject: Re: [R-pkg-devel] Package valgrind problem I can't solve: Direction? 2017-11-03 6:01 GMT+01:00 Peter Dunn <pdu...@usc.edu.au>: > Iñaki and all > > Well, thanks for pointers to rhub. Wonderful. Moving things

Re: [R-pkg-devel] Package valgrind problem I can't solve: Direction?

2017-11-03 Thread Iñaki Úcar
2017-11-03 6:01 GMT+01:00 Peter Dunn : > Iñaki and all > > Well, thanks for pointers to rhub. Wonderful. Moving things to github, but > have to go home now… > > So, when I download CRAN code, initialise w and lambda (which workled for > Iñaki), and run > >

Re: [R-pkg-devel] Package valgrind problem I can't solve: Direction?

2017-11-02 Thread Peter Dunn
is driving me crazy. From: Iñaki Úcar <i.uca...@gmail.com> Date: Wednesday, 1 November 2017 at 10:28 pm To: Peter Dunn <pdu...@usc.edu.au> Cc: "r-package-devel@r-project.org" <r-package-devel@r-project.org> Subject: Re: [R-pkg-devel] Package valgrind problem I can't sol

Re: [R-pkg-devel] Package valgrind problem I can't solve: Direction?

2017-11-01 Thread Iñaki Úcar
2017-11-01 5:56 GMT+01:00 Peter Dunn : > Wow: Thanks again. You are going above and beyond Iñaki which I appreciate > greatly. > > But same error message appears, even after fixing (both the relerr, which I > had already attended to, and the lambda issue). All I can say is that

Re: [R-pkg-devel] Package valgrind problem I can't solve: Direction?

2017-10-31 Thread Peter Dunn
Wow: Thanks again. You are going above and beyond Iñaki which I appreciate greatly. But same error message appears, even after fixing (both the relerr, which I had already attended to, and the lambda issue). I have since initialised *every* variable in the subroutine smallp (even the

Re: [R-pkg-devel] Package valgrind problem I can't solve: Direction?

2017-10-30 Thread Iñaki Úcar
2017-10-30 0:54 GMT+01:00 Peter Dunn : > Thanks for this direction. > > But I am still confused, as the problem persists after attending to any > possible issue: That piece of identified code only has four variables, and I > can account for them all. > > The two variables its

Re: [R-pkg-devel] Package valgrind problem I can't solve: Direction?

2017-10-29 Thread Iñaki Úcar
2017-10-30 0:54 GMT+01:00 Peter Dunn : > Thanks for this direction. > > But I am still confused, as the problem persists after attending to any > possible issue: That piece of identified code only has four variables, and I > can account for them all. > > The two variables its

Re: [R-pkg-devel] Package valgrind problem I can't solve: Direction?

2017-10-26 Thread Iñaki Úcar
Hi, 2017-10-26 5:16 GMT+02:00 Peter Dunn : > Hi all > > I am trying to compile (on my Mac) an R package (tweedie) which includes > Fortran 77 code. I’m not much of a programmer, but can still manage to write > and update F77 code. I’m new to valgrind. > > In checking my

[R-pkg-devel] Package valgrind problem I can't solve: Direction?

2017-10-25 Thread Peter Dunn
Hi all I am trying to compile (on my Mac) an R package (tweedie) which includes Fortran 77 code. I’m not much of a programmer, but can still manage to write and update F77 code. I’m new to valgrind. In checking my package (which passes the build-and-check with no errors), I use valgrind like