Toby Dylan Hocking
Toby Dylan Hocking
Thanks! yes please make a connection with your R user friend in Paris. similarly, if you want to come give a talk in Paris, please tell me and I will...
I re-run the code and I get the same error, it is reproducible using R-4.4.1 on windows. It is caused by a previous error, when model.name="learned" the code tries to...
filed an issue, https://github.com/therneau/survival/issues/270
this is fixed in https://github.com/tdhock/change-tutorial/commit/7699796266307388004bda9cea38771261425995 some code to reproduce the issue is still available https://github.com/tdhock/change-tutorial/blob/master/figure-regression-interactive-some-bug.R
About infosec, as member of `@animint/developers` you have maintain permission on this repo. so this PR would run pkgdown to re-make doc web site during every PR? I think it...
I think this would be better to implement using netlify deploy (does not require putting generated web pages in this repo on gh-pages branch, so more efficient git repo)
also netlify can generate a preview of the new web page for each PR. here is an example netlify deploy github action for a quarto project https://github.com/animint/animint-manual-fr/blob/main/.github/workflows/build-book.yml
using netlify would mean changing the deployment url from https://animint.github.io/animint2/ to animint2.netlify.app or similiar
thanks
thanks for investigating! for netlify you need to define a site ID, and a token, which I just did in secrets for this repo, so you should be able to...