mem48 / traffic-major-minor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Assigning traffic to minor roads based on AADT from major roads

Readme file for Dissertation project R code.

Introduction

Bold remotes R chunk:

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

List

  • 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

License:GNU General Public License v3.0


Languages

Language:R 100.0%