KentonWhite / ProjectTemplate

A template utility for R projects that provides a skeletal project.
http://projecttemplate.net
GNU General Public License v3.0
622 stars 159 forks source link

Supports underscores in variable names #302

Closed KentonWhite closed 4 years ago

KentonWhite commented 4 years ago

Fixes issues #301 Adds config var underscore_variables If TRUE (default) will use underscores in var names When migrating an old project, defaults to FALSE

Added underscore_variables config

Skip cleaning underscore if underscore_variables = TRUE

Bumped version to 0.9.2

Types of change

Pull request checklist


Proposed changes