Skip to content

Commit

Permalink
build: ➖ trim down on the number of dependencies (#183)
Browse files Browse the repository at this point in the history
## Description

After dropping using renv for developing the website, I can trim down on
some of the extra dependencies that were there only for development
work.
  • Loading branch information
lwjohnst86 authored Sep 26, 2024
1 parent 668e95d commit 0997582
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,10 @@ Imports:
tidyr,
workflows
Suggests:
devtools,
gert,
gitcreds,
RcppTOML,
remotes,
rmarkdown,
tarchetypes,
todor,
usethis
Encoding: UTF-8
LazyData: true
Expand Down
2 changes: 1 addition & 1 deletion sessions/smoother-collaboration.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ packages your data analysis project needs. There are a few ways of
creating R packages.
- Installing packages is as easy as opening the project and
running `remotes::install_deps()` in the Console, which will
running `pak::pak()` in the Console, which will
install all the packages listed in the `DESCRIPTION` file.
- Adding packages that you need is as easy as writing
Expand Down

0 comments on commit 0997582

Please sign in to comment.