Package: sdft
Type: Package
Title: Model to forecast demand for new local railway stations
Version: 0.3.1
Authors@R: person("Marcus", "Young", email = "m.a.young@soton.ac.uk", role = c("aut", "cre"))
Description: This model is intended to forecast demand for new local railway stations. 
  It has been calibrated on all Category E and F stations in mainland GB and incorporates
  a station choice component where the probability of a station being chosen is estimated at
  the unit postcode level and used to weight the population variable in a trip end model.
License: file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
    dplyr,
    tidyr,
    foreach,
    RPostgres,
    magrittr,
    futile.logger,
    stringr,
    readr,
    DBI,
    doParallel,
    keyring,
    checkmate,
    stats,
    utils,
    rlang
RoxygenNote: 7.1.1
