{ "info": { "author": "Carsten Ehbrecht", "author_email": "ehbrecht at dkrz.de", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "*************************\nbirdhousebuilder.recipe.r\n*************************\n\n.. contents::\n\nIntroduction\n************\n\n``birdhousebuilder.recipe.r`` is a `Buildout`_ recipe to install `R Project`_ packages with `Anaconda`_.\n\n.. _`Buildout`: http://buildout.org/\n.. _`Anaconda`: http://continuum.io/\n.. _`R Project`: http://www.r-project.org/\n\nUsage\n*****\n\nThe recipe requires that Anaconda is already installed. It assumes that Anaconda is installed at the default location in your home directory ``~/anaconda``. Otherwise you need to set the Buildout option ``anaconda-home`` to the correct location.\n\nIt installs the ``r`` package from a conda channel with additional packages from a given ``R`` repository. ``R`` will then be available in Anaconda ``~/anaconda/bin/R``.\n\nThe recipe depends on ``birdhousebuilder.recipe.conda``.\n\nSupported options\n=================\n\nThe recipe supports the following options:\n\n``anaconda-home``\n Buildout option with the root folder of the Anaconda installation. Default: ``$HOME/anaconda``.\n\n``repo``\n `R Project`_ repository with ``R`` packages.\n\n``pkgs``\n List of ``R`` packages which should be installed (space separated).\n\n``on-update``\n If set to false don't update R packages on buildout update. Default: ``false``.\n\nExample usage\n=============\n\nExample usage in your ``buildout.cfg`` to install ``R`` with Anaconda and additional ``R`` packages (``sp``, ``raster``, ``ncdf``) from a ``R`` repository::\n\n [buildout]\n parts = r_pkgs\n\n anaconda-home = /home/myself/anaconda\n\n [r_pkgs]\n recipe = birdhousebuilder.recipe.r\n repo = http://ftp5.gwdg.de/pub/misc/cran\n pkgs = sp raster ncdf\n on-update = false\n\n\nAuthors\n*******\n\nCarsten Ehbrecht ehbrecht at dkrz.de\n\nChanges\n*******\n\n0.1.4 (2014-12-02)\n==================\n\n* Fixed on-update option.\n\n0.1.3 (2014-08-01)\n==================\n\n* Updated documention.\n\n0.1.2 (2014-07-30)\n==================\n\n* Bugfix: use R from anaconda home.\n\n0.1.1 (2014-07-21)\n==================\n\n* Bugfix: conda install of R package fails on CentOS\n\n0.1.0 (2014-07-10)\n==================\n\n* Initial Release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bird-house/birdhousebuilder.recipe.r", "keywords": "buildout recipe", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "birdhousebuilder.recipe.r", "package_url": "https://pypi.org/project/birdhousebuilder.recipe.r/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/birdhousebuilder.recipe.r/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bird-house/birdhousebuilder.recipe.r" }, "release_url": "https://pypi.org/project/birdhousebuilder.recipe.r/0.1.4/", "requires_dist": null, "requires_python": null, "summary": "A Buildout recipe to install R packages with Anaconda.", "version": "0.1.4" }, "last_serial": 1328462, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "3c2d144a8bbdbd35b06ba913fc70f83f", "sha256": "d8e3e1ba73ae8e163b9ea1e4c92033d4d7de110794e927f80b76e52ec6aa8aa0" }, "downloads": -1, "filename": "birdhousebuilder.recipe.r-0.1.3.tar.gz", "has_sig": false, "md5_digest": "3c2d144a8bbdbd35b06ba913fc70f83f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5132, "upload_time": "2014-08-01T12:03:53", "url": "https://files.pythonhosted.org/packages/9f/9b/ae1ad7f66dfa6ed5854c3c088b12ea2434dbbef60f55a96cc661164a7926/birdhousebuilder.recipe.r-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "a6fa1d65cc58e92ed4f7858e04600e7f", "sha256": "1551e6cb0083c50a7654608302ef36a5357811f4a7290b22cd59ef52c9f54434" }, "downloads": -1, "filename": "birdhousebuilder.recipe.r-0.1.4.tar.gz", "has_sig": false, "md5_digest": "a6fa1d65cc58e92ed4f7858e04600e7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5205, "upload_time": "2014-12-02T16:38:54", "url": "https://files.pythonhosted.org/packages/dc/a7/50e41c749544a4963d60de91f5060b3348204d80831daacf6fbb72fc06ca/birdhousebuilder.recipe.r-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a6fa1d65cc58e92ed4f7858e04600e7f", "sha256": "1551e6cb0083c50a7654608302ef36a5357811f4a7290b22cd59ef52c9f54434" }, "downloads": -1, "filename": "birdhousebuilder.recipe.r-0.1.4.tar.gz", "has_sig": false, "md5_digest": "a6fa1d65cc58e92ed4f7858e04600e7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5205, "upload_time": "2014-12-02T16:38:54", "url": "https://files.pythonhosted.org/packages/dc/a7/50e41c749544a4963d60de91f5060b3348204d80831daacf6fbb72fc06ca/birdhousebuilder.recipe.r-0.1.4.tar.gz" } ] }