Skip to content

ITSLeeds/thegazetter

Repository files navigation

Travis build status Coverage status Build status Project Status: Active – The project has reached a stable, usable state and is being actively developed.

RpackageTemplate

Template to form the basis of ITSLeeds R packages

Installation

Install the package with remotes as follows:

install.packages("remotes") # If you do not already have the remotes package
remotes::install_github("ITSleeds/RpackageTemplate")

Usage

To create a new package and get it on your computer:

  • Create a new repo on GitHub in an appropriate organisation. You can use this template by clicking the “Use this template” button in the top right hand corner of this page.
  • Clone the package onto your computer, e.g. by typing git clone git@github.com:itsleeds/youPackageName in a Linux terminal (try pressing Ctl+Shift+T in RStudio to get to the terminal or open Windows Powershell)
  • Change the name of the .Rproj file, e.g. with the following commands in terminal
cd testPackage
mv RpackageTemplate.Rproj yourPackageName.Rproj
  • Open the project in RStudio as follows:
rstudioapi::openProject("/path/to/yourPackageName")

Continuous integration

To add continuous integration, use the following commands:

# usethis::use_pkgdown()
usethis::use_pkgdown_travis()
travis::use_travis_deploy()

See these resources for further information:

Acknowledgement

Acknowledge all the fine people who helped build this package.

Contribution

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

Package Status

This package is part of ongoing research at the University of Leeds, it is provided “as is” and is likely to be updated and changed without warning to meet the research needs of the University.

About

Get data on Traffic Regulation Orders and other datasets in the public domain into R

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages