ices-eg / WK_RDBES

3 stars 6 forks source link

CreateCommSpeciesTable.R function #63

Open Kasia-MIR opened 3 years ago

Kasia-MIR commented 3 years ago

Hi, You can find CreateCommSpeciesTable.R function in my personal folder [https://github.com/ices-eg/WK_RDBES/tree/master/WKRDB-EST2/subgroup4/personal/Kasia] All the best, Kasia

rix133 commented 3 years ago

To see the styling errors by line do (in Rstudio): fName <- "./WKRDB-EST2/subgroup4/personal/Kasia/CreateCommSpeciesTable.R" lintr::lint(fName,linters=lintr::with_defaults(object_name_linter=lintr::object_name_linter(styles = "camelCase")))

Unique styling issues identified:

You can use also auto styler to fix some. Unique lint issues after running styler::style_file(fName):