I am trying to install this package to use with R in conda:
However, I get this error message with the conda install:
$ conda install Hotelling Fetching package metadata .................
PackageNotFoundError: Packages missing in current channels:
- hotelling
We have searched for the packages in the following channels:
- https://conda.anaconda.org/bioconda/osx-64
- https://conda.anaconda.org/bioconda/noarch
- https://conda.anaconda.org/conda-forge/osx-64
- https://conda.anaconda.org/conda-forge/noarch
- https://repo.continuum.io/pkgs/main/osx-64
- https://repo.continuum.io/pkgs/main/noarch
- https://repo.continuum.io/pkgs/free/osx-64
- https://repo.continuum.io/pkgs/free/noarch
- https://repo.continuum.io/pkgs/r/osx-64
- https://repo.continuum.io/pkgs/r/noarch
- https://repo.continuum.io/pkgs/pro/osx-64
- https://repo.continuum.io/pkgs/pro/noarch
- https://conda.anaconda.org/r/osx-64
- https://conda.anaconda.org/r/noarch
conda install -c r r-Hotelling
? Are you using jupyter, you can just install it from there – rawr