/introDS

The objective of this R 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.

Primary LanguageHTMLGNU Affero General Public License v3.0AGPL-3.0

Travis-CI Build Status Project Status: Active Licence minimal R version

Introduction to Data Science 😎

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.

Installation Instructions 💻

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")