Skip to content

Commit

Permalink
Updating renv integration in lintr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby committed Jan 12, 2024
1 parent cfe10de commit 83bb0b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .Rprofile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

cat("Sourcing .Rprofile.", fill = TRUE)

# source("renv/activate.R")
source("renv/activate.R")

# Function to run tests
run_tests_locally <- function() {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lintr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: r-lib/actions/setup-r@4e1feaf90520ec1215d1882fdddfe3411c08e492

- name: Setup lintr
uses: r-lib/actions/setup-renv
uses: r-lib/actions/setup-renv@v2
with:
extra-packages: lintr

Expand Down

0 comments on commit 83bb0b3

Please sign in to comment.