Package: traveltime Title: Calculate Travel Times Over Space Version: 0.0.0.9000 Authors@R: c( person( given = "Gerry", family = "Ryan", email = "gerard.ryan@telethonkids.org.au", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0183-7630") ), person( given = "Daniel", family = "Weiss", role = "aut", comment = c(ORCID = "0000-0002-6175-5648") ), person( given = "Nicholas", family = "Tierney", email = "nicholas.tierney@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0003-1460-8722") ) ) Description: Calculate travel time over a friction surface from a specified set of locations. License: MIT + file LICENSE Imports: cli, gdistance, lifecycle, malariaAtlas, raster, terra Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Suggests: geodata, ggplot2, knitr, rmarkdown, testthat (>= 3.0.0), tidyterra Config/testthat/edition: 3 Depends: R (>= 4.1.0) LazyData: true URL: https://idem-lab.github.io/traveltime/ BugReports: https://github.com/idem-lab/traveltime/issues VignetteBuilder: knitr Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libglpk-dev libicu-dev libsecret-1-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libx11-dev Repository: https://idem-lab.r-universe.dev Date/Publication: 2025-08-10 23:59:05 UTC RemoteUrl: https://github.com/idem-lab/traveltime RemoteRef: HEAD RemoteSha: 9238ae5a1850040e30503d3afe51d317ef6f4203 NeedsCompilation: no Packaged: 2026-06-07 09:52:55 UTC; root Author: Gerry Ryan [aut, cre] (ORCID: ), Daniel Weiss [aut] (ORCID: ), Nicholas Tierney [ctb] (ORCID: ) Maintainer: Gerry Ryan