Open pearsonca opened 1 year ago
The course assumes Rstudio (though doesn't require it), so it makes sense to include Rproj files in the inst scripts and solutions folders.
Rproj
scripts
solutions
We could then (optionally) auto-open these files after the MTM::scripts() invocation.
MTM::scripts()
This might entail adding rstudioapi as a package dependency; that's seems a light cost, since it apparently has no dependencies itself.
rstudioapi
The course assumes Rstudio (though doesn't require it), so it makes sense to include
Rproj
files in the instscripts
andsolutions
folders.We could then (optionally) auto-open these files after the
MTM::scripts()
invocation.This might entail adding
rstudioapi
as a package dependency; that's seems a light cost, since it apparently has no dependencies itself.