A TypR runner for RStudio that currently works on Windows and Linux (Ubuntu)
There is a short presentation video about this package.
You should have TypR installed in your system. You can check TypR for the main project written in Rust.
Juste run this on RStudio:
devtools::install_github("fabriceHategekimana/typr_runner")And now in your Addins you should be able to see "Run TypR file".
You should be inside a saved .ty file to run it.
You can create a new project in a specific place with:
typr.runner::new("/path/of/your/project/folder/project_name")You just have to open your project like any normal RStudio project.
You can click to the Run TypR project addin or use
typr.runner::run()You can click to the Build TypR project addin or use
typr.runner::build()You can click to the Check TypR project addin or use
typr.runner::check()You can click to the Test TypR project addin or use
typr.runner::test()