Skip to content

Commit

Permalink
more workflow stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
rmflight committed Nov 28, 2023
1 parent 798fe24 commit 66c4062
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .Rprofile
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
source("renv/activate.R")
if (Sys.getenv("IGNORE_RENV", "") == "") {
source("renv/activate.R")
}
1 change: 1 addition & 0 deletions .github/workflows/r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
IGNORE_RENV: "1"

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ScanCentricPeakCharacterization
Title: Functionality for Characterizing Peaks in Mass Spectrometry in a
Scan-Centric Manner
Version: 0.3.63
Version: 0.3.64
Date: 2023-11-28
Authors@R: person(given = c("Robert", "M"), family = c("Flight"), email
= "[email protected]", role = c("aut", "cre"))
Expand Down

0 comments on commit 66c4062

Please sign in to comment.