- Updated R Books: Added "Custom Fonts" section
- Updated R Books: add summaries of What They Forgot to Teach You About R, DevOps for Data Science
- Moved Constraints vs Performance to new security analysis package
- Minor updates
- Updated Constraints vs Performance: Added "Transparent Donut" section
- Updated Constraints vs Performance: Added "Growth of Controls" section
- Added Constraints vs Performance: Visualizations exploring the use of constraints vs performance improvements in risk management.
- Updated for R 4.4.0
- Added Hockey Cards Analysis: A simple Monte Carlo simulation in R, replicating Julia code from a LinkedIn post
- Added Conditional Probability: An exploration of conditional probabilities in R, inspired by a 2015 blog post on the hot hand
- Maintenance updates
- Maintenance updates
- Updated site theme
- Maintenance updates
- Using Rcpp: added link to Corels package, additional follow-up notes
-
Added Using Rcpp: Notes on using Rcpp to implement Poker-Hand-Evaluator in the cards package
-
Updated R Books: updated reading list, notes on
checkmate
andvalidate
- Updated R Training Log: fixed Wikipedia demo image colors
- Maintenance updates
- Maintenance updates
- Maintenance updates
- Added R Books: An actively maintained and curated list of R Books and other recommended resources from my reading list
- Migrated site to Quarto
- Updated installation instructions in README and templates to use
remotes
instead ofdevtools
- Maintenance updates
- Maintenance updates
- Maintenance updates
- Updated Advanced R Workbook (Metaprogramming): add partial solutions for Chapter 20
-
Added Advanced R Workbook (Metaprogramming): Workbook for completing quizzes and exercises from the "Object-oriented programming" chapters of Advanced R, second edition, with comparisons to solutions from Advanced R Solutions
-
Updated Advanced R Workbook (Metaprogramming): add solutions for Chapter 18, 19
- Maintenance update
- Maintenance update
- Updated Advanced R Workbook (Object-oriented programming): add solutions for Chapter 14, 15
- Minor fixes
-
Added ggplot2 (Getting started): Workbook for completing quizzes and exercises from the "Getting started" chapters of ggplot2: Elegant Graphics for Data Analysis, third edition, with comparisons to solutions from Solutions to ggplot2: Elegant Graphics for Data Analysis
-
Added ggplot2 (Layers): Workbook for completing quizzes and exercises from the "Layers" chapters of ggplot2: Elegant Graphics for Data Analysis, third edition, with comparisons to solutions from Solutions to ggplot2: Elegant Graphics for Data Analysis
-
Added ggplot2 (Scales): Workbook for completing quizzes and exercises from the "Scales" chapters of ggplot2: Elegant Graphics for Data Analysis, third edition, with comparisons to solutions from Solutions to ggplot2: Elegant Graphics for Data Analysis
-
Added ggplot2 (Grammar): Workbook for completing quizzes and exercises from the "Grammar" chapters of ggplot2: Elegant Graphics for Data Analysis, third edition, with comparisons to solutions from Solutions to ggplot2: Elegant Graphics for Data Analysis
-
Added ggplot2 (Extending): Workbook for completing quizzes and exercises from the "Extending" chapters of ggplot2: Elegant Graphics for Data Analysis, third edition, with comparisons to solutions from Solutions to ggplot2: Elegant Graphics for Data Analysis
-
Added Advanced R Workbook (Object-oriented programming): Workbook for completing quizzes and exercises from the "Object-oriented programming" chapters of Advanced R, second edition, with comparisons to solutions from Advanced R Solutions
-
Updated Advanced R Workbook (Object-oriented programming): add solutions for Chapter 13
- Updated Advanced R Workbook (Functional programming): add solutions for Chapter 10, 11
- Updated Advanced R Workbook (Functional programming): add solutions for Chapter 9
-
Updated Advanced R Workbook (Foundations): add AR Solutions for Chapter 4-8
-
Added Advanced R Workbook (Functional programming): Workbook for completing quizzes and exercises from the "Functional programming" chapters of Advanced R, second edition, with comparisons to solutions from Advanced R Solutions
- Updated Advanced R Workbook (Foundations): add AR Solutions for Chapter 3
-
Updated Advanced R Workbook (Foundations): add AR Solutions for Chapter 2, add workaround for plot rendering issue
-
Update site to Bootstrap 5
-
Renamed "Advanced R Workbook" to "Advanced R Workbook (Foundations)"; future notebooks will be added for each major section
-
Updated Advanced R Workbook (Foundations): completed Chapter 6-8, added Solutions section for comparing solutions against Advanced R Solutions
- Updated Advanced R Workbook: completed Chapter 4, 5
- Updated Advanced R Workbook: completed Chapter 3
- Update links
-
Add demo from Wikipedia article on R
-
Updated Advanced R Workbook: added Chapter 3, 3.2.5 Exercises
-
Replace development lintr with CRAN release 3.0.0
-
Added Advanced R Workbook: Workbook for completing quizzes and exercises from Advanced R, second edition.
-
maintenance updates, update links
- maintenance release
- maintenance release
- maintenance release, fix links
- maintenance release
- maintenance release
- maintenance release, minor updates to rtraining log
- maintenance release
- maintenance release, fix broken links
- Important update from renv 0.15.0 to 0.15.1
- Updated with new analysis package updates
- maintenance release
- Add new
viridis_quo()
styling to rtraining log, maintenance updates
- maintenance release
- maintenance release, update README and GitHub Actions
- Add FaultTree.widget Test notebook for demonstrating
ftree2widget()
issue
- maintenance release
- maintenance release, updated for R 4.1.0
build_analysis_site()
migrated to rdev
-
major update:
build-site
has been replaced with an R function,build_analysis_site()
, which retains all of the functionality of the old shell script. It is still considered Experimental, due to lack of test coverage and some features that are not implemented, but should work for projects with limited pkgdown customization. The update also includes a function to convert notebooks tohtml_document
,to_document()
. -
build_analysis_site()
will be migrated to rdev in a future release
-
R Setup Log: added notes on the package layout I use for "analysis" packages (will be converted to an rdev vignette in a future release)
-
R Setup Log: added notes on my R Workflow
-
R Training Log: updated with notes on my current book, R Packages
- R Training Log content updates
- moved
rmarkdown::render_site
header files topkgdown
-analysis
now contains only R Notebooks!
pkgdown integration
build-site
has been updated to (mostly) seamlessly build a site that integrates pkgdown as the base site and adds an "Analysis" menu that contains all of the R Notebooks (html_notebook
) or Documents (html_document
) inanalysis/
(moved fromnotebooks/
)
rdev migration
-
ci()
,check_renv()
,style_all()
,lint_all()
, andtools/setup-r
have been migrated to rdev, my "opinionated collection of R development tools" -
rtraining has been updated to import and load development tools through
rdev
-
updated README
-
updated package description (Authors)
-
GitHub Action updates
-
ci()
: run continuous integration tests locally: lint, R CMD check, and style (off by default). -
check_renv()
: convenience function that runsrenv
status()
,clean()
, and optionallyupdate()
(on by default).
- minor maintenance updates
Initial GitHub release
-
R Setup Log Notebook (r-setup-log.Rmd): My notes on my personal R setup
-
minor updates to R Training Log
-
style_all()
: style all.R
and.Rmd
files in a project usingstyler
-
lint_all()
: lint all.R
and.Rmd
files in a project usinglintr
-
add GitHub Actions for continuous integration testing
Pre-release
- initial package setup, GitHub pages build
-
R Training Log Notebook (r-training-log.Rmd): Notes on learning R and RStudio
-
tools/setup-r
: shell script to install development packages to site repository on macOS + Homebrew -
build-site
: build a website from a collection of R Notebooks (html_notebook
) innotebooks/