check_for_zip: check for zip

View source: R/zzz.R

check_for_zipR Documentation

check for zip

Description

FTMS.peakCharacterization uses zip files to gather all the pieces of results together, including the original mzML, binary data file, and JSON files. R can be compiled on systems where there is no zip function installed. When it is not installed, it generally creates a permission issue when system2 tries to call a non-existent command. This function checks for zip, and warns the user if it can't be found on package load. If zip is installed, you may need to set it using Sys.setenv(R_ZIPCMD = 'zip_function').

Usage

check_for_zip()

MoseleyBioinformaticsLab/FTMS.peakCharacterization documentation built on April 27, 2022, 3:32 a.m.