mobilizingcs / MobilizePrime

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

MobilizeSimple::do broken with mosaic 0.9+ #55

Open stevenolen opened 9 years ago

stevenolen commented 9 years ago

With mosaic 0.8-3

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

With mosaic 0.9.2-2

> MobilizeSimple::do(2)*print('hi')
Error in Do(n = object, ...) : 
  formal argument "n" matched by multiple actual arguments