The {connectwidgets} package allows you to curate your content on RStudio Connect, helping to create organized groups of content within an RMarkdown document or Shiny app.
additionally, test-connect.R is no longer sensitive to incoming environment variables.
Given a Connect server configured with Server.HideVersion = true:
connectwidgets::connect()
#> RStudio Connect API Client:
#> Server: XXXXXX
#> API Key: YYYYYY
#> Warning message:
#> In private$validate() :
#> Unable to validate that the RStudio Connect server version >= 1.8.8.3; the server did not provide its version.
additionally, test-connect.R is no longer sensitive to incoming environment variables.
Given a Connect server configured with
Server.HideVersion = true
:fixes #63