Skip to content
Snippets Groups Projects
Verified Commit 28fdc3d5 authored by jens.preussner's avatar jens.preussner :ghost:
Browse files

Quote package; added newline at end of file

parent 02f758ec
Branches
Tags
No related merge requests found
Pipeline #104300 passed
......@@ -3,9 +3,10 @@
<!-- Component created on <% timestamp %> -->
```{r}
if (!requireNamespace(<% package %>, quietly = TRUE)) {
if (!requireNamespace("<% package %>", quietly = TRUE)) {
stop('The package <% package %> is needed to embed objects of class <% class %>.', call. = FALSE)
}
readRDS('envs/<% component_id %>.rds')
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment