setup: Setup your computer to run 'MLWIC'

Description Usage Arguments

View source: R/setup.R

Description

setup installs necessary R packages on your computer. You will need to run this before running classify and train. If this is your first time using this function, you should see additional documentation at https://github.com/mikeyEcology/MLWIC . If you follow the link to install Anacoda and you are using a Mac, it should be in the default location.

Usage

1
2
setup(python_loc = "/anaconda2/bin/python", conda_loc = "auto",
  r_reticulate = FALSE)

Arguments

python_loc

The location of python on your machine. If you are using a Macintosh, the default is the likely location.

conda_loc

The location of conda. It is usually in the same folder as python

r_reticulate

Logical. Do you have an environment called "r-reticulate" for which you have installed Python packages previously and want to retain these packages. Default is FALSE.


mikeyEcology/MLWIC documentation built on Aug. 23, 2020, 7:30 a.m.