Gr%() w/ one arg doesn't throw an error

From the docs, Gr%() requires two arguments. When given one, NA is returned. An error should be reported instead.

Yeah… I made the change and will be pushed when we do another release. Systems that were using it with one param will fail, which is the correct behavior. Thanks