Skip to content

Commit

Permalink
Adapt assembly urls
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanse committed Oct 24, 2023
1 parent fb40ff7 commit 36388cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/dotNetAssembly.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
.rawfileReaderDLLs <- function(){
# 'ThermoFisher.CommonCore.BackgroundSubtraction.dll',
c(
'ThermoFisher.CommonCore.BackgroundSubtraction.dll',
'ThermoFisher.CommonCore.Data.dll',
'ThermoFisher.CommonCore.MassPrecisionEstimator.dll',
'ThermoFisher.CommonCore.RawFileReader.dll')
Expand Down Expand Up @@ -121,7 +122,7 @@ rawrrAssemblyPath <- function(){
#' @return an URL
#' @export
.thermofisherlsmsUrl <- function(){
"https://github.com/thermofisherlsms/ThermoRawFileParser/raw/master/packages/ThermoFisher.CommonCore.RawFileReader.4.0.26/lib/"
"https://github.com/thermofisherlsms/RawFileReader/raw/main/Libs/Net471/"
}


Expand Down Expand Up @@ -232,7 +233,7 @@ installRawFileReaderDLLs <-
#' @aliases rawrr.exe
#' @export installRawrrExe
installRawrrExe <-
function (sourceUrl = "https://github.com/fgcz/rawrr/releases/download/1.7.10/rawrr.1.7.10.exe",
function (sourceUrl = "https://github.com/fgcz/rawrr/releases/download/1.9.2/rawrr.1.9.2.exe",
...)
{

Expand Down

0 comments on commit 36388cd

Please sign in to comment.