rundel / ghclass

Tools for managing classroom organizations
https://rundel.github.io/ghclass/
GNU General Public License v3.0
142 stars 22 forks source link

missing size argument in add_wercker() #7

Closed merliseclyde closed 6 years ago

merliseclyde commented 6 years ago

In the function add_wercker there is no size argument yet.

`add_wercker = function(repos, wercker_org, add_badges=TRUE, verbose=TRUE) { size = match.arg(size)

... }`

rundel commented 6 years ago

Should be fixed