Skip to content

Commit

Permalink
temporarily go to patched Rdisop
Browse files Browse the repository at this point in the history
rickhelmus committed May 29, 2024
1 parent 7e1680a commit cc5815b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion utils/Rdeps.R
Original file line number Diff line number Diff line change
@@ -14,7 +14,14 @@ getRDependencies <- function(patRoonGitRef, os, onlyPDeps = FALSE, withInternal
user = "cbroeckl",
commit = "e005614",
deps = list(
InterpretMSSpectrum = list(type = "gh", user = "cran", tag = "1.3.3")
InterpretMSSpectrum = list(
type = "gh",
user = "cran",
tag = "1.3.3",
deps = list(
Rdisop = list(type = "gh", user = "rickhelmus", branch = "Rf_error-fix")
)
)
)
),
enviPick = list(type = "gh", user = "blosloos"),

0 comments on commit cc5815b

Please sign in to comment.