Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.58 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.58 KB

jdb-conda

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

Installing a package from my channel

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:

  1. The packages in my channel are mainly available for the linux-64 architecture, with only a few built for osx-64.

  2. 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.

  3. 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.

License

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.