Nathan Kim
Nathan Kim
just wanted to bump this ^^ i'd love to see Beaker support PWAs
@quitequinn it's obviously very hacky but you can pass something like the following into `options.footer.contents.default` to dynamically update the page number ``` {{page}} const div = document.getElementById("pageNum") div.innerText = Number(div.innerText)...
Circling back to this, I believe it may have been left out intentionally as it's not implemented in prediction() either. Carry-over from [issue 31](https://github.com/leeper/prediction/issues/31) from the prediction package. Feel free...
Thank you! Just to confirm, there is no way to reference non-nested columns in nest_mutate and other nest_* verbs?
Ah, good point, my view is that the first option would be best. E.g. there would be one session for `my-r-project` and a different one for `a-different-project`. Definitely open to...
For users, something like the following could be put at the end of your `~/.Rprofile` to make this happen: ``` if (interactive() && Sys.getenv("RSTUDIO") == "" ) { local({ source(...
I do use the `here` package a bunch (e.g. Rmd documents) but I think for package development and other settings it can be annoying/bad practice to add another dependency. Also,...