66 :alt: PyPI - Python Version
77 :target: https://pypi.org/project/pytask-r
88
9- .. image :: https://anaconda.org/pytask/ pytask-r/badges/version .svg
10- :target: https://anaconda.org/pytask /pytask-r
9+ .. image :: https://img.shields.io/conda/vn/conda-forge/ pytask-r.svg
10+ :target: https://anaconda.org/conda-forge /pytask-r
1111
12- .. image :: https://anaconda.org/pytask/ pytask-r/badges/platforms .svg
13- :target: https://anaconda.org/pytask /pytask-r
12+ .. image :: https://img.shields.io/conda/pn/conda-forge/ pytask-r.svg
13+ :target: https://anaconda.org/conda-forge /pytask-r
1414
1515.. image :: https://img.shields.io/pypi/l/pytask-r
1616 :alt: PyPI - License
17+ :target: https://pypi.org/project/pytask-r
1718
18- .. image :: https://github.com/ pytask-dev/pytask-r/workflows/ Continuous%20Integration%20Workflow/badge.svg?branch= main
19- :target: https://github.com/pytask-dev/pytask-r/actions?query=branch%3Amain
19+ .. image :: https://img.shields.io/github/workflow/status/ pytask-dev/pytask-r/Continuous%20Integration%20Workflow/main
20+ :target: https://github.com/pytask-dev/pytask-r/actions?query=branch%3Amain
2021
2122.. image :: https://codecov.io/gh/pytask-dev/pytask-r/branch/main/graph/badge.svg
2223 :target: https://codecov.io/gh/pytask-dev/pytask-r
@@ -40,16 +41,15 @@ Installation
4041------------
4142
4243pytask-r is available on `PyPI <https://pypi.org/project/pytask-r >`_ and `Anaconda.org
43- <https://anaconda.org/pytask /pytask-r> `_. Install it with
44+ <https://anaconda.org/conda-forge /pytask-r> `_. Install it with
4445
4546.. code-block :: console
4647
4748 $ pip install pytask-r
4849
4950 # or
5051
51- $ conda config --add channels conda-forge --add channels pytask
52- $ conda install pytask-r
52+ $ conda install -c conda-forge pytask-r
5353
5454 You also need to have R installed and ``Rscript `` on your command line. Test it by
5555typing the following on the command line
0 commit comments