ykkunkels / ESIR_portal

Shiny app for the ESM Item Repository
2 stars 0 forks source link

Check code formatting with a linter package #26

Closed ykkunkels closed 2 months ago

ykkunkels commented 5 months ago

Check code formatting with a linter package

Currently, different people use different coding formats. This is not wrong perse, but we can improve our work by using one coding style/format.

Therefore, our current code should be checked using a linter, such as the "lintr" package for R (see: here)