The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
R library for tendril plotting between two treatments.
The package can be downloaded as a .tar.gz from the appropriate release page
The package can be installed with RStudio in Tools -> Install Packages -> Install from package archive file
You can ensure that tendril is installed in an isolated packrat environment. This is only required if you want to keep its installation isolated and you don’t have access to the dependencies in your normal working environment
To install the dependencies in your packrat environment on OSX you will need clang with OpenMP support. Unfortunately Mojave does not ship with it.
brew install gfortran
brew install llvm
brew install boost
brew install libomp
CC=/usr/local/opt/llvm/bin/clang
CXX=/usr/local/opt/llvm/bin/clang++
CXX11=/usr/local/opt/llvm/bin/clang++
CXX14=/usr/local/opt/llvm/bin/clang++
CXX17=/usr/local/opt/llvm/bin/clang++
CXX1X=/usr/local/opt/llvm/bin/clang++
LDFLAGS=-L/usr/local/opt/llvm/lib -Wl,-rpath,/usr/local/opt/llvm/lib
CFLAGS=-I/usr/local/opt/llvm/include
CPPFLAGS=-I/usr/local/opt/llvm/include
Type
make env
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.