The objective of the introDS
package is to provide a support for the
course entitled “Introduction to Data Science” given at University of
Geneva. This course is intended to provide an introduction to
statistical programming using the R language. It will also provide
students with notions of data management, manipulation and analysis as
well as of reproducible research, result-sharing and version control
(using GitHub). At the end of the class, students should be able to
automatically extract data from websites and create interactive web apps
as well as dynamic reports to visualize and analyze them. Students
should also be able to construct their own R packages, make them
available on GitHub and document them using literate programming. This
package is linked to the ebook An Introduction to Statistical
Programming Methods with R.
The introDS
package is currently only available on GitHub. This
version can be installed as follows:
# Install dependencies
install.packages(c("devtools","knitr","rmarkdown"))
# Install the package from GitHub
devtools::install_github("SMAC-Group/introDS")