discovr icon indicating copy to clipboard operation
discovr copied to clipboard

error in rendering discovr_06.Rmd tutorial from the discovr package

Open AhmedAli8829 opened this issue 2 years ago • 1 comments

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

AhmedAli8829 avatar Mar 25 '23 19:03 AhmedAli8829

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

install_packages("twosamples")

jakub-jedrusiak avatar Mar 26 '23 09:03 jakub-jedrusiak