Quarto

Quarto

94 bookmarks
Custom sorting
(Actuarial) tools with R
(Actuarial) tools with R
How to write a well-structured and understandable R program
·littleactuary.github.io·
(Actuarial) tools with R
Calling R from Excel
Calling R from Excel
Illustrating with a Principal Component Analysis
·littleactuary.github.io·
Calling R from Excel
Scaffolding Interfaces to Packages in Other Programming Languages
Scaffolding Interfaces to Packages in Other Programming Languages
Comprehensive set of tools for scaffolding R interfaces to modules, classes, functions, and documentations written in other programming languages, such as Python.
·terrytangyuan.github.io·
Scaffolding Interfaces to Packages in Other Programming Languages
I really should talk about {capsule} #rstats :: Miles McBain —
I really should talk about {capsule} #rstats :: Miles McBain —
This is a post I’ve been meaning to write for some time now about {capsule}. {capsule} provides alternative workflows to {renv} for establishing and working with controlled package libraries in R. It also uses an renv.lock so it is compatible with {renv} - you can switch between doing things the {capsule} way and the {renv} or vice versa at any time. Introducing an R package I wrote nearly three years ago Carefully curating a controlled package environment the {renv} way can be kind of a chore.
·milesmcbain.micro.blog·
I really should talk about {capsule} #rstats :: Miles McBain —
Blogdown Hugo themes to share scripts · StatnMap
Blogdown Hugo themes to share scripts · StatnMap
I modified two Hugo themes to be able to share R code using blogdown. hugo-future-imperfect and hugo-statnmap-theme are multilingual themes allowing for code folding, syntax highlighting, list of related articles, citation card, SEO graph or contact form. All options listed below are detailed in the Readme page of themes on Github. There are also listed with their configuration parameters in the config file of the “exampleSite” directory in the repository.
·statnmap.com·
Blogdown Hugo themes to share scripts · StatnMap
Enable code folding in bookdown and blogdown · StatnMap
Enable code folding in bookdown and blogdown · StatnMap
Code folding is an interesting feature in Rmarkdown documents. Find out how to realise it in bookdown documents and blogdown websites. Code folding in bookdown and blogdown Option code_folding: true, like in classical rmarkdown documents, is not working in bookdown or blogdown but it is possible to enable it with some tricks. All files presented here, the javascript and Rmd files necessary for bookdown and the html files necessary for blogdown, to enable code folding are available on my github blog tips repository.
·statnmap.com·
Enable code folding in bookdown and blogdown · StatnMap
18.1 Deriving from built-in formats | R Markdown: The Definitive Guide
18.1 Deriving from built-in formats | R Markdown: The Definitive Guide
The first official book authored by the core R Markdown developers that provides a comprehensive and accurate reference to the R Markdown ecosystem. With R Markdown, you can easily create reproducible data analysis reports, presentations, dashboards, interactive applications, books, dissertations, websites, and journal articles, while enjoying the simplicity of Markdown and the great power of R and other languages.
·bookdown.org·
18.1 Deriving from built-in formats | R Markdown: The Definitive Guide
R Markdown
R Markdown
Turn your analyses into high quality documents, reports, presentations and dashboards with R Markdown. Use a productive notebook interface to weave together narrative text and code to produce elegantly formatted output. Use multiple languages including R, Python, and SQL. R Markdown supports a reproducible workflow for dozens of static and dynamic output formats including HTML, PDF, MS Word, Beamer, HTML5 slides, Tufte-style handouts, books, dashboards, shiny applications, scientific articles, websites, and more.
·rmarkdown.rstudio.com·
R Markdown
RMarkdown Driven Development (RmdDD)
RMarkdown Driven Development (RmdDD)
A workflow for refactoring one-time analyses to sustainable data products
·emilyriederer.netlify.com·
RMarkdown Driven Development (RmdDD)
'RStudio' Addins to Simplify 'Markdown' Writing • remedy
'RStudio' Addins to Simplify 'Markdown' Writing • remedy
An RStudio addin providing shortcuts for writing in Markdown. This package provides a series of functions that allow the user to be more efficient when using Markdown. For example, you can select a word, and put it in bold or in italics, or change the alignment of elements inside you Rmd. The idea is to map all the functionalities from remedy on keyboard shortcuts, so that it provides an interface close to what you can find in any other text editor.
·thinkr-open.github.io·
'RStudio' Addins to Simplify 'Markdown' Writing • remedy