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
Support for instant refresh for both Analysis and composable R scripts.
Support for MetaR results inside composable R. This makes it possible to view plots directly embedded in a composable R script. In essence this is a first step towards a fully composable electronic notebook where both results and output are mingled in an editor.
Instant refresh now runs scripts directly without Jupyter. This improves speed of refreshes and makes it possible to execute with either a local R installation or the docker container support already offered by MetaR.
Preliminary support for detecting minimal set of code changes to execute to refresh the analysis.
Many editing bugs have been fixed to make Composable R easier to edit.
Fluent parsing issues were fixed, resulting in improved experience when entering R code.
Support for the magritte and diplyr operators, as well as the complete set of R user operators. You can now write dplyr code directly in composable R.