Skip to content

r scripting roadmap

Sebastian edited this page Jan 28, 2018 · 2 revisions

R Scripting Roadmap

  • Nest multiple stacks to reuse one stack inside of another

    • e.g. two stacks use the same preprocessing and after that they are independent. So it would make sense to be able to share the postprocessing between stacks and then run the rest in parallel to speed up processing.
    • Increased modularity
  • Implement a new plotting interface to generate plots which can be displayed as interactive and customizable charts in the browser via ngx-charts