https://github.com/koderkow/packages-presentation
📈Initial Slides are Done! 📈
https://github.com/koderkow/packages-presentation
Last synced: 5 months ago
JSON representation
📈Initial Slides are Done! 📈
- Host: GitHub
- URL: https://github.com/koderkow/packages-presentation
- Owner: KoderKow
- Created: 2019-05-03T22:21:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T01:30:54.000Z (almost 7 years ago)
- Last Synced: 2025-06-12T09:53:02.792Z (about 1 year ago)
- Language: HTML
- Homepage: https://koderkow.github.io/packages-presentation/.
- Size: 67.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# 📦 Developing Packages 📦
[](https://github.com/ellerbrock/open-source-badges/)
[](https://www.r-project.org/)
[](https://GitHub.com/koderkow/packages-presentation/graphs/contributors/)
[](https://GitHub.com/koderkow/packages-presentation/commit/)
The goal of this presentation to show how easy it is to develop a basic R package using modern methods. View the slides [here](https://koderkow.github.io/packages-presentation/#1).
# To-Do List
- **pkgdown**: Create a github website for the package
- **pkgdown/Travis CI**: Automatically update *pkgdown* site with each push using *Travis CI*