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.