dotdot: Enhanced Assignment Operator to Overwrite or Grow Objects

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.

Version: 0.1.0
Suggests: knitr, rmarkdown, htmltools
Published: 2019-03-29
Author: Antoine Fabri
Maintainer: Antoine Fabri <antoine.fabri at gmail.com>
License: GPL-3
NeedsCompilation: no
Materials: README
CRAN checks: dotdot results

Documentation:

Reference manual: dotdot.pdf
Vignettes: Vignette Title

Downloads:

Package source: dotdot_0.1.0.tar.gz
Windows binaries: r-devel: dotdot_0.1.0.zip, r-release: dotdot_0.1.0.zip, r-oldrel: dotdot_0.1.0.zip
macOS binaries: r-release (arm64): dotdot_0.1.0.tgz, r-oldrel (arm64): dotdot_0.1.0.tgz, r-release (x86_64): dotdot_0.1.0.tgz, r-oldrel (x86_64): dotdot_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=dotdot to link to this page.