-
Notifications
You must be signed in to change notification settings - Fork 18
/
_bookdown.yml
48 lines (48 loc) · 1.52 KB
/
_bookdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
book_filename: "bioc-contributions-guide"
delete_merged_file: true
language:
ui:
chapter_name: "Chapter "
rmd_files: ["index.Rmd",
"package-submission.Rmd",
"devguide-introduction.Rmd",
"package-name.Rmd",
"general-package-development.Rmd",
"important-bioc-features.Rmd",
"readme-file.Rmd",
"description-file.Rmd",
"namespace-file.Rmd",
"news-file.Rmd",
"license-file.Rmd",
"citation-file.Rmd",
"install-file.Rmd",
"documentation.Rmd",
"package-data.Rmd",
"unit-tests.Rmd",
"r-code.Rmd",
"fortran-C-python.Rmd",
"shiny-apps.Rmd",
"non-software-packages.Rmd",
"gitignore-file.Rmd",
"devguide-conclusion.Rmd",
"package-maintainence.Rmd",
"git-version-control.Rmd",
"version-numbering.Rmd",
"troubleshoot-build-report.Rmd",
"debugging-c-code.Rmd",
"deprecation.Rmd",
"package-end-of-life.Rmd",
"branch-rename-faq.Rmd",
"review-overview.Rmd",
"review-expectations.Rmd",
"review-resources-and-tools.Rmd",
"volunteer-to-review.Rmd",
"appendix.Rmd",
"devel-branch.Rmd",
"long-tests.Rmd",
"web-query.Rmd",
"c-and-fortran.Rmd",
"mavericks.Rmd",
"debug-rd-links.Rmd",
"news-for-bookdown.Rmd"]
clean: [packages.bib]