You can install the released version of sessionDiffo from CRAN with:
install.packages("sessionDiffo")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("federicomarini/sessionDiffo")
Ever encountered a situation where the configuration of two systems is different?
Examples:
-
a newer package introduced changes in the functionality, and you have different setups on different machines. You might want to pinpoint what is different
-
debugging/reporting an issue: you encounter a bug, or someone reports it to you, and you want to compare the full set of packages that are available in the two different setups
library(sessionDiffo)
# start the ShinySessionDiffo app
ssd()
If you encounter a bug, have usage questions, or want to share ideas and functionality to make this package better, feel free to file an issue.
Please note that the sessionDiffo
project is released with a
Contributor Code of Conduct. By contributing to
this project, you agree to abide by its terms.
MIT © Federico Marini