Page 1 of 1

Warning messages

PostPosted: Thu Dec 10, 2020 10:20 pm
by murray.efford
Hi
I'm getting warnings like this when I run RMark in R 4.0.0 on Windows 7.
Code: Select all
warnings()
Warning messages:
1: In readChar(z, 12) : truncating string with embedded nuls
2: In readChar(z, 1) : truncating string with embedded nuls
etc.

No doubt these are ignorable, but can they be avoided altogether? Apologies in advance if this question has been addressed before, but I couldn't find it.
Murray

Re: Warning messages

PostPosted: Sat Dec 12, 2020 12:31 pm
by jlaake
Hi Murray-

It is ignorable and occurs in reading the binary files from MARK. You can use the version at https://drive.google.com/file/d/1w30j8G ... sp=sharing or wrap your calls to mark in suppressWarnings. I have one more issue with mata confidence intervals before I post that version to cran.

--jeff

Re: Warning messages

PostPosted: Sat Dec 12, 2020 3:42 pm
by murray.efford
Thanks - good to know you have this sorted
Murray

Re: Warning messages

PostPosted: Fri Jan 29, 2021 3:53 pm
by Eurycea
jlaake wrote:Hi Murray-

It is ignorable and occurs in reading the binary files from MARK. You can use the version at https://drive.google.com/file/d/1w30j8G ... sp=sharing or wrap your calls to mark in suppressWarnings. I have one more issue with mata confidence intervals before I post that version to cran.

--jeff


This was helpful to me, and I'm glad the mata fix is coming. Thank you for all the work you do on this.