rstudio / connectwidgets

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.
https://rstudio.github.io/connectwidgets/
Other
21 stars 7 forks source link

warn rather than err when the server does not provide version #64

Closed aronatkins closed 2 years ago

aronatkins commented 2 years ago

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.

fixes #63