This function sets a checkpoint in the sense of the function checkpoint()
from the checkpoint package based on a DESCRIPTION file.All packages listed
in Imports:/Suggests:/Depends: are installed. Packages installed from github
can be listed in "Additional_repositories:"
1 2 | checkpoint_DESCRIPTION(.filename = "./DESCRIPTION", .date = NULL,
.install.suggestions = TRUE)
|
.filename |
Path of the DESCRIPTION file that should be used. |
.date |
The checkpoint date. If empty the "Date:" field from the DESCRIPTION file is used. |
.install.suggestions |
If FALSE packages from the "Suggests:" field are not installed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.