Package: conmat Title: Builds Contact Matrices using Generalised Additive Models (GAMs) and Population Data Version: 0.1.0 Authors@R: c( person(given = "Nicholas", family = "Tierney", role = c("aut", "cre", "cph"), email = "nicholas.tierney@gmail.com", comment = c(ORCID = "0000-0003-1460-8722")), person(given = "Nick", family = "Golding", role = "aut", email = "nick.golding.research@gmail.com", comment = c(ORCID = "0000-0001-8916-5570")), person(given = "Aarathy", family = "Babu", role = c("aut"), email = "aarathybabu907@gmail.com", comment = c(ORCID = "0000-0002-6982-5989")), person(given = "Chitra", family = "Saraswati", role = c("aut"), email = "chitra.saraswati@telethonkids.org.au", comment = c(ORCID = "0000-0002-8159-0414")), person(given = "Michael", family = "Lydeamore", role = "aut", email = "michael.lydeamore@monash.edu", comment = c(ORCID = "0000-0001-6515-827X")), person("Commonwealth of Australia", "AEC", role = c("cph")), person("Australian Bureau of Statistics", "ABS", role = c("cph")) ) Description: Builds contact matrices using Generalised Additive Models (GAMs) and population data, as described in Tierney, Saraswati, Babu, Lydeamore, and Golding (2026) . This package incorporates data that is copyright Commonwealth of Australia (Australian Electoral Commission and Australian Bureau of Statistics) 2020. License: MIT + file LICENSE Depends: R (>= 4.1.0) Suggests: covr, knitr, vdiffr, testthat (>= 3.0.0), rmarkdown, future, spelling, deSolve VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US LazyData: true LazyDataCompression: xz Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: mgcv, dplyr (>= 1.0.9), tidyr (>= 1.2.0), cli, stats, socialmixr (>= 0.5.0), ggplot2, tibble (>= 3.1.8), patchwork, magrittr, rlang (>= 1.0.4), glue (>= 1.6.2), minty, furrr, purrr (>= 1.0.1), tidyselect, vctrs, scales, english, waldo, stringr URL: https://idem-lab.github.io/conmat/, https://github.com/idem-lab/conmat BugReports: https://github.com/idem-lab/conmat/issues Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev Repository: https://idem-lab.r-universe.dev Date/Publication: 2026-02-13 05:42:29 UTC RemoteUrl: https://github.com/idem-lab/conmat RemoteRef: HEAD RemoteSha: 4e8982781e895736db903d52fb6e3a0b48271dcf NeedsCompilation: no Packaged: 2026-06-13 09:34:54 UTC; root Author: Nicholas Tierney [aut, cre, cph] (ORCID: ), Nick Golding [aut] (ORCID: ), Aarathy Babu [aut] (ORCID: ), Chitra Saraswati [aut] (ORCID: ), Michael Lydeamore [aut] (ORCID: ), Commonwealth of Australia AEC [cph], Australian Bureau of Statistics ABS [cph] Maintainer: Nicholas Tierney