From cd82c1dbb7360f6f30ad9f84942d30dc8b077f78 Mon Sep 17 00:00:00 2001 From: Christian Panse Date: Wed, 4 Dec 2024 15:27:14 +0100 Subject: [PATCH] doc: roxygen and version bump 1.5.10 --- DESCRIPTION | 2 +- man/installRawFileReaderDLLs.Rd | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4fbe5e8..c8dcd0f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: rawrr Type: Package Title: Direct Access to Orbitrap Data and Beyond -Version: 1.15.9 +Version: 1.15.10 Authors@R: c(person("Christian", "Panse", email = "cp@fgcz.ethz.ch", role = c("aut", "cre"), diff --git a/man/installRawFileReaderDLLs.Rd b/man/installRawFileReaderDLLs.Rd index 7843760..d41a36b 100644 --- a/man/installRawFileReaderDLLs.Rd +++ b/man/installRawFileReaderDLLs.Rd @@ -2,10 +2,12 @@ % Please edit documentation in R/dotNetAssembly.R \name{installRawFileReaderDLLs} \alias{installRawFileReaderDLLs} -\title{deprecated installRawFileReaderDLLs} +\title{installRawFileReaderDLLs (deprecated)} \usage{ installRawFileReaderDLLs() } \description{ -deprecated installRawFileReaderDLLs +Download and install the New RawFileReader from Thermo Fisher +Scientific .Net assemblies in the directory provided by +\code{rawrrAssemblyPath()}. }