You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First draft release of instant refresh feature. This feature detects changes made in analysis and rerun the analysis using a
Jupyter notebook running in a docker container. Results returned by the execution are displayed directly in the analysis as they are returned. Developed by Alexander Pann.
Improved refreshing of images and tables when the result file changes.
Language metar.r.access provides access to MetaR tables and columns from composable R and is now included in R devkit for easier discoverability (these concepts were previously packaged in the BiomartToR language).
Added empty line in R expressions in MetaR constructor. Previously, fluent parsing did not work because the R expressions were initially empty.