mobilizingcs / MobilizePrime

Simple wrapper functions for high school curriculum
http://www.exploringcs.org/curriculum
5 stars 2 forks source link

Do patch #56

Closed stevenolen closed 9 years ago

stevenolen commented 9 years ago

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 commented 9 years ago

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

stevenolen commented 9 years ago

this repository is now legacy!