Barret Schloerke

Results 103 issues of Barret Schloerke

... and submit to CRAN. This will allow users to run the primer tutorials on their personal machines using the regular `learnr` mechanisms.

Taken from https://github.com/rstudio/shiny/issues/3502#issuecomment-953318300 We're ready to rename `master` to `main` here (and elsewhere)! This blog post announces the larger effort and explains how contributors can update their local environments: [Renaming...

> With the archival of legacy spatial packages, sf and terra are the new "best practices" packages. sp is still there, but uses sf under the hood https://r-spatial.org/r/2023/04/10/evolution3.html _Originally posted...

help wanted
docs

See how to add a label or not require it if submitting a v0 exercise to a v1 srvr. Should be the only requirement for https://github.com/rstudio/learnr/blob/659b1bbe82278fd027c745d1af41a52962c2f716/R/exercise.R#L156 cc @trestletech

See https://github.com/rstudio/learnr/pull/376#pullrequestreview-419239396 Ex: `question_is_correct()`

Make an example tutorial that saves all tutorial events to a google spreadsheet. Possible features: * Use `options(tutorial.event_recorder = FUNC)` * Use `googlesheets4` https://googlesheets4.tidyverse.org/ * Use a local `.Renviron` file...

difficulty: novice
effort: medium
priority: low
docs
help wanted

- [ ] use shinyapps.io tutorials within pkgdown tab - [x] auto deploy tutorials with GH Actions - [ ] auto deploy pkgdown website with GH Actions to gh-pages branch...

* `./venv/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.` * Many of ``` SetuptoolsDeprecationWarning: Installing 'shinyswatch.bsw5.solar' as data is deprecated, please list it in `packages`. !! ############################ #...

Running the two button example on the README works great! Very cool / clean to see how it works with custom tags and how you leverage the Lit classes. ----------------------...