New 0.2.2 version of xplain
A new version of my package xplain has been released. xplain is a technology that allows to provide live interpretations and explanations of statistical functions and their results to R learners. It now supports the use of xplain XML files from HTTPS addresses. Since the xplain uses the XML package to process the XML files, and the XML packages requires R 4.0.0 or higher, xplain depends now on R >= 4.0.0. However, I am going to migrate xplain to xml2 in then near future, so that it works with R versions below 4.0.0. To learn more about xplain : xplain web tutorial: http://www.zuckarelli.de/xplain/index.html xplain cheat sheet (PDF): http://www.zuckarelli.de/xplain/xplain_cheatsheet.pdf xplain on CRAN: https://cran.r-project.org/package=xplain xplain on GitHub: https://www.github.com/jsugarelli/xplain xplain example XML files: http://www.zuckarelli.de/xplain/example_lm.xml and http://www.zuckarelli.de/xplain/example_lm_foreach.xml