-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
05630a4
commit 501db0f
Showing
25 changed files
with
67 additions
and
659 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
on: | ||
push: | ||
branches: main | ||
|
||
name: render | ||
|
||
jobs: | ||
render: | ||
runs-on: ubuntu-latest | ||
|
||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
R_REMOTES_NO_ERRORS_FROM_WARNINGS: false | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: r-lib/actions/setup-pandoc@v2 | ||
- uses: quarto-dev/quarto-actions/setup@v2 | ||
|
||
- name: Cache results | ||
uses: actions/cache@v2 | ||
with: | ||
path: | | ||
_book | ||
_freeze | ||
key: book-render-${{ hashFiles('**/*qmd') }} | ||
restore-keys: book-render- | ||
|
||
- name: Render | ||
run: quarto render | ||
|
||
- name: Deploy to GitHub pages | ||
if: github.event_name != 'pull_request' | ||
uses: JamesIves/[email protected] | ||
with: | ||
clean: false | ||
branch: gh-pages | ||
folder: _book |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,5 @@ _bookdown_files | |
_targets.R | ||
_targets/ | ||
targets-manual.Rmd | ||
|
||
/.quarto/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
YEAR: 2020 | ||
YEAR: 2024 | ||
COPYRIGHT HOLDER: Eli Lilly and Company |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
project: | ||
type: book | ||
|
||
book: | ||
title: "The {targets} R package design specification" | ||
author: "Will Landau" | ||
site-url: https://books.ropensci.org/targets-design/ | ||
repo-url: https://github.com/ropensci-books/targets-design/ | ||
repo-branch: main | ||
repo-actions: [edit] | ||
sharing: [twitter, facebook, linkedin] | ||
page-footer: "How to get help: <https://books.ropensci.org/targets/help.html><br>Copyright 2024, Eli Lilly and Company" | ||
chapters: | ||
- index.qmd | ||
- data.qmd | ||
- classes.qmd | ||
- composition.qmd | ||
- orchestration.qmd | ||
|
||
format: | ||
html: | ||
theme: cosmo |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.