This repository contains my personal documentation, recipes, and scripts for creating, using, and maintaining software packages using the conda package manager.
-
docker/
- Dockerfiles to create testing containers -
docs/
- Documentation for using conda -
recipes/
- Recipes for building the conda packages I have uploaded to my Anaconda Cloud repo -
scripts/
- Helper scripts for building and maintaining conda packages
If you see a package in my channel that you want to use, you can install it into your conda environment by running the following:
conda install -c jdblischak <pkgname>
Caveats:
-
The packages in my channel are mainly available for the linux-64 architecture, with only a few built for osx-64.
-
The R packages in my channel are mainly available for the most recent version of R supported by the conda-forge channel, with only a few built for previous versions of R.
-
Packages in my channel should be considered temporary. I do my best to migrate them to the conda-forge channel as quickly as possible, at which point I remove them from my channel.
Everything in this repository is in the public domain. See the file
LICENSE
for the text of the Creative Commons CC0 Public Domain
Dedication. However, if you download any software via conda from
Anaconda Cloud, you are subject to the license of each individual
software package.