{"id":42242173,"url":"https://github.com/cormac85/fahlogstats","last_synced_at":"2026-01-27T04:13:00.308Z","repository":{"id":90683062,"uuid":"256313287","full_name":"cormac85/fahlogstats","owner":"cormac85","description":"R library for analysing Folding@Home client log data","archived":false,"fork":false,"pushed_at":"2020-06-19T22:54:05.000Z","size":166,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-01-27T06:38:40.197Z","etag":null,"topics":["folding-at-home","foldingathome","logs","r","tidy-data"],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cormac85.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-04-16T19:41:53.000Z","updated_at":"2020-06-19T22:54:08.000Z","dependencies_parsed_at":"2023-11-26T11:46:55.532Z","dependency_job_id":null,"html_url":"https://github.com/cormac85/fahlogstats","commit_stats":{"total_commits":38,"total_committers":2,"mean_commits":19.0,"dds":0.02631578947368418,"last_synced_commit":"78105253f4d9f8929c7de0cd2f7a6e9a1c76da47"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cormac85/fahlogstats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cormac85%2Ffahlogstats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cormac85%2Ffahlogstats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cormac85%2Ffahlogstats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cormac85%2Ffahlogstats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cormac85","download_url":"https://codeload.github.com/cormac85/fahlogstats/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cormac85%2Ffahlogstats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28801456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T03:44:14.111Z","status":"ssl_error","status_checked_at":"2026-01-27T03:43:33.507Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["folding-at-home","foldingathome","logs","r","tidy-data"],"created_at":"2026-01-27T04:12:59.530Z","updated_at":"2026-01-27T04:13:00.301Z","avatar_url":"https://github.com/cormac85.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fahlogstats\nR library for analysing Folding@Home client log data.\nSister library to the Shiny dashboard [(fahdashboard)](https://github.com/cormac85/fahdashboard) that intends\nto provide insights about your folding slots, such as network data usage and credits earned.\n\n## Installation\n```R\ndevtools::install_github(\"cormac85/fahlogstats\")\n```\n## Usage\n```R\nlogs_path \u003c-  \"~/../AppData/Roaming/FAHClient/logs/\"\n\nlogs_df \u003c-\n  read_fah_logs_dir(logs_path) %\u003e%\n  clean_logs()\n  \n \nlogs_df %\u003e%\n  get_work_unit_data() %\u003e%\n  get_credits() %\u003e%\n  plot_credits(all_slots = TRUE)\n  \nlogs_df %\u003e%\n  get_work_unit_data() %\u003e%\n  get_network_usage() %\u003e%\n  calculate_daily_network_usage() %\u003e%\n  plot_cumulative_network_usage()\n```\n\n## Background\nOn Windows the Folding@Home client stores the current log that you see in the Advanced Client\nin `~/AppData/Roaming/FAHClient/log.txt`, and also stores 16 days worth of logs in `~/AppData/Roaming/FAHClient/logs/`.\nThis library is intended to parse those logs into various types of tidy dataframes and then provide subsequent \nanalysis with plots and summaries.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcormac85%2Ffahlogstats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcormac85%2Ffahlogstats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcormac85%2Ffahlogstats/lists"}