Gianluca Baio
Gianluca Baio
Thank you, @teunbrand --- I need to make a little time to work on this, but will try to align with your new release ASAP!
Hi again, just so I'm clear, what you'd like is for me to change the tests to ``` expect_true(is_ggplot(plot(mle, nsim=10))) expect_true(is_ggplot(psa.plot(p.mle))) expect_true(is_ggplot(psa.plot(p.mle))) expect_true(is_ggplot(psa.plot(p.mle2))) expect_true(is_ggplot(psa.plot(p.mle3))) expect_true(is_ggplot(plot(mle, add.km=TRUE))) expect_true(is_ggplot(plot(mle, add.km=TRUE, sim =...
Perfect! Would it help you if I resubmitted today (or tomorrow) to CRAN - but alerted them of the ongoing testing (in case you get some more flags and I...
OK. Thanks. I don't have very much else, at the moment --- `survHE` is reasonably stable and I've mainly released fixes in the last couple versions. I don't intend to...
Hi there, I *think* I'm running into a problem related to an upgrade to `tinytex`. I am now on (I think) the latest version ``` > tinytex::tlmgr_version() tlmgr revision 74695...
Actually, never mind (but adding this here, in case it spooks others...). In my quarto project, I had to remove the `_freeze` folder --- for some reason, it was remembering...
The folder _freeze should be on the root of your project. Do you actually have a quarto book, or website (or project, in general) or a standalone document?
Do you force caching the output of any chunk? If that's the saw, you should look for and remove the cache folders too, I guess... I have had this for...
In case this is not resolved completely, yet, I think that another possible "culprit" is an outdated version of `tinytable`. I had this on a different computer --- updating `tinytex`(and...
Thanks @cderv --- re `.quarto/_freeze`, yes: I wasn't sure whether it was necessary (and as you say, probably not), but I thought it would be recreated (as you confirm), so...