Skip to content

CorradoLanera/weektwo

Repository files navigation

Travis build status AppVeyor build status Coverage status

lifecycle CRAN status

weektwo

The goal of weektwo is to demonstrate the ability to create a package.

Installation

You can install the develop version of weektwo from GITHUB with:

# install.packages("devtools")
devtools::install_github("CorradoLanera/weektwo")

Example

library(weektwo)

path_to_data <- system.file("sample-data", package = "weektwo")

fars_map_state(state.num = 1,
    year = 2013,
    path = path_to_data
)

Code of Conduct

Please note that the weektwo project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

Course: Building R Packages, week 2

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published