Package: roads
Title: Road Network Projection
Version: 1.1.1
Authors@R: 
    c(person(given = "Sarah",
           family = "Endicott", 
           role = c("aut", "cre"), 
           email = "sarah.endicott@ec.gc.ca",
           comment = c(ORCID = "0000-0001-9644-5343")),
    person(given = "Kyle",
           family = "Lochhead",
           role = c("aut"),
           email = "Kyle.Lochhead@gov.bc.ca"),
    person(given = "Josie",
           family = "Hughes",
           role = c("aut"),
           email = "josie.hughes@ec.gc.ca"),
    person(given = "Patrick",
           family = "Kirby",
           role = c("aut")),
    person(given="Her Majesty the Queen in Right of Canada as represented by the Minister of the Environment",
           role = c("cph"),
           comment = "Copyright holder for included functions buildSimList, getLandingsFromTarget, pathsToLines, plotRoads, projectRoads, rasterizeLine, rasterToLineSegments"),
    person(given = "Province of British Columbia", role = c("cph"), 
           comment = "Copyright holder for included functions getGraph, lcpList, mstList, shortestPaths, getClosestRoad, buildSnapRoads"))    
Date: 2023-06-23
URL: https://github.com/LandSciTech/roads,
        https://landscitech.github.io/roads/
Description: Project road network development based on an existing road 
    network, target locations to be connected by roads and a cost surface. Road 
    projection methods include minimum spanning tree with least cost path 
    (Kruskal's algorithm (1956) <doi:10.2307/2033241>), least cost path 
    (Dijkstra's algorithm (1959) <doi:10.1007/BF01386390>) or snapping. 
    These road network projection methods are ideal for use with land cover
    change projection models.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Imports: dplyr, igraph, data.table, sf, units, rlang, methods,
        tidyselect, terra
RoxygenNote: 7.2.1
Suggests: testthat (>= 2.1.0), knitr, rmarkdown, viridis, tmap, bench
VignetteBuilder: knitr
Depends: R (>= 2.10)
Collate: 'CLUSexample.R' 'buildSimList.R' 'buildSnapRoads.R'
        'demoScen.R' 'getClosestRoad.R' 'getDistFromSource.R'
        'getGraph.R' 'getLandingsFromTarget.R' 'lcpList.R' 'mstList.R'
        'pathsToLines.R' 'projectRoads.R' 'rasterToLineSegments.R'
        'shortestPaths.R' 'plotRoads.R' 'rasterizeLine.R'
        'prepExData.R' 'roads-package.R'
BugReports: https://github.com/LandSciTech/roads/issues
NeedsCompilation: no
Packaged: 2023-06-23 20:35:54 UTC; EndicottS
Author: Sarah Endicott [aut, cre] (<https://orcid.org/0000-0001-9644-5343>),
  Kyle Lochhead [aut],
  Josie Hughes [aut],
  Patrick Kirby [aut],
  Her Majesty the Queen in Right of Canada as represented by the Minister
    of the Environment [cph] (Copyright holder for included functions
    buildSimList, getLandingsFromTarget, pathsToLines, plotRoads,
    projectRoads, rasterizeLine, rasterToLineSegments),
  Province of British Columbia [cph] (Copyright holder for included
    functions getGraph, lcpList, mstList, shortestPaths,
    getClosestRoad, buildSnapRoads)
Maintainer: Sarah Endicott <sarah.endicott@ec.gc.ca>
Repository: CRAN
Date/Publication: 2023-06-24 04:10:03 UTC
Built: R 4.2.0; ; 2023-06-24 11:59:34 UTC; unix
