Name Mode Size
..
arithmetic 040000
array 040000
comparison 040000
config 040000
control 040000
debug 040000
detail 040000
facilities 040000
iteration 040000
list 040000
logical 040000
punctuation 040000
repetition 040000
selection 040000
seq 040000
slot 040000
tuple 040000
variadic 040000
arithmetic.hpp 100755 1 kb
array.hpp 100755 2 kb
assert_msg.hpp 100755 1 kb
cat.hpp 100755 1 kb
comma.hpp 100755 1 kb
comma_if.hpp 100755 1 kb
comparison.hpp 100755 1 kb
control.hpp 100755 1 kb
debug.hpp 100755 1 kb
dec.hpp 100755 1 kb
empty.hpp 100755 1 kb
enum.hpp 100755 1 kb
enum_params.hpp 100755 1 kb
enum_params_with_a_default.hpp 100755 1 kb
enum_params_with_defaults.hpp 100755 1 kb
enum_shifted.hpp 100755 1 kb
enum_shifted_params.hpp 100755 1 kb
expand.hpp 100755 1 kb
expr_if.hpp 100755 1 kb
facilities.hpp 100755 1 kb
for.hpp 100755 1 kb
identity.hpp 100755 1 kb
if.hpp 100755 1 kb
inc.hpp 100755 1 kb
iterate.hpp 100755 1 kb
iteration.hpp 100755 1 kb
library.hpp 100755 2 kb
limits.hpp 100755 1 kb
list.hpp 100755 1 kb
logical.hpp 100755 1 kb
max.hpp 100755 1 kb
min.hpp 100755 1 kb
punctuation.hpp 100755 1 kb
repeat.hpp 100755 1 kb
repeat_2nd.hpp 100755 1 kb
repeat_3rd.hpp 100755 1 kb
repeat_from_to.hpp 100755 1 kb
repeat_from_to_2nd.hpp 100755 1 kb
repeat_from_to_3rd.hpp 100755 1 kb
repetition.hpp 100755 2 kb
selection.hpp 100755 1 kb
seq.hpp 100755 2 kb
slot.hpp 100755 1 kb
stringize.hpp 100755 1 kb
tuple.hpp 100755 1 kb
variadic.hpp 100755 1 kb
while.hpp 100755 1 kb
wstringize.hpp 100755 1 kb
README.md
# Continuous integration The mzR project master branch is subjected to CI using travis: [![Build Status](https://travis-ci.org/sneumann/mzR.svg?branch=master)](https://travis-ci.org/sneumann/mzR) The devel branch is tested on multiple architectures by the BioC build farm: http://bioconductor.org/checkResults/devel/bioc-LATEST/mzR/ # Installation ## Installation on macOS If you install from source, you first need to install the netCDF headers and libraries: `brew install netcdf`, and then instal mzR the BioC way via: ``` if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("mzR", suppressUpdates = TRUE) ``` ## Installation on Linux We are not shipping the full set of boost headers due to size restrictions. This *might* cause compilation failure due to missing files. We have tested several OS and compiler build environments successfully, please report any compilation failures at https://github.com/sneumann/mzR/issues and we'll add the missing files. mzR-2.9.1 with boost-1.59.0 has been tested on the following compilers: On the BioC build farm (http://bioconductor.org/checkResults/devel/bioc-LATEST/mzR/) * malbec2 (Ubuntu 16.04.1, gcc-5.4.0) * tokay2 (Windows Server 2012 R2, MinGW-W64-4.9.3) * Failling oaxaca (Apple clang 3.5svn / 600.0.57) Also on: * Debian stretch/sid (gcc-5.4.0) * Ubuntu 16.04 (clang 3.8.0) * Ubuntu 16.04 (gcc-5.4.0) * Ubuntu 14.04 (gcc-4.8.2) * Ubuntu 12.04 (gcc-4.6.3) # Contributions Please read the [contributions guide and code of conduct](./CONTRIBUTIONS.md).