{"id":32209316,"url":"https://github.com/kamapu/yamlme","last_synced_at":"2026-02-21T18:04:45.354Z","repository":{"id":44495158,"uuid":"297735831","full_name":"kamapu/yamlme","owner":"kamapu","description":"R-Package for writing R-markdown documents from plain R code.","archived":false,"fork":false,"pushed_at":"2024-06-25T10:18:04.000Z","size":5281,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-28T05:24:01.686Z","etag":null,"topics":["documentation","rmarkdown","yaml"],"latest_commit_sha":null,"homepage":"https://kamapu.github.io/yamlme/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kamapu.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-22T18:22:40.000Z","updated_at":"2024-08-03T00:24:03.000Z","dependencies_parsed_at":"2024-04-20T22:27:54.850Z","dependency_job_id":"1ee73477-ebed-445f-be95-4960648f38d4","html_url":"https://github.com/kamapu/yamlme","commit_stats":{"total_commits":68,"total_committers":8,"mean_commits":8.5,"dds":"0.16176470588235292","last_synced_commit":"c01479b3716234a31a30c95dd36aeb7385ff6c5b"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/kamapu/yamlme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamapu%2Fyamlme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamapu%2Fyamlme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamapu%2Fyamlme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamapu%2Fyamlme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamapu","download_url":"https://codeload.github.com/kamapu/yamlme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamapu%2Fyamlme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29689644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T15:51:39.154Z","status":"ssl_error","status_checked_at":"2026-02-21T15:49:03.425Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["documentation","rmarkdown","yaml"],"created_at":"2025-10-22T06:02:32.537Z","updated_at":"2026-02-21T18:04:45.349Z","avatar_url":"https://github.com/kamapu.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput:\n  github_document:\n    html_preview: false\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\u003c!-- Use snippet 'render_markdown' for it --\u003e\n\n```{r,echo=FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/\"\n)\n```\n\n# yamlme\n\n\u003c!-- badges: start --\u003e\n[![cran checks](https://badges.cranchecks.info/worst/yamlme.svg)](https://cran.r-project.org/web/checks/check_results_yamlme.html)\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/yamlme)](https://cran.r-project.org/package=yamlme)\n[![DOI](https://zenodo.org/badge/297735831.svg)](https://zenodo.org/badge/latestdoi/297735831)\n\u003cbr\u003e\n[![R-CMD-check](https://github.com/kamapu/yamlme/workflows/R-CMD-check/badge.svg)](https://github.com/kamapu/yamlme/actions)\n[![Codecov test coverage](https://codecov.io/gh/kamapu/yamlme/branch/master/graph/badge.svg)](https://codecov.io/gh/kamapu/yamlme?branch=master)\n[![CRAN_downloads](http://cranlogs.r-pkg.org/badges/yamlme)](https://cran.r-project.org/package=yamlme)\n[![total downloads](http://cranlogs.r-pkg.org/badges/grand-total/yamlme)](https://cran.r-project.org/package=yamlme)\n[![R-CMD-check](https://github.com/kamapu/yamlme/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/kamapu/yamlme/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n\n## Installing yamlme\n\nYou can install the last release from CRAN\n\n\n```{r eval=FALSE}\ninstall.packages(\"yamlme\", dependencies = TRUE)\n```\n\nor the current development version from GitHub, using the package `devtools`:\n\n```{r eval=FALSE}\nlibrary(devtools)\ninstall_github(\"kamapu/yamlme\", build_vignettes = TRUE)\n```\n\nAfter installing the package have to be loaded in the current R-session.\n\n```{r}\nlibrary(yamlme)\n```\n\n## Create a document\n\nThis package aims to save documents with their respective settings (yaml-head)\nin R-objects.\n\n```{r}\nmy_document \u003c- list(\n  title = \"Mi First Document\",\n  author = \"My Name\",\n  output = \"html_document\",\n  body = txt_body(\n    \"# Starting a working day\",\n    \"\",\n    \"At the beginning of every day I will do:\",\n    \"\",\n    \"- Say everyone \\\"Good morning!\\\"\",\n    \"- Start the coffe mashine\",\n    \"- Start the computer\",\n    \"- Read mails\"\n  )\n)\nmy_document \u003c- as(my_document, \"rmd_doc\")\nmy_document\n```\n\nBy this way it is possible to produce documents from plain R-code. This\ndocument can be then rendered by the function `render_rmd()`.\n\n```{r eval = FALSE}\nrender_rmd(input = my_document)\nbrowseURL(\"my_document.html\")\n```\n\nFor more details, take a look on the vignette.\n\n```{r eval = FALSE}\nvignette(\"yamlme-intro\")\n```\n\n## Similar packages\n\nThe package [`ymlthis`](https://github.com/r-lib/ymlthis) is targeting the\nsame tasks but using a different approach for it.\n\nThe most important dependencies of `yamlme` are\n[`yaml`](http://biostat.app.vumc.org/wiki/Main/YamlR) and\n[`rmarkdown`](https://rmarkdown.rstudio.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamapu%2Fyamlme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamapu%2Fyamlme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamapu%2Fyamlme/lists"}