Skip to content

Commit

Permalink
rpy2 now requires manual installation of tzlocal
Browse files Browse the repository at this point in the history
  • Loading branch information
dnouri committed Oct 24, 2018
1 parent f499750 commit 7551db1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_install:
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda3/bin:$PATH
- conda config --set always_yes yes --set changeps1 no
- conda install --yes -c r rpy2 r-randomforest
- conda install --yes -c r rpy2 r-randomforest tzlocal
- conda install python=$TRAVIS_PYTHON_VERSION --file requirements.txt
- conda update -q conda
- pip install coveralls
Expand Down
5 changes: 3 additions & 2 deletions docs/user/R.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ Palladium has support for using :class:`~palladium.interfaces.DatasetLoader` and
:class:`~palladium.interfaces.Model` objects that are programmed in the R
programming language.

To use Palladium's R support, you'll have to install R and the Python `rpy2
<https://pypi.python.org/pypi/rpy2>`_ package.
To use Palladium's R support, you'll have to install R and the Python
`rpy2 <https://pypi.python.org/pypi/rpy2>`_ package and `tzlocal
<https://pypi.python.org/pypi/rpy2>`_.

An example is available in the ``examples/R`` folder in the source
tree of Palladium (:download:`config.py <../../examples/R/config.py>`,
Expand Down

0 comments on commit 7551db1

Please sign in to comment.