- (v. 1.11.3) Link Rmd (and / or ipynb) vignettes to dashboard
- (v. 1.11.1) Remove support for
notedownPython 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.
- (v. 1.7.4) Update workspace publication -- put 'Description' directly under title so it appears in WORKSPACE summary; add current 'Date' to citation if not already defined.
- (v. 1.7.4) Workspace dashboard and startup link to notebooks in 'analysis' rather than 'notebook' location; clean up vignette author list.
- (v. 1.3.2) Support _bookdown.yml -- name and order vignettes
- Include README.md on Workspace landing page (thanks Vince Carey).
as_workspace()correctly passes an unboxed 'description' attribute when setting the dashboard.
- Add 'best practices' and rationale for Rmarkdown-to-jupyter notebook conversion.
- Create a notebook
'00-<<workspace name>>'to install package / book dependencies specified in the original source. - Don't link to vignettes from the DASHBOARD, since the namespace changes in cloned workspaces.
as_workspace(..., create = FALSE, update=FALSE)now evaluates code, silently.
- Support collections of Rmd files that are not packages, e.g., bookdown sites.
- Add R / Bioconductor version to dashboard
-
Revise Rmd-to-ipynb work flow
- Don't evaluate code chunks (avoids including output in notebook, and side-effects because rmarkdown::render does not start a separate process)
- Insert metadata to use the R kernel. jupytext can do this more elegantly, but does from .md renders code chunks and pre-formatted rather than evaluation cells, and from .Rmd does not process markdown well enough, e.g., not suppporting [foo][]-style links when the definition is elsewhere in the document.
-
Added a
NEWS.mdfile to track changes to the package. -
Extensive interface renaming
as_workspace()(formerlypackage_source_as_workspace())as_notebook()(formerlyvignettes_to_notebooks())add_access()(formerlybioconductor_user_access())