README.md

Summarize Flattr Reports

R script to create summary CSV files and diagrams from Flattr's Monthly Revenue reports. Example here. You can also flattr this repo:

Flattr Button Build Status

Usage Instructions

  1. Download and install both RStudio and R.
  2. Go to your Flattr Transactions.
  3. Open each "Monthly revenue"-report (or start with only a few).
  4. Click "Download as CSV" below the table of Things.
  5. Save them to a folder of your choice.
  6. Download this repository to the same or any other folder and unpack the .zip.
  7. Open RStudio, copy-paste this command install.packages(c("plyr", "ggplot2", "scales")) into the console (bottom left) and run it by pressing Return/Enter. Some progress of new packages being installed should be visible. If an error is shown instead, copy-paste the error message into a search engine you don't completely distrust.
  8. Once these packages are installed, open the script (.r file) in RStudio and run it with alt + cmd + R (Mac) or ctrl + alt + R (Win).
  9. Follow its progress in RStudios' Console and Plot tabs. This may take few seconds to several minutes, depending on your number of Flattr Revenue Reports, data points in them, and the speed of your computer. Example: 20 Reports with 200 data points at 2.3 GHz: 10-20sec.
  10. Find the newly generated .csv files and .png diagrams in the same folder as the .csv files you downloaded from Flattr.
  11. Please report back :-) Are the diagrams useful? If not, at which dataset size? Which other summaries, calculations or diagrams would you find useful?

Ideas

Known Issues

Contribution Guidelines

I try to follow the gitflow branching model. Therefore, please branch off develop whenever possible, give the new branch a descriptive name and merge it back into develop.

Thanks and Greetings :-)



KonScience/Summarize-Flattr-Reports documentation built on July 8, 2022, 8:26 p.m.