generated from OxfordIHTM/ihtm-targets-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.R
43 lines (33 loc) · 1.01 KB
/
packages.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
################################################################################
#
# Load packages required for standard workflows
#
################################################################################
library(targets)
library(tarchetypes)
library(here)
library(quarto)
library(rmarkdown)
library(knitr)
library(kableExtra)
library(dplyr)
library(tidyr)
library(ggplot2)
################################################################################
#
# Packages for reading other data types
#
################################################################################
library(readxl)
################################################################################
#
# Packages for literature search
#
################################################################################
library(openalexR)
################################################################################
#
# Data access packages
#
################################################################################
library(pactr)