(v. 1.23.1) Add dry.run argument to add_access(), as_notebook(),
and as_workspace() to allow local processing and previewing
without making remote changes in AnVIL.
(v. 1.23.3) Add AnVILBase to Suggests.
(v. 1.23.1) Remove legacy support for python notedown conversion.
A system installation of Quarto is now required to convert .Rmd to
.ipynb notebooks, and a clear error is thrown if it is not found.
(v. 1.23.1) Add quarto-cli to SystemRequirements in DESCRIPTION.
(v. 1.23.1) Add URL and BugReports fields to DESCRIPTION.
(v. 1.23.1) Add funding (fnd) role and grant number to package authors.
.rmd extensions in as_notebook().create_workspace() for creating a new AnVIL workspace
without necessarily populating it from an R package.GCPtools for gcloud checks.AnVILGCP for storage and copying functions,
replacing AnVIL usage.(v. 1.15.0) Use README.Rmd script for README.md.
(v. 1.15.2) Update AnVILPublishIntro.Rmd and README.md.
(v. 1.13.2) Move BiocManager to Imports as it is used in code.
(v. 1.13.1) Use BiocBaseUtils for internal utility functions.
notedown Python module conversion.(v. 1.7.1) Support publication output '.Rmd'
(v. 1.7.2) Support 'Quarto' for Rmd to ipynb conversion
(v. 1.7.3) Support 'Qmd' files.
as_workspace() correctly passes an unboxed 'description' attribute
when setting the dashboard.'00-<<workspace name>>' to install package /
book dependencies specified in the original source.as_workspace(..., create = FALSE, update=FALSE) now evaluates
code, silently.Revise Rmd-to-ipynb work flow
Added a NEWS.md file to track changes to the package.
Extensive interface renaming
as_workspace() (formerly package_source_as_workspace())as_notebook() (formerly vignettes_to_notebooks())add_access() (formerly bioconductor_user_access())