Skip to content

Commit 38e0f44

Browse files
committed
add here as dependency
1 parent a7f2b18 commit 38e0f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/rmarkdown/templates/coding_test/skeleton/skeleton.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ output:
2020
2121
library(knitr)
2222
library(tidyverse)
23-
library(ggplot2)
23+
library(here)
2424
2525
knitr::opts_chunk$set(echo = TRUE, message = FALSE)
2626

0 commit comments

Comments
 (0)