TaskHandlers.pdf

No Clocks
Compare with Tidyr’s Rectangling
R's C interface · Advanced R.
3 Objects, their modes and attributes – R Manuals :: An Introduction to R ¶
compiler.pdf
Introducing fodr: a package for French open data in R
Nowadays, more and more government organisations subscribe to the open data movement and some have done so in France, in the hopes that new services or insights would come from the analysis of this data.
Teaching chat apps about R packages - Posit
Simon Couch demonstrates how the btw package provides context to LLMs through system prompts and tool calls.
shinymgr: A Framework for Building, Managing, and Stitching Shiny Modules into Reproducible Workflows
The R package shinymgr provides a unifying framework that allows Shiny developers to create, manage, and deploy a master Shiny application comprised of one or more "apps", where an "app" is a tab-based workflow that guides end-users through a step-by-step analysis. Each tab in a given "app" consists of one or more Shiny modules. The shinymgr app builder allows developers to "stitch" Shiny modules together so that outputs from one module serve as inputs to the next, creating an analysis pipeline that is easy to implement and maintain. Apps developed using shinymgr can be incorporated into R packages or deployed on a server, where they are accessible to end-users. Users of shinymgr apps can save analyses as an RDS file that fully reproduces the analytic steps and can be ingested into an RMarkdown or Quarto report for rapid reporting. In short, developers use the shinymgr framework to write Shiny modules and seamlessly combine them into Shiny apps, and end-users of these apps can execute reproducible analyses that can be incorporated into reports for rapid dissemination. A comprehensive overview of the package is provided by 12 learnr tutorials.
Futureverse
A Unifying Parallelization Framework in R for Everyone
Harness Local LLMs and GitHub Copilot for Enhanced R Package Development - Dr. Mowinckel’s
Unlocking code assistance with local LLMs & GitHub Copilot! Discover R optimization & streamline your workflow.
Introducing gander - Posit
gander is an in-editor AI tool that describes R objects to improve coding efficiency.
Guest Blog: Reproducible Data Pipelines In R With {targets} - ESIP
Reproducibility is a huge challenge in science, especially as datasets grow larger and workflows become more complex. Enter targets — an R package that helps
A data workflow is the series of steps that turn raw data into something meaningful — think downloading, cleaning, analyzing and visualizing. You might already do this in R with a mix of scripts and notebooks. Some steps in your data workflow may also be manual and require no coding, such as data processing in Excel or uploading model output data to OneDrive.
A data pipeline, on the other hand, is an automated version of that workflow. It ensures that every step happens in order, only the necessary steps are rerun when data changes, and guarantees the results are reproducible every time. A well-structured pipeline ensures that anyone revisiting the analysis — including your future self — can rerun, verify and build on the work without extra effort or missing pieces.
BillPetti/baseballr: A package written for R focused on baseball analysis. Currently in development.
A package written for R focused on baseball analysis. Currently in development. - BillPetti/baseballr
Technical Guidelines for R
Best practices with R around select topics.
r-lib/producethis: What the Package Does (One Line, Title Case)
Note the use of the /exec folder for different deployable workflows
https://juliasilge.com/blog/r-pkg-releas/
A data science blog
3 of the best LLM integration tools for R
Do you need to add LLM capabilities to your R scripts and applications? Here are three tools you'll want to know.
CRAN Task View: Natural Language Processing
Natural language processing has come a long way since its foundations were laid in the 1940s and 50s (for an introduction see, e.g., Jurafsky and Martin (2008, 2009, 2022 draft third edition): Speech and Language Processing, Pearson Prentice Hall). This CRAN task view collects relevant R packages that support computational linguists in conducting analysis of speech and language on a variety of levels - setting focus on words, syntax, semantics, and pragmatics.
5 Best Natural Language Processing Packages in R Language
If you are looking to use Natural Language Processing in R applications, these are some of the best NLP packages you must know.
Customize your expedition: Create a unique documentation for your R Package - Rtask
The R task Force - R experts for all your needs
bslib/inst/examples-shiny/brand.yml/app.R at main · rstudio/bslib
Tools for theming Shiny and R Markdown via Bootstrap 3, 4, or 5. - rstudio/bslib
Working with colours in R | Nicola Rennie
Whether you're building data visualisations or generative art, at some point you will likely need to consider which colours to use in R. This blog post describes different ways to define colours, how to make good choices about colour palettes, and ways to generate your own colour schemes.
Table | the R Graph Gallery
A collection of tables produced with R. Reproducible code and explanation provided using up-to-date libraries.
Problem Statement
S7: a new OO system for R.
coolbutuseless/yyjsonr: Fast JSON package for R
Fast JSON package for R.
Parallel and Asynchronous Programming in Shiny with future, promise, future_promise, and ExtendedTask - Rtask
The R task Force - R experts for all your needs
Working With Data In Shiny Apps - FasterCapital
In this page you can find various blogs and articles that are related to this topic: Working With Data In Shiny Apps
JohnCoene/mjml: 📨 Create responsive emails with R
📨 Create responsive emails with R. Contribute to JohnCoene/mjml development by creating an account on GitHub.
chat2doc/R/api.R at main · choonghyunryu/chat2doc
Support chat with Large Language Models. Contribute to choonghyunryu/chat2doc development by creating an account on GitHub.
evalthat/R/ellmer-str.R at main · simonpcouch/evalthat
testthat-style LLM evaluation for R. Contribute to simonpcouch/evalthat development by creating an account on GitHub.