James J Balamuta

Results 79 comments of James J Balamuta

@gadenbuie Okidokie, this is ready for a review/stylistic touch. Content-wise, it matches decently with the `.Rmd`; however, there is no theme to the example deck. A quick "TODO" left would...

Suggest changing over to new Knitr engine features in [v1.37](https://github.com/yihui/knitr/releases/tag/v1.37): https://yihui.org/en/2022/01/knitr-news/ `verbatim` and `embed` look the most promising. ````` ````{verbatim} We can output arbitrary content verbatim. ```{r} 1 + 1...

Completed in #35. For those interested, please feel free to take it out for a spin by installing the shortcode extension into your quarto project via: ```sh quarto add gadenbuie/countdown/quarto...

@seanbirchall nice work on the shiny app & deploying via shinylive! Cool to see an IDE created in Shiny! @georgestagg okidokie; I'll probably send over a PR this weekend. (I...

There is an R shinylive app loading in the background for the repo stats. So, there is a bit to download... :'(

An update of sorts... Building a container directly on source takes too long due to compilation in `libs/` causing the codespace to "timeout", c.f. [1]. To address this, I'm aiming...

I think the plan surrounding independent versioning is spot-on. Though, we may want to add one more decimal point. (If only R supported semantic versioning with `x.y.z-a.1`; but alas we're...

Sounds like an expansion for distributions is in order to handle multi-point generation. With respect to `random()` is this using a poorly spec'd PRNG? On the note of namespaces, maybe...