Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R bakelet fails to install if *no packages* are provided. #69

Closed
chrisparnin opened this issue Nov 6, 2018 · 1 comment
Closed

R bakelet fails to install if *no packages* are provided. #69

chrisparnin opened this issue Nov 6, 2018 · 1 comment
Assignees
Labels

Comments

@chrisparnin
Copy link
Contributor

Describe the bug

R bakelet fails to install if no packages are provided.

The following error occurs.

VM is currently in state "running"
✔ Running apt-get update on VM
✔ Preparing python
✔ Installing python
✖ Preparing R
==> Error: TypeError: Cannot read property 'length' of undefined

To Reproduce

Given, the following baker.yml:

name: Rplayground
vm:
   ip: 10.50.50.50
   memory: 2048
lang:
  - python2
  - R

Expected behavior
Be able to run without requiring packages.
Adding a packages object resolves error:

  - R:
      packages: coin

Please complete the following information:
MacOS

@chrisparnin
Copy link
Contributor Author

Looks like fix addresses this issue.

@ssmirr ssmirr added the bug label Nov 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants