knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
Go to vignette("getting_started", package = "checklist")
when you want to use checklist
on an R package.
Run create_project(path, project)
.
path
must be an existing directory.
project
is the name of the project.
create_project()
creates the project as a subdirectory of path
with name project
.
It then guides you interactively through the process by asking questions on your preferences on the project.
We recommend to answer yes to all yes/no questions.
Use setup_project()
when you want to change the settings later.
project
.check_project
GitHub Action.
This runs check_project()
automatically when you (or a contributor) pushed code to GitHub.README.md
.check_filename()
?check_lintr()
?check_spelling()
?
This uses the default language you set in the previous question.
Note that you can set a different language on specific files.
See vignette("spelling", package = "checklist")
for more details on that.LICENSE.md
in your project with the LICENSE.md
as defined in checklist
.checklist
tools in an existing projectRun setup_project(path_to_your_project)
.
This works on existing projects with or without a previous set-up of checklist
.
In case of a previous set-up, it will take that into account.
README.md
when missing.check_filename()
?check_lintr()
?check_spelling()
.README
, .gitignore
and license.
checklist
will add those files for you.main
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.