dfe-analytical-services / dfeR

Common R tasks in the Department for Education (DfE)
https://dfe-analytical-services.github.io/dfeR/
GNU General Public License v3.0
9 stars 2 forks source link

Improve .Rprofile template and add vignette for create_project() #86

Open JT-39 opened 2 weeks ago

JT-39 commented 2 weeks ago

Brief overview of changes

Improved the .Rprofile script that is created with the create_project() function.

I also want to add a vignette on how to use the create_project() function, with links & examples to the best practice it is trying to foster.

Why are these changes being made?

To improve the function and understanding for users.

Detailed description of changes

The .Rprofile has better comments (explaining what an .Rprofile does - stolen from shiny-template) and made the start up message a bit clearer too.

Additional information for reviewers

Vignette not added yet.

Issue ticket number/s and link

NA