Skip to content

Commit

Permalink
fix(skeleton): removed import with source
Browse files Browse the repository at this point in the history
Ref: #194
  • Loading branch information
GeraldineGomez committed Jul 31, 2024
1 parent 35ebcca commit 52e7746
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions inst/rmarkdown/templates/reports/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,7 @@ knitr::opts_chunk$set(include = TRUE,
warning = FALSE,
message = FALSE)
knitr::opts_knit$set(eval.after = "fig.cap")
#library(sivirep)
source('C:/Users/geral/Documents/TRACE/review/sivirep/R/checking_data.R')
source('C:/Users/geral/Documents/TRACE/review/sivirep/R/cleaning_data.R')
source('C:/Users/geral/Documents/TRACE/review/sivirep/R/utils.R')
source('C:/Users/geral/Documents/TRACE/review/sivirep/R/import_data.R')
source('C:/Users/geral/Documents/TRACE/review/sivirep/R/plotting.R')
source('C:/Users/geral/Documents/TRACE/review/sivirep/R/theme_sivirep.R')
source('C:/Users/geral/Documents/TRACE/review/sivirep/R/scraping_data.R')
source('C:/Users/geral/Documents/TRACE/review/sivirep/R/handler_validations.R')
library(dplyr)
library(sivirep)
sysfonts::font_add_google("Montserrat", "Montserrat")
showtext::showtext_auto()
```
Expand Down

0 comments on commit 52e7746

Please sign in to comment.