Skip to content

Commit

Permalink
Change rawrr.exe assembly url
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanse committed Feb 7, 2023
1 parent 7215e31 commit 2ff8058
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rawrr
Type: Package
Title: Direct Access to Orbitrap Data and Beyond
Version: 1.7.1
Version: 1.7.2
Authors@R: c(person("Christian", "Panse",
email = "[email protected]",
role = c("aut", "cre"),
Expand Down
2 changes: 1 addition & 1 deletion R/dotNetAssembly.R
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ installRawFileReaderDLLs <-
#' @aliases rawrr.exe
#' @export installRawrrExe
installRawrrExe <-
function (sourceUrl = "http://fgcz-ms.uzh.ch/~cpanse/rawrr/rawrr.1.5.3.exe",
function (sourceUrl = "https://github.com/fgcz/rawrr/releases/download/1.5.3/rawrr.1.5.3.exe",
...)
{

Expand Down
2 changes: 1 addition & 1 deletion man/installRawrrExe.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ff8058

Please sign in to comment.