Package: annotater Title: Annotate Package Load Calls Version: 0.2.4 Authors@R: c( person(given = "Luis D.", family = "Verde Arregoitia", role = c("aut", "cre"), email = "luis@liomys.mx", comment = c(ORCID = "0000-0001-9520-6543")), person("Juan","Cruz Rodriguez",role="ctb"), person("Hadley","Wickham",role="ctb")) Description: Provides non-invasive annotation of package load calls such as \code{library()}, \code{p_load()}, and \code{require()} so that we can have an idea of what the packages we are loading are meant for. License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.2 Imports: dplyr, knitr, purrr, readr, rlang, rstudioapi, stringi, stringr, tibble, tidyr URL: https://github.com/luisDVA/annotater, https://annotater.liomys.mx BugReports: https://github.com/luisDVA/annotater/issues Suggests: covr, rmarkdown, testthat VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev libx11-dev Repository: https://ar-puuk.r-universe.dev Date/Publication: 2026-01-08 18:47:08 UTC RemoteUrl: https://github.com/luisDVA/annotater RemoteRef: HEAD RemoteSha: 718ca15fa6df6d4228bb0c0fcb119c64fc44c595 NeedsCompilation: no Packaged: 2026-06-07 07:43:20 UTC; root Author: Luis D. Verde Arregoitia [aut, cre] (ORCID: ), Juan Cruz Rodriguez [ctb], Hadley Wickham [ctb] Maintainer: Luis D. Verde Arregoitia Depends: R (>= 4.1.0)