Package: dotdot
Type: Package
Title: Enhanced Assignment Operator to Overwrite or Grow Objects
Version: 0.1.0
Author: Antoine Fabri
Maintainer: Antoine Fabri <antoine.fabri@gmail.com>
Description: 
    Use '..' on the right hand side of the ':=' operator as a shorthand for the 
    left hand side, so that 'var := f(..) + ..' is equivalent to
    'var <- f(var) + var'. This permits the user to be explicit about growing an
    object or overwriting it using its previous value, avoids repeating a 
    variable name, and saves keystrokes, time, visual space and cognitive load.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Suggests: knitr, rmarkdown, htmltools
NeedsCompilation: no
Packaged: 2019-03-23 22:56:57 UTC; Antoine
Repository: CRAN
Date/Publication: 2019-03-29 15:50:02 UTC
Built: R 4.0.2; ; 2020-07-15 12:15:55 UTC; unix
