You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful for reviewers to see if any of the functions load external data.
This is tricky to recognise because there a lots of different functions that can load data (e.g. read.csv, fread, read_xlsx, loadRDS)
However, a list of the most common ones could at least highlight most data-loaders.
It's fairly simple to do if we are recognising external dependencies anyway.
This could be denoted by highlighting the border of a function in a different colour.
The text was updated successfully, but these errors were encountered:
It would be useful for reviewers to see if any of the functions load external data.
This is tricky to recognise because there a lots of different functions that can load data (e.g. read.csv, fread, read_xlsx, loadRDS)
However, a list of the most common ones could at least highlight most data-loaders.
It's fairly simple to do if we are recognising external dependencies anyway.
This could be denoted by highlighting the border of a function in a different colour.
The text was updated successfully, but these errors were encountered: