{"id":20426852,"url":"https://github.com/mps9506/bookdowntargets","last_synced_at":"2026-06-06T17:31:34.378Z","repository":{"id":244259365,"uuid":"814695925","full_name":"mps9506/bookdowntargets","owner":"mps9506","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-18T14:01:21.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-08T08:39:51.729Z","etag":null,"topics":["bookdown","r","rmarkdown","targets"],"latest_commit_sha":null,"homepage":"","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/mps9506.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":"2024-06-13T14:11:14.000Z","updated_at":"2024-06-18T14:01:25.000Z","dependencies_parsed_at":"2024-06-17T23:01:28.962Z","dependency_job_id":null,"html_url":"https://github.com/mps9506/bookdowntargets","commit_stats":null,"previous_names":["mps9506/bookdowntargets"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mps9506/bookdowntargets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mps9506%2Fbookdowntargets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mps9506%2Fbookdowntargets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mps9506%2Fbookdowntargets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mps9506%2Fbookdowntargets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mps9506","download_url":"https://codeload.github.com/mps9506/bookdowntargets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mps9506%2Fbookdowntargets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33993195,"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-06-06T02:00:07.033Z","response_time":107,"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":["bookdown","r","rmarkdown","targets"],"created_at":"2024-11-15T07:17:54.937Z","updated_at":"2026-06-06T17:31:34.341Z","avatar_url":"https://github.com/mps9506.png","language":"R","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# bookdowntargets\n\n\u003c!-- badges: start --\u003e\n[![Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.](https://www.repostatus.org/badges/latest/concept.svg)](https://www.repostatus.org/#concept)\n[![R-CMD-check](https://github.com/mps9506/bookdowntargets/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/mps9506/bookdowntargets/actions/workflows/R-CMD-check.yaml)\n[![bookdowntargets status badge](https://mps9506.r-universe.dev/badges/bookdowntargets)](https://mps9506.r-universe.dev/bookdowntargets)\n[![codecov](https://codecov.io/gh/mps9506/bookdowntargets/graph/badge.svg?token=XPzgCybMuv)](https://codecov.io/gh/mps9506/bookdowntargets)\n\u003c!-- badges: end --\u003e\n\nExperimental package implementing the targets pipeline for\nbookdown projects as shown in this \n[demo](https://github.com/jdtrat/tar-render-book-demo) by \n[@jdtrat](https://github.com/jdtrat).\nThere are no promises this will be submitted to CRAN.\n\n\n## Installation\n\n```{r eval=FALSE}\ninstall.packages(\"bookdowntargets\", repos = c(\"https://mps9506.r-universe.dev\", \"https://cloud.r-project.org\"))\n```\n\n\n## Example\n\nThis package has one function: `tar_render_book()`. This is a drop in\nreplacement for [`tarchetypes::tar_render()`](https://github.com/ropensci/tarchetypes) \nbut points to a directory with bookdown files.\n\nNote that `tar_render_book()` tracks dependency files (`_output.yml`, `_bookdown.yml`)\nand these files are expected to be in the same directory as the `index.Rmd` file.\nTargets should also track changes in `.bib`, `.lua`, or other files in the same\ndirectory that if changed, will result in `tar_make()` running the target again.\n\n```{r eval=FALSE}\nlibrary(targets)\nlibrary(bookdowntargets)\nlist(\n  tar_target(dataset, data.frame(x = letters)),\n  tar_render_book(report, path = \"report_directory\")\n)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmps9506%2Fbookdowntargets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmps9506%2Fbookdowntargets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmps9506%2Fbookdowntargets/lists"}