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

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! 📈

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 📦

[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![made-with-R](https://img.shields.io/badge/Made%20with-R-1f425f.svg)](https://www.r-project.org/)
[![GitHub contributors](https://img.shields.io/github/contributors/koderkow/packages-presentation.svg)](https://GitHub.com/koderkow/packages-presentation/graphs/contributors/)
[![GitHub commits](https://img.shields.io/github/commits-since/koderkow/packages-presentation/v1.0.svg)](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*