I’m extra excited that this year at #PositConf2025 I’ll be teaming up with Joe Cheng to give a 1-day workshop on programming with LLMs in #RStats and #Python!
https://fosstodon.org/@Posit/113606710650728314
It's very cool to see people using brand.yml in the wild already! Big thanks to @Letxuga007 for sharing @NHSrCommunity branding as inspiration for others. #QuartoPub #Shiny
https://posit-dev.github.io/brand-yml/inspiration/brand-guidelines/nhsr-community/
Support today includes #Shiny for #Python (v1.2.0) and #QuartoPub (v1.6) dashboards, sites, slides and PDF reports (via Typst). This includes YAML validation for `_brand.yml` files through Quarto in RStudio and VS Code or through the new `brand_yml` Python package. #Shiny for #RStats coming soon!
25.11.2024 17:05Support today includes #Shiny for #Python (v1.2.0) and #QuartoPub (v1.6) dashboards, sites, slides and PDF reports (via Typst). This...brand.yml is more than a collaboration between the Shiny + Quarto teams. It's a full spec for storing brand guidelines in structured data for humans and machines. Learn more about brand.yml on its official page
https://posit-dev.github.io/brand-yml
I'm happy to share it's now a whole lot easier to theme your #Shiny for #Python apps! brand.yml is a new project: one YAML file holds your brand's colors, theme, logos and fonts and can be used to theme Shiny apps and #QuartoPub sites, slides, and more!
https://shiny.posit.co/blog/posts/shiny-python-1.2-brand-yml/
Y’all make some really cool #Shiny apps! 👏👏 Congrats to the winners and everyone else who submitted this year! https://fosstodon.org/@Posit/113352223174392231
22.10.2024 23:52Y’all make some really cool #Shiny apps! 👏👏 Congrats to the winners and everyone else who submitted this year!...How do I get myself into the "has opinions about whether and when the y-axis of a bar chart should include 0" marketing segment?
15.10.2024 01:47How do I get myself into the "has opinions about whether and when the y-axis of a bar chart should include 0" marketing segment?This is a real, unedited plot from a fundraising email the DNC sent me. I just want to know how I ended up in the marketing bucket labelled "will be convinced to donate money by three blue rectangles vaguely arranged to look like bar chart"
15.10.2024 01:45This is a real, unedited plot from a fundraising email the DNC sent me. I just want to know how I ended up in the marketing bucket labelled...{rsthemes} v0.5.0 is out (on GitHub) with three new themes for #RStudio, each with light and dark variants. Big thanks to Eric Hunt for contributing Embark, Rose Pine, and Everforest! #RStats
https://www.garrickadenbuie.com/project/rsthemes/
A fun daily game for data folks: here’s a plot, can you guess the data source? https://www.graphs.world/
6.9.2024 12:13A fun daily game for data folks: here’s a plot, can you guess the data source? https://www.graphs.world/Feature request: a calendar app that automatically removes 1:1s from my calendar when the other person declines their own event.
29.8.2024 15:03Feature request: a calendar app that automatically removes 1:1s from my calendar when the other person declines their own event.Back at home after posit::conf (and a month of conf prep) and immediately started filing PRs for the house:
* chore: laundry from trip
* fix: broken valve causing toilet buffer overflow
* feat(family room): installed new ceiling fan
S -> R
https://mastodon.social/@dabeaz/112960519139935659
Have you noticed #RStats code search on GitHub got way way way better in the last week or so? It's because @davis and the #Positron team taught tree sitter how to read R code! #PositConf2024
13.8.2024 18:10Have you noticed #RStats code search on GitHub got way way way better in the last week or so? It's because @davis and the #Positron team...Quick screen recording of a local chat interface in #Positron with #ollama and #Shiny for #Python
10.8.2024 14:10Quick screen recording of a local chat interface in #Positron with #ollama and #Shiny for #PythonI've also tried `deepseek-coder-v2` which is an 8GB download and pretty darn good https://ollama.com/library/deepseek-coder-v2
10.8.2024 14:00I've also tried `deepseek-coder-v2` which is an 8GB download and pretty darn good https://ollama.com/library/deepseek-coder-v2About to hop on a plane to head to #PositConf2024 but want a local coding assistant for inflight hacking? With #ollama and #Shiny for #Python you can bring a coding assistant with you!
1. Download Ollama from https://ollama.com/
2. Run `ollama run llama3.1:8b` to get a decent, light ~5GB model
3. Create a Shiny app from our Ollama chat template https://shiny.posit.co/py/components/display-messages/chat/#ai-quick-start
4. Set `model="llama3.1:8b` in `app.py`
5. `shiny run app.py`
6. Local coding assistant!
Here's the link to Joe's talk for another interesting look at how much Shiny has changed in the last 10 years
https://www.youtube.com/watch?v=MrQVzz2POD4
The dataset was first featured in Joe Cheng's EARL 2015 talk about Shiny gadgets and I revamped his make-based processing pipeline to use targets. `gadenbuie/scorecard-db` is a fork of the original pipeline at https://github.com/jcheng5/scorecard-db
Pretty neat to compare the two workflows to see how much #RStats workflows and tooling have changed in the last almost decade.
29.7.2024 17:01The dataset was first featured in Joe Cheng's EARL 2015 talk about Shiny gadgets and I revamped his make-based processing pipeline to...Speaking of #RStats #data for educators, I just released {collegeScorecard} to CRAN! It provides a tidy subset of the U.S. College Scorecard data set containing admissions data, test scores, tuition and other costs and more for 11,000+ institutions in the U.S.
https://cran.r-project.org/package=collegeScorecard
The data are downloaded and processed using {targets}, {duckdb} and parquet. The targets pipeline even builds the package! Lots of intermediate formats available in the pipeline repo https://github.com/gadenbuie/scorecard-db
29.7.2024 16:57Speaking of #RStats #data for educators, I just released {collegeScorecard} to CRAN! It provides a tidy subset of the U.S. College Scorecard...⬆️
⬇️