Skip to content

Commit

Permalink
manually reset
Browse files Browse the repository at this point in the history
  • Loading branch information
gperrett committed Jul 18, 2023
1 parent 3429845 commit de96d1d
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 304 deletions.
2 changes: 1 addition & 1 deletion thinkCausal/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Imports:
glue,
golem (>= 0.3.2),
haven (>= 2.5.3),
Hmisc (>= 4.7.0),
htmltools,
jsonlite,
lubridate (>= 1.8.0),
Expand All @@ -45,6 +44,7 @@ Imports:
stringr,
tibble,
tidyr (>= 1.1.3),
viridis,
waiter
Suggests:
knitr,
Expand Down
3 changes: 2 additions & 1 deletion thinkCausal/dev/02_dev.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
## Amend DESCRIPTION with dependencies read from package code parsing
# attachment::att_amend_desc()
usethis::use_package('ggplot2', min_version = '3.3.2')
usethis::use_package('viridis')
usethis::use_package('dplyr', min_version = '1.0.5')
usethis::use_package('tibble')
usethis::use_package('purrr')
Expand Down Expand Up @@ -48,7 +49,7 @@ usethis::use_dev_package('ggdark', remote = 'nsgrantham/ggdark')

usethis::use_dev_package('shinyQuiz', remote = 'github::priism-center/shinyQuiz')
usethis::use_dev_package('plotBart', remote = 'github::priism-center/plotBart')
usethis::use_package('bartCause', min_version = '1.0.6')
usethis::use_dev_package('bartCause', remote = 'github::vdorie/bartCause')

## Add modules ----
## Create a module infrastructure in R/
Expand Down
Loading

0 comments on commit de96d1d

Please sign in to comment.