check_for_zip | R Documentation |
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')
.
check_for_zip()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.