-
Fixed an issue where invocations like
.[a, .., z] <- letterswould also create a binding called... (#4) -
dottynow requires all arguments within a.[]invocation to be either named or unnamed -- that is,.[a = a, b] <- c(a = "a", b = "b")are now disallowed. This may be relaxed in a future release. (#3) -
dotty::dotify()is now exported for use by R packages which would like to usedottyinternally. (#1)
- Initial CRAN release.