{"id":34801690,"url":"https://github.com/unhcr-dataviz/cccmdown","last_synced_at":"2026-03-18T00:03:31.007Z","repository":{"id":194794798,"uuid":"691589132","full_name":"unhcr-dataviz/cccmdown","owner":"unhcr-dataviz","description":"CCCM branded report template","archived":false,"fork":false,"pushed_at":"2023-10-09T12:09:44.000Z","size":150,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-10-09T13:28:58.775Z","etag":null,"topics":["pagedown","rmarkdown","rmarkdown-template"],"latest_commit_sha":null,"homepage":"","language":"SCSS","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/unhcr-dataviz.png","metadata":{"files":{"readme":"README.Rmd","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":"2023-09-14T13:37:31.000Z","updated_at":"2023-09-19T15:48:00.000Z","dependencies_parsed_at":"2023-09-15T05:53:25.609Z","dependency_job_id":null,"html_url":"https://github.com/unhcr-dataviz/cccmdown","commit_stats":null,"previous_names":["unhcr-dataviz/cccmdown"],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/unhcr-dataviz/cccmdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unhcr-dataviz%2Fcccmdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unhcr-dataviz%2Fcccmdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unhcr-dataviz%2Fcccmdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unhcr-dataviz%2Fcccmdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unhcr-dataviz","download_url":"https://codeload.github.com/unhcr-dataviz/cccmdown/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unhcr-dataviz%2Fcccmdown/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30636688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T23:56:54.546Z","status":"ssl_error","status_checked_at":"2026-03-17T23:56:28.952Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["pagedown","rmarkdown","rmarkdown-template"],"created_at":"2025-12-25T11:39:39.788Z","updated_at":"2026-03-18T00:03:30.996Z","avatar_url":"https://github.com/unhcr-dataviz.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# cccmdown\n\n\u003c!-- badges: start --\u003e\n[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)\n[![R-CMD-check](https://github.com/unhcr-dataviz/cccmdown/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/unhcr-dataviz/cccmdown/actions/workflows/R-CMD-check.yaml)\n[![CRAN status](https://www.r-pkg.org/badges/version/unhcrthemes)](https://CRAN.R-project.org/package=unhcrthemes)\n\u003c!-- badges: end --\u003e\n\nThe goal of `{cccmdown}` is to ease and speed up the creation of reports following the [CCCM brand identity](https://www.cccmcluster.org/branding-collection).\n\n## Installation\n\nGet started by installing the `{cccmdown}` package from GitHub using the `{pak}` library:\n\n```{r install, eval=FALSE}\n# If pak is not yet installed, uncomment the following line:\n# install.packages(\"pak\")\n\npak::pkg_install(\"unhcr-dataviz/cccmdown\")\n```\n\n## Usage\n\nThe `{cccmdown::paged_report}` template is designed for R Markdown projects, simply put the following code in your R Markdown header. For example:\n\n```yaml\n---\ntitle: \"CCCM report\"\ndate: \"`r format(Sys.Date(),  '%d %B %Y')`\"\noutput:\n  cccmdown::paged_report:\n    coord_mec: \"cluster\"\n    country: \"Country name\"\n---\n```\n\nYou can also open a `{cccmdown::paged_report}` template using **RStudio**:\n\n1. Click the \"File\" menu then \"New File\" and choose \"R Markdown\".\n2. In the \"From Template\" tab, choose the **CCCM Paged** built-in template.\n\n## Acknowledgements\n\nWe extend our gratitude to the creators of the [`{pagedown}`](https://github.com/rstudio/pagedown) package that influenced the development of `{cccmdown}`.\n\n## Contribution\n\nContributions to `{cccmdown}` are highly valued. If you have suggestions, uncover bugs, or envision new features, kindly submit an [issue on GitHub](https://github.com/unhcr-dataviz/cccmdown/issues). To contribute code, don't hesitate to fork the repository and create a pull request.\n\n## License\n\nThis package is distributed under the [MIT License](https://github.com/unhcr-dataviz/cccmdown/blob/master/LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funhcr-dataviz%2Fcccmdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funhcr-dataviz%2Fcccmdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funhcr-dataviz%2Fcccmdown/lists"}