datasnakes / renv

Creating virtual environments for R.
MIT License
17 stars 0 forks source link

MacOS Port #60

Closed r614 closed 4 years ago

r614 commented 4 years ago

MacOS implementation for renv. Mentioned in #59

sdhutchins commented 4 years ago

Hey, @r614 ! The issue with Travis CI is with the python versions.

In the pyproject.toml, the python version should be bumped up to 3.5.

[tool.poetry.dependencies]
python = ">=3.4"
click = "^7.0"
pyyaml = "^3.12"
cookiecutter = "^1.6"

For the travis.yml file, python version 3.4 should be removed.

python:
  - 3.4
  - 3.5
  - 3.6
r614 commented 4 years ago

Hey @sdhutchins , just fixed it!

grabear commented 4 years ago

Ohh! It's building :)

sdhutchins commented 4 years ago

Nice job, @r614 !!!

r614 commented 4 years ago

Updated!

grabear commented 4 years ago

Nice job @r614 :)

r614 commented 4 years ago

Thanks. :D