https://github.com/smac-group/ptdspkg
https://github.com/smac-group/ptdspkg
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smac-group/ptdspkg
- Owner: SMAC-Group
- Created: 2018-09-15T08:21:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T19:16:16.000Z (almost 7 years ago)
- Last Synced: 2025-10-09T06:04:11.272Z (10 months ago)
- Language: R
- Size: 6.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")
```