Package: using Type: Package Title: Add version constraints to library() calls Version: 0.4.0 Authors@R: c( person(given = "Anthony", family = "North", role = c("aut", "cre"), email = "anthony.jl.north@gmail.com"), person(given = "Miles", family = "McBain", role = c("aut"), email = "miles.mcbain@gmail.com"), person("Mango Solutions", role = "cph"), person("RStudio", role = "cph")) Description: Add version constraints and remote git repositories to library() calls. In interactive mode the user is prompted to install. License: MIT + file LICENSE URL: https://github.com/anthonynorth/using BugReports: https://github.com/anthonynorth/using/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.0 Depends: R (>= 3.3.0) Imports: utils, uuid, remotes, knitr, stats, withr Suggests: testthat (>= 2.1.0) Config/pak/sysreqs: git Repository: https://anthonynorth.r-universe.dev Date/Publication: 2025-09-01 04:26:13 UTC RemoteUrl: https://github.com/anthonynorth/using RemoteRef: HEAD RemoteSha: ce032ebb0f7922b900450e1c9f34be13a66f069c NeedsCompilation: no Packaged: 2026-05-25 06:19:23 UTC; root Author: Anthony North [aut, cre], Miles McBain [aut], Mango Solutions [cph], RStudio [cph] Maintainer: Anthony North