Closed maxbiostat closed 1 year ago
Can you try updating your posterior
package? I believe this has been resolved in version 1.4.1
Is the updated posterior package on CRAN? Should we make that the minimum version @andrjohns ?
Yep the update's on CRAN, so updating the minimum makes sense
Yeah good call
Just opened a PR
I guess before we merge #753 @maxbiostat can you confirm that updating posterior fixes this on your end? Thanks!
I updated via
remotes::install_github("stan-dev/posterior")
and can confirm the problem went away.
Great, thanks!
On Mon, Apr 3, 2023 at 1:19 PM Luiz Max F. Carvalho < @.***> wrote:
I updated via
remotes::install_github("stan-dev/posterior")
and can confirm the problem went away.
— Reply to this email directly, view it on GitHub https://github.com/stan-dev/cmdstanr/issues/752#issuecomment-1494849325, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3PQQ734I7AMM3VEW5GJBLW7MPEVANCNFSM6AAAAAAWRQRZBY . You are receiving this because you commented.Message ID: @.***>
Describe the bug I get output of the form
To Reproduce Run
where this linear_regression_conjugate.stan.txt
Expected behavior Normal output without the extraneous characters.
Operating system Windows 10 Enterprise
CmdStanR version number 0.5.3
Additional context