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

Do patch #56

Closed
wants to merge 2 commits into from
Closed

Do patch #56

wants to merge 2 commits into from

Conversation

stevenolen
Copy link
Member

should fix #55 and also not break the existing applications. I've only tested with the code below and the use in Unit 1 - Lab 3. Hopefully I'm not doing an R lang snafu here, @jimmylovestea evaluate before bumping version and merging!

with mosaic 0.9.2-2

> MobilizeSimple::do(2)*print('hi')
[1] "hi"
  result
1     hi
2     hi

with mosaic 0.8-3

> MobilizeSimple::do(2)*print('hi')
[1] "hi"
[1] "hi"
[1] "hi"
  V1
1 hi
2 hi

@stevenolen
Copy link
Member Author

oh, also adds the curl dep mention. since why not!

@stevenolen
Copy link
Member Author

this repository is now legacy!

@stevenolen stevenolen closed this Jul 2, 2015
@stevenolen stevenolen deleted the do-patch branch July 2, 2015 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MobilizeSimple::do broken with mosaic 0.9+
2 participants