rsconnect 1.3.0
-
deployApp(logLevel = "quiet")
suppresses Posit Connect deployment task
output. (#1051) -
deployApp(logLevel = "quiet")
andwriteManifest(quiet=TRUE)
suppress
output when using renv to analyze dependencies. (#1051) -
deployApp()
andwriteManifest()
receive the default value for the
image
argument from theRSCONNECT_IMAGE
environment variable. (#1063) -
deployTF()
can deploy a TensorFlow model to Posit Connect. Requires Posit
Connect 2024.05.0 or higher. -
Skip tests when suggested packages are not available. Skip Quarto tests when
run by CRAN. (#1074)