{"id":16276888,"url":"https://github.com/cderv/pandoc","last_synced_at":"2025-07-16T16:39:00.173Z","repository":{"id":38302490,"uuid":"381701680","full_name":"cderv/pandoc","owner":"cderv","description":"R package to install, manage and run Pandoc (https://pandoc.org/)","archived":false,"fork":false,"pushed_at":"2025-07-01T16:11:44.000Z","size":8792,"stargazers_count":28,"open_issues_count":14,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-07-14T13:32:17.626Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cderv.github.io/pandoc/","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/cderv.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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}},"created_at":"2021-06-30T12:54:25.000Z","updated_at":"2025-07-01T16:11:48.000Z","dependencies_parsed_at":"2024-02-26T10:54:19.976Z","dependency_job_id":"68f8a0f0-9c8a-4dce-87a9-3f5e1da18e17","html_url":"https://github.com/cderv/pandoc","commit_stats":{"total_commits":368,"total_committers":1,"mean_commits":368.0,"dds":0.0,"last_synced_commit":"638f1c694ee286d253fcd469b5312cfcb5d6316e"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/cderv/pandoc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cderv%2Fpandoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cderv%2Fpandoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cderv%2Fpandoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cderv%2Fpandoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cderv","download_url":"https://codeload.github.com/cderv/pandoc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cderv%2Fpandoc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265524907,"owners_count":23782057,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-10T18:51:07.954Z","updated_at":"2025-07-16T16:39:00.114Z","avatar_url":"https://github.com/cderv.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\neditor_options: \n  markdown: \n    wrap: 72\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# pandoc\n\n\u003c!-- badges: start --\u003e\n\n[![Lifecycle:\nexperimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)\n[![CRAN\nstatus](https://www.r-pkg.org/badges/version/pandoc)](https://github.com/cderv/pandoc)\n[![R-CMD-check](https://github.com/cderv/pandoc/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/cderv/pandoc/actions/workflows/R-CMD-check.yaml)\n[![Codecov test\ncoverage](https://codecov.io/gh/cderv/pandoc/branch/main/graph/badge.svg)](https://app.codecov.io/gh/cderv/pandoc?branch=main)\n\n\u003c!-- badges: end --\u003e\n\n```{r child = \"vignettes/articles/_about.Rmd\"}\n```\n\n## Usage\n\nAll functions are prefixed with `pandoc_` and you will find below their\nmain usage. See [Get\nstarted](https://cderv.github.io/pandoc/articles/pandoc.html) for usage\nexamples and\n[Reference](https://cderv.github.io/pandoc/reference/index.html) page\nfor full details of functions.\n\nMost functions follows these following rules:\n\n-   They are prefixed with `pandoc_` .\n-   They can be used with any installed Pandoc version using `version`\n    argument.\n-   Versions to use are passed as a string, either the version number\n    (e.g `\"2.14.2\"` ), or one special alias (`default`, `nightly` ,\n    `rstudio` , `system`) .\n\nAvailable functions allows:\n\n-   Installing / Uninstalling specific Pandoc version from\n    `r knitr::combine_words(range(as.numeric_version(pandoc::pandoc_available_releases())), sep = \", \", and = \" to \", before = \"'\")`\n    , including development version of Pandoc.\n    -   `pandoc_install()`, `pandoc_install_nightly()`,\n        `pandoc_uninstall()`, ...\n-   Switching Pandoc version by activating a specific one or running any\n    function with a specific Pandoc version using `version=` argument.\n    -   `pandoc_activate()` , `with_pandoc()` , ....\n-   Managing locally installed version of Pandoc as versions installed\n    by this package are located within one folder per version in a\n    user's data directory.\n    -   `pandoc_installed_versions()` , `pandoc_installed_latest` ,\n        `pandoc::pandoc_is_installed()` , `pandoc_locate()`,\n        `pandoc_available()`, ...\n-   Using easily one of the installed version with **rmarkdown** (i.e\n    `rmarkdown::render()` will use the version activated by this pandoc)\n    -   See `pandoc::pandoc_activate(rmarkdown = TRUE)`\n-   Running a Pandoc binary from R, including a version installed\n    system-wise (`pandoc_bin(\"system\")`), or the version shipped with\n    RStudio (`pandoc_bin(\"rstudio\")`).\n-   Calling binary at low-level from R with any version installed.\n    -   `pandoc_run()`\n-   to easily access information in R usually requiring command line\n    execution\n    -   `pandoc_version()`, `pandoc_list_extensions()` ,\n        `pandoc_export_template()` , and all other wrappers...\n-   opening Pandoc's resources from R\n    -   `pandoc::pandoc_browse_manual()`,\n        `pandoc::pandoc_browse_extension()` , ....\n\n## Example\n\n```{r}\nlibrary(pandoc)\n# Install version\npandoc_install(\"2.7.3\")\npandoc_install(\"2.11.4\")\n# Highest install is used\npandoc_version()\n```\n\nSee detailed examples in [Get\nstarted](https://cderv.github.io/pandoc/articles/pandoc.html).\n\n## Code of Conduct\n\nPlease note that the **pandoc** project is released with a [Contributor\nCode of Conduct](https://cderv.github.io/pandoc/CODE_OF_CONDUCT.html).\nBy contributing to this project, you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcderv%2Fpandoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcderv%2Fpandoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcderv%2Fpandoc/lists"}