Package: traveltime Title: Calculate Travel Times Over Space Version: 1.0.0 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, lifecycle, malariaAtlas, terra Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 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 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: 2026-07-20 01:42:14 UTC RemoteUrl: https://github.com/idem-lab/traveltime RemoteRef: HEAD RemoteSha: 6abc8bca174c20c7cedf1c21e7daac96f7b27928 NeedsCompilation: no Packaged: 2026-07-20 01:55:40 UTC; root Author: Gerry Ryan [aut, cre] (ORCID: ), Daniel Weiss [aut] (ORCID: ), Nicholas Tierney [ctb] (ORCID: ) Maintainer: Gerry Ryan