-
-
Notifications
You must be signed in to change notification settings - Fork 322
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I think as a standard all scripts should be completely independent and reproducible. I.e. people should be able to copy and paste code in their R REPL session without errors. This is currently not the case with many scripts in this repo. Instead of supplying example data, many algorithms are written as "templates" where one has to input their own data. However, there's no information what the data structure should even be.
R has many built in datasets, so these can be used to run algorithms with. If the script is just a function definition, then there should be an example usage of the function.
I could list here all scripts that need to be written this way.
What do you think?
Panquesito7, alexgarland and dimvani
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request