Type: Package
Package: connectapi
Title: Utilities for Interacting with the 'Posit Connect' Server API
Version: 0.1.3.1
Authors@R: 
    c(person(given = "Sean",
             family = "Lopp",
             role = c("aut")),
      person(given = "Cole",
             family = "Arendt",
             role = c("aut", "cre"),
             email = "cole@posit.co"),
      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://github.com/rstudio/connectapi
Imports: config, dplyr, fs, glue, httr, lifecycle, magrittr, progress,
        purrr, R6, rlang (>= 0.4.2), tibble, uuid, vctrs (>= 0.3.0),
        yaml, bit64, jsonlite
Suggests: crayon, flexdashboard, ggplot2, gridExtra, htmltools, knitr,
        lubridate, processx, rmarkdown, rprojroot, spelling, testthat,
        rsconnect, webshot2, covr, mockery, devtools
VignetteBuilder: knitr
RdMacros: lifecycle
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-02-01 00:02:36 UTC; colearendt
Author: Sean Lopp [aut],
  Cole Arendt [aut, cre],
  Posit, PBC [cph, fnd]
Maintainer: Cole Arendt <cole@posit.co>
Repository: CRAN
Date/Publication: 2023-02-02 12:50:02 UTC
Built: R 4.1.2; ; 2023-02-03 12:12:51 UTC; unix
