{"id":29382846,"url":"https://github.com/pizofreude/da-with-r","last_synced_at":"2026-07-15T02:33:52.954Z","repository":{"id":301523305,"uuid":"1009514429","full_name":"pizofreude/da-with-r","owner":"pizofreude","description":"Data analysis with R data centric programming language","archived":false,"fork":false,"pushed_at":"2025-07-07T09:18:43.000Z","size":2020,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-18T19:52:28.613Z","etag":null,"topics":["data-analysis","r"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pizofreude.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-27T08:57:53.000Z","updated_at":"2025-07-07T09:18:47.000Z","dependencies_parsed_at":"2025-07-30T00:36:05.472Z","dependency_job_id":"72db0577-85ea-4bd4-9be8-612818e45019","html_url":"https://github.com/pizofreude/da-with-r","commit_stats":null,"previous_names":["pizofreude/da-with-r"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pizofreude/da-with-r","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pizofreude%2Fda-with-r","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pizofreude%2Fda-with-r/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pizofreude%2Fda-with-r/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pizofreude%2Fda-with-r/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pizofreude","download_url":"https://codeload.github.com/pizofreude/da-with-r/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pizofreude%2Fda-with-r/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35488230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-15T02:00:06.706Z","response_time":131,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["data-analysis","r"],"created_at":"2025-07-10T04:01:31.032Z","updated_at":"2026-07-15T02:33:52.937Z","avatar_url":"https://github.com/pizofreude.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Analysis with R Programming\n\nWelcome to the Data Analysis with R Programming repository, with R as a data centric programming language.\n\n## 📁 Repository Structure\n\n```\nda-with-r/\n├── .gitignore\n├── README.md\n├── da-with-r.Rproj         # RStudio project file\n├── renv.lock               # renv lockfile for package reproducibility\n├── renv/                   # renv local library (auto-created; do not edit manually)\n├── requirements.txt        # (Optional; renv/renv.lock preferred)\n├── data/\n│   ├── raw/                # Original, immutable data dumps.\n│   └── processed/          # Cleaned \u0026 processed data ready for analysis.\n├── notebooks/\n│   └── exploratory/        # RMarkdown or Jupyter notebooks for EDA.\n├── scripts/\n│   ├── data_cleaning.R     # Scripts for cleaning datasets.\n│   ├── analysis.R          # Scripts for analysis and visualization.\n│   └── functions.R         # Custom R functions.\n├── reports/\n│   ├── figures/            # Generated plots and figures.\n│   └── final_report.Rmd    # Final RMarkdown report.\n├── docs/                   # Project documentation, instructions, etc.\n├── tests/                  # Unit tests for R scripts/functions.\n```\n\n## 🚀 Getting Started\n\n1. Clone the repository:\n    ```sh\n    git clone https://github.com/pizofreude/da-with-r.git\n    cd da-with-r\n    ```\n\n2. Install required R packages:\n    ```r\n    install.packages(readLines(\"requirements.txt\"))\n    ```\n\n   Or, if you use `renv`, run:\n    ```r\n    renv::restore()\n    ```\n\n3. Download data into `data/raw/` and follow the scripts or notebooks provided.\n\n## 📦 Requirements\n\nSee [requirements.txt](./requirements.txt) for a list of required R packages.\n\n## 📝 Usage\n\n- Place your raw data in `data/raw/`\n- Run scripts in `scripts/` for cleaning and analysis\n- Explore results in `notebooks/exploratory/`\n- Find final reports and figures in `reports/`\n\n## 🧪 Testing\n\nTest your functions using scripts in the `tests/` directory.\n\n## 🙌 Credits\n\n- [R for Data Science](https://r4ds.hadley.nz/preface-2e.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpizofreude%2Fda-with-r","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpizofreude%2Fda-with-r","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpizofreude%2Fda-with-r/lists"}