Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
datapumpernickel committed Sep 26, 2024
1 parent c464220 commit 4ba934f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ Imports:
base64enc,
cachem,
dplyr,
ggplot2,
httr2,
janitor,
lubridate,
memoise,
purrr,
readxl,
Expand Down
3 changes: 2 additions & 1 deletion vignettes/milRex.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ SIPRIs regional coding to the data-frame.


```{r, message=F, warning=F}
library(tidyverse)
library(dplyr)
library(lubridate)
milex_regional <- milex |>
left_join(milRex::sipri_regions) |>
Expand Down

0 comments on commit 4ba934f

Please sign in to comment.