DrylandEcology / rSFSW2

rSFSW2: A R package to create soil water balance simulation experiment
GNU General Public License v3.0
8 stars 7 forks source link

lint code: activate `extraction_operator_linter` #340

Open dschlaep opened 6 years ago

dschlaep commented 6 years ago

extraction_operator_linter: Check that the '[[' operator is used when extracting a single element from an object, not '[' (subsetting) nor '$' (interactive use).

See .lintr:

  #extraction_operator_linter,