-
Fixed a regression where
deployApp()andwriteManifest()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.ymlandengine: mcptools(#1343). -
Use
openssl::rsa_signrather than PKI signing. (#1333) -
Address CRAN test failures from sample packages using custom encoding. (#1344)