No Clocks

No Clocks

2584 bookmarks
Custom sorting
Introducing fodr: a package for French open data in R
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.
·tutuchan.github.io·
Introducing fodr: a package for French open data in R
shinymgr: A Framework for Building, Managing, and Stitching Shiny Modules into Reproducible Workflows
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.
·journal.r-project.org·
shinymgr: A Framework for Building, Managing, and Stitching Shiny Modules into Reproducible Workflows
Futureverse
Futureverse
A Unifying Parallelization Framework in R for Everyone
·futureverse.org·
Futureverse
Introducing gander - Posit
Introducing gander - Posit
gander is an in-editor AI tool that describes R objects to improve coding efficiency.
·posit.co·
Introducing gander - Posit
Guest Blog: Reproducible Data Pipelines In R With {targets} - ESIP
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.
·esipfed.org·
Guest Blog: Reproducible Data Pipelines In R With {targets} - ESIP
3 of the best LLM integration tools for R
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.
·infoworld.com·
3 of the best LLM integration tools for R
CRAN Task View: Natural Language Processing
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.
·cran.r-project.org·
CRAN Task View: Natural Language Processing
Working with colours in R | Nicola Rennie
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.
·nrennie.rbind.io·
Working with colours in R | Nicola Rennie
Table | the R Graph Gallery
Table | the R Graph Gallery
A collection of tables produced with R. Reproducible code and explanation provided using up-to-date libraries.
·r-graph-gallery.com·
Table | the R Graph Gallery