This is a sample project that demonstrates how to use the flowR library to analyze and R projects by comparing their dataflow graphs.
Please note that this is a minimal example.
-
Clone the repository:
git clone https://github.com/flowr-analysis/sample-analyzer-df-diff.git cd sample-analyzer-df-diff -
Install the dependencies:
npm install
-
Run the main script with a project folder and a file to dump the results to:
npm run main -- samples/file-a.R samples/file-b.R
-
Check out the link produced in the console to view the differences between the dataflow graphs.