grover 1.1.3
- Ensure that all vectors returned from functions used to list available information, such as
grover::listFiles, are sorted client-side.
grover 1.1.2
- Ensure that the run information tibble returned by
grover::runInfois ordered by .RAW file name.
grover 1.1.1
- Ensure that
grover::convertDirectoryreturns the file paths of the converted .mzML files for all the of the raw files in the specified directory.
grover 1.1.0
Added the
excludeargument togrover::convertDirectoryandgrover::runInfoto exclude raw files matching the specified patterns.grover::runInfonow collates the sample information client-side and so thetime_outargument has been removed.The
grover::groverAPIlog_dirandtemp_dirargument directories are now created recursively if they do not already exist.Improved the naming of the
grover::groverAPIlog files to include the current system date.
grover 1.0.9
The
grover::groverAPIlog_dirandtemp_dirargument directories are now created if they do not already exist.The
grover::groverAPItemp_dirargument default is nowtempdir().grover::extantnow returnsTRUEif the specified API is accessible andFALSEif not.The argument
overwritehas now been added togrover::convertFileandgrover::convertDirectoryto enable the overwriting of local mzML files with the same file name as the raw files to be converted.Removed the
build_vignettesargument from the installation instructions in the package README as the package documetation is available online from https://jasenfinch.github.io/grover.Removed the Introduction vignette as the majority of this information was duplicated in the package README.
grover 1.0.7
Added
biocViewsfield to the DESCRIPTION to ensure the `rawrr Bioconductor dependency is installed automatically.Fixed
grover::converFileerror when more than two options are supplied to theargsparameter.
grover 1.0.6
grover::converFilecreates the output directory if it doesn’t already exist.Converted files now correctly zipped by
grover::converFileto ensure they are readable by themzRpackage.
grover 1.0.5
File conversion methods
grover::converFileandgrover::convertDirectorynow return the file path of the converted file.Zipping of converted files for reduced storage requirements can now be specified using the
zipargument and is now the default of the conversion methods such asgrover::converFile.Added
grover::versionto query the version number of a grover API.grover::groverAPInow ensures that the specifiedtemp_diris created if not already extant.
grover 1.0.4
-
grover::conversionArgsPeakPickfix to ensure conversion argument is correctly passed tomsconverteR.
grover 1.0.3
rawRdependency updated torawrrwith package name change.Fixed typo
grover::runInfoconsole message.Request timeout limit can now be set for
grover::runInfo.Fixed
grover::runInfowhen attempting to retrieve file meta-information for a corrupt.rawfile.
grover 1.0.2
temp_dirargument added togrover::groverAPIto enable specification of a temporary directory for converted data storage.Fixed typo in
grover::convertDirectoryconsole message.