Skip to content

Commit 9acb67a

Browse files
committed
fix: make installRawFileReaderDLLs .Deprecated
1 parent 1205f1d commit 9acb67a

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: rawrr
22
Type: Package
33
Title: Direct Access to Orbitrap Data and Beyond
4-
Version: 1.15.5
4+
Version: 1.15.6
55
Authors@R: c(person("Christian", "Panse",
66
email = "[email protected]",
77
role = c("aut", "cre"),

NAMESPACE

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export(basePeak)
1010
export(buildRawrrExe)
1111
export(dependentScan)
1212
export(faimsVoltageOn)
13+
export(installRawFileReaderDLLs)
1314
export(installRawrrExe)
1415
export(is.rawrrChromatogram)
1516
export(is.rawrrSpectrum)

R/dotNetAssembly.R

+7
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,13 @@ rawrrAssemblyPath <- function(){
199199
}
200200
}
201201

202+
203+
#' deprecated installRawFileReaderDLLs
204+
#' @export
205+
installRawFileReaderDLLs <- function(){
206+
.Deprecated("installRawrrExe", msg = "Deprecated since rawrr version 1.15.3.")
207+
}
208+
202209
#' Download \code{rawrr} assembly
203210
#'
204211
#' @description downloads and installs the \code{rawrr.exe} .NET assembly in

0 commit comments

Comments
 (0)