Skip to content

2.0.0

Compare
Choose a tag to compare
@fac2003 fac2003 released this 19 Aug 21:29
· 119 commits to master since this release
  • 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.