There needs to be a vignette to say that if you set vignette = TRUE in make_project() it make a package project. The paper outline is saved into the vignette folder.
The user needs to run the run_me.R file.
For now it sets the license to proprietary. That needs to be removed before release.
The instructions need to say to source (run all) the read_me.R and give the user a heads up that it will ask them to confirm closing two files.
If the user wants to make an vignette with quarto they need Quarto 1.4x or a more modern version.
There needs to be a vignette to say that if you set
vignette = TRUE
inmake_project()
it make a package project. The paper outline is saved into the vignette folder.The instructions need to say to source (run all) the read_me.R and give the user a heads up that it will ask them to confirm closing two files.
If the user wants to make an vignette with quarto they need Quarto 1.4x or a more modern version.