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: file `ExtractData_ClimateDownscaling.R` needs linting #337

Open dschlaep opened 6 years ago

dschlaep commented 6 years ago

Currently, the file ExtractData_ClimateDownscaling.R is excluded from linting, but should be linted and then included. See tests/testthat/test_rSFSW2_StyleSpelllingPractices.R:

  # Files that are not checked for lints
  files_not_tolint <- c(
    "ExtractData_ClimateDownscaling.R", # needs linting
    "Simulation_Run.R", # needs linting
    "OutputDatabase_Ensembles.R", # this is de-facto deprecated & defunct
    "RcppExports.R" # this is generated by Rcpp
  )