File: globals.R

package info (click to toggle)
r-cran-colourpicker 1.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,744 kB
  • sloc: javascript: 1,490; makefile: 13; sh: 3
file content (2 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (7)
1
2
# A scope where we can put mutable global variables
.globals <- new.env(parent = emptyenv())