Several people passed this on to the maintainer and it has now been fixed,
working its way through the Bioconductor system.
https://github.com/zeehio/MassSpecWavelet/issues/7#
Did you see this error reported on r-pkg-devel? · Issue #7 ·
zeehio/MassSpecWavelet
github.com
> On Dec 17, 2024, at
Hi Georgi, Uri, John and List,
Thank you, that was very helpful!
Kind regards
Jose Barrera
Statistician, Associate Lecturer
*IS**Global*
Barcelona Institute for Global Health - Campus MAR
Barcelona Biomedical Research Park (PRBB) (Room Hypatia)
Doctor Aiguader, 88
08003 Barcelona, Spain
Tel. +
On 2024-12-19 7:45 a.m., Bielow, Chris wrote:
|| I think it would be really misleading to have code that routinely
|| ignored the assert() calls. In a year would you remember that those
|| asserts were effectively just comments, not being acted on without
|| some trickery to enable them?
|
|Or ha
|| I think it would be really misleading to have code that routinely
|| ignored the assert() calls. In a year would you remember that those
|| asserts were effectively just comments, not being acted on without
|| some trickery to enable them?
|
|Or have a user with different compiler flags witho
On 19 December 2024 at 06:06, Duncan Murdoch wrote:
| I think it would be really misleading to have code that routinely
| ignored the assert() calls. In a year would you remember that those
| asserts were effectively just comments, not being acted on without some
| trickery to enable them?
Or
On 2024-12-19 5:14 a.m., Bielow, Chris wrote:
|| hoping this is the right place for this:
|| I stumbled upon documentation regarding the use of `assert` in C++
|| code, in particular,
|| https://cran.r-project.org/web/packages/policies.html states that
||
|| ```
|| Thus C/C++ calls to assert/abor
|| hoping this is the right place for this:
|| I stumbled upon documentation regarding the use of `assert` in C++
|| code, in particular,
|| https://cran.r-project.org/web/packages/policies.html states that
||
|| ```
|| Thus C/C++ calls to assert/abort/exit/std::terminate, Fortran calls to
|| S