Type: Package
Package: connectapi
Title: Utilities for Interacting with the 'Posit Connect' Server API
Version: 0.4.0
Authors@R: c(
    person(given = "Toph",
           family = "Allen",
           role = c("aut", "cre"),
           email = "toph@posit.co"),
    person(given = "Neal",
           family = "Richardson",
           role = c("aut")),
    person(given = "Sean",
           family = "Lopp",
           role = c("aut")),
    person(given = "Cole",
           family = "Arendt",
           role = c("aut")),
    person(given = "Posit, PBC",
           role = c("cph", "fnd")))
Description: Provides a helpful 'R6' class and methods for interacting with
    the 'Posit Connect' Server API along with some meaningful utility functions
    for regular tasks. API documentation varies by 'Posit Connect' installation
    and version, but the latest documentation is also hosted publicly at
    <https://docs.posit.co/connect/api/>.
License: MIT + file LICENSE
URL: https://pkgs.rstudio.com/connectapi/,
        https://github.com/rstudio/connectapi
BugReports: https://github.com/rstudio/connectapi/issues
Imports: bit64, fs, glue, httr, mime, jsonlite, lifecycle, magrittr,
        purrr, R6, rlang (>= 0.4.2), tibble, uuid, vctrs (>= 0.3.0)
Suggests: covr, dbplyr, dplyr, ggplot2, gridExtra, httptest, knitr,
        lubridate, progress, rmarkdown, rprojroot, rsconnect, spelling,
        testthat, webshot2, withr
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-11-08 23:12:49 UTC; toph
Author: Toph Allen [aut, cre],
  Neal Richardson [aut],
  Sean Lopp [aut],
  Cole Arendt [aut],
  Posit, PBC [cph, fnd]
Maintainer: Toph Allen <toph@posit.co>
Repository: CRAN
Date/Publication: 2024-11-08 23:30:03 UTC
