profandyfield / discovr

discovr package for R to accompany Discovering Statistics Using R and RStudio
133 stars 25 forks source link

error in rendering discovr_06.Rmd tutorial from the discovr package #14

Open AhmedAli8829 opened 1 year ago

AhmedAli8829 commented 1 year ago

processing file: discovr_06.Rmd

Quitting from lines 16-45 (discovr_06.Rmd) Error: package or namespace load failed for 'qqplotr' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called 'twosamples' Execution halted

R version 4.2.3

jakub-jedrusiak commented 1 year ago

I don't get the error by default. Did you install requied packages? Try doing

install_packages("twosamples")