Skip to content

Commit

Permalink
added R package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
YONGHUNI committed Oct 7, 2024
1 parent 5c9ee96 commit 97a6bf6
Show file tree
Hide file tree
Showing 8 changed files with 124 additions and 2,772 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
any::renv
- uses: r-lib/actions/setup-renv@v2
with:
profile: '"./data/1_swiss_army_knives"'
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion data/renv/1_swiss_army_knives/1_swiss_army_knives.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ For registering regularly used packages as `swiss_army_knives`

```{r eval=FALSE}
library(yaml)
library(renv)
library(tidyverse)
library(data.table)
library(sf)
library(terra)
#renv::activate()
renv::activate()
#renv::snapshot()
```
Expand Down
Loading

0 comments on commit 97a6bf6

Please sign in to comment.