Displaying 2 results from an estimated 2 matches for "poppr".
Did you mean:
popper
2017 Apr 02
2
Potential bug in utils::citation()
...ce of the problem as being from a commit on the 27th [3, 4]. I do not have R-devel built on my machine, but I believe this error can be reproduced on the current R-devel with:
if (require("boot") & require("utils")) utils::citation("boot")
Background:
My package poppr suddenly started failing check on R-devel during a weekly travis-ci job [5] due to the error above. Another package of mine, ezec, passed [6]. Both contain calls to utils::citation() within the vignettes, but poppr has two citations and ezec only has one (called from another package).
Thanks,
Zhi...
2017 Apr 03
0
Potential bug in utils::citation()
...ect: it does reproduce the new bug....
and that is due to a change by me, and I had started investigation
on Friday (but not with your package and not having seen a
straighforward example yet).
This will be fixed ASAP, i.e., within hours.
Martin Maechler
> Background:
> My package poppr suddenly started failing check on R-devel
> during a weekly travis-ci job [5] due to the error
> above. Another package of mine, ezec, passed [6]. Both
> contain calls to utils::citation() within the vignettes,
> but poppr has two citations and ezec only has one (called...