Skip to content

rsconnect 1.10.1

Latest

Choose a tag to compare

@aronatkins aronatkins released this 08 Jul 13:57
  • Fixed a regression where deployApp() and writeManifest() would install
    BiocManager and contact bioconductor.org during dependency capture even for
    projects with no Bioconductor dependencies, breaking deployment of CRAN-only
    content in air-gapped or offline environments. Bioconductor repositories are
    now resolved only when a Bioconductor-sourced package is present. (#1337)

  • deployApp(contentCategory) now defaults to "mcp" for deployments with a
    _server.yml and engine: mcptools (#1343).

  • Use openssl::rsa_sign rather than PKI signing. (#1333)

  • Address CRAN test failures from sample packages using custom encoding. (#1344)