An open API service indexing awesome lists of open source software.

https://github.com/smac-group/ptdspkg


https://github.com/smac-group/ptdspkg

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Programming tools in data science

This package is intended as a support for the Programming tools in data science class
taught at the University of Lausanne
(check the course website [here](https://ptds.netlify.com/))

This package will be updated quite often, make sure you have the last version.

To install the package:
```R
# If not installed, first install 'devtools'
install.packages("devtools")

# Install the package
devtools::install_github("SMAC-Group/ptds_pkg")
```