dmarx / dmarx/make_for_datascience

Add target to setup the environment

Open
#1 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
HTML
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Description

The cookie cutter DS makefile has a solution for python: https://github.com/drivendata/cookiecutter-data-science/blob/master/%7B%7B%20cookiecutter.repo_name%20%7D%7D/Makefile

They create an environment for conda, but install requirements with pip. If conda is present, they should really be using an environment.yml and using conda to handle package installations.

... anyway, I'm having issues doing something similar for R. cygwin appears to be using an older R engine (3.1.0), which is probably something I can configure correctly with an environment variable. Additionally, cygwin doesn't have write access to the library folder. Probably need to run as administrator.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.