Skip to content

Commit

Permalink
fix renv
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosell committed Dec 29, 2023
1 parent 51cd278 commit cba7b98
Show file tree
Hide file tree
Showing 5 changed files with 1,204 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI
name: Last R packages

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renv.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI
name: Locked R packages

on:
push:
Expand Down
4 changes: 3 additions & 1 deletion renv/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
*
!.gitignore
!.gitignore
!activate.R
!settings.json
Loading

0 comments on commit cba7b98

Please sign in to comment.