diff --git a/instat/static/InstatObject/R/install_packages.R b/instat/static/InstatObject/R/install_packages.R index dbafd95a982..cebadbae238 100644 --- a/instat/static/InstatObject/R/install_packages.R +++ b/instat/static/InstatObject/R/install_packages.R @@ -160,6 +160,8 @@ pkgs <- "statquotes", # Statistical Analysis and Data Display: Heiberger and Holland "HH", + #Datasets from the Datasaurus Dozen + "datasauRus", "desplot", #applying formatting on vectors and data frames to make data presentation easier, richer, more flexible and hopefully convey more information "formattable",