Skip to content

Commit 686bd07

Browse files
committed
Use pak for dev version
and visual editor reformating
1 parent 4879993 commit 686bd07

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
1-
# bookdown <a href="https://pkgs.rstudio.com/bookdown/"><img src="man/figures/logo.png" align="right" height="138" /></a>
1+
# bookdown <a href="https://pkgs.rstudio.com/bookdown/"><img src="man/figures/logo.png" align="right" height="138"/></a>
22

33
<!-- badges: start -->
4-
[![R-CMD-check](https://github.com/rstudio/bookdown/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/bookdown/actions/workflows/R-CMD-check.yaml)
5-
[![CRAN release](https://www.r-pkg.org/badges/version/bookdown)](https://CRAN.R-project.org/package=bookdown)
6-
[![Codecov test coverage](https://codecov.io/gh/rstudio/bookdown/branch/main/graph/badge.svg)](https://app.codecov.io/gh/rstudio/bookdown?branch=main)
7-
<!-- badges: end -->
84

5+
[![R-CMD-check](https://github.com/rstudio/bookdown/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/bookdown/actions/workflows/R-CMD-check.yaml) [![CRAN release](https://www.r-pkg.org/badges/version/bookdown)](https://CRAN.R-project.org/package=bookdown) [![Codecov test coverage](https://codecov.io/gh/rstudio/bookdown/branch/main/graph/badge.svg)](https://app.codecov.io/gh/rstudio/bookdown?branch=main)
6+
7+
<!-- badges: end -->
98

109
A open-source (GPL-3) R package to facilitate writing books and long-form articles/reports with R Markdown. Features include:
1110

12-
- Generate printer-ready books and ebooks from R Markdown documents
13-
- A markup language easier to learn than LaTeX, and to write elements such as section headers, lists, quotes, figures, tables, and citations
14-
- Multiple choices of output formats: PDF, LaTeX, HTML, EPUB, and Word.
15-
- Possibility of including dynamic graphics and interactive applications (HTML widgets and Shiny apps)
16-
- Support for languages other than R, including C/C++, Python, and SQL, etc.
17-
- LaTeX equations, theorems, and proofs work for all output formats
18-
- Can be published to GitHub, bookdown.org, and any web servers
19-
- Integrated with the RStudio IDE
20-
- One-click publishing to <https://bookdown.org>
11+
- Generate printer-ready books and ebooks from R Markdown documents
12+
- A markup language easier to learn than LaTeX, and to write elements such as section headers, lists, quotes, figures, tables, and citations
13+
- Multiple choices of output formats: PDF, LaTeX, HTML, EPUB, and Word.
14+
- Possibility of including dynamic graphics and interactive applications (HTML widgets and Shiny apps)
15+
- Support for languages other than R, including C/C++, Python, and SQL, etc.
16+
- LaTeX equations, theorems, and proofs work for all output formats
17+
- Can be published to GitHub, bookdown.org, and any web servers
18+
- Integrated with the RStudio IDE
19+
- One-click publishing to <https://bookdown.org>
2120

2221
## Book
2322

24-
<a href="https://bookdown.org/yihui/bookdown/"><img class="book" src="https://bookdown.org/yihui/bookdown/images/cover.jpg" alt = "bookdown: Authoring Books and Technical Documents with R Markdown" height="400"></a>
23+
<a href="https://bookdown.org/yihui/bookdown/"><img src="https://bookdown.org/yihui/bookdown/images/cover.jpg" alt="bookdown: Authoring Books and Technical Documents with R Markdown" class="book" height="400"/></a>
2524

2625
## Installation
2726

2827
You can install the package from CRAN as follows:
2928

30-
```r
29+
``` r
3130
install.packages("bookdown")
3231
```
3332

3433
If you want to use the development version of the **bookdown** package, you can install the package from GitHub via the [**remotes** package](https://remotes.r-lib.org):
3534

36-
```r
37-
remotes::install_github('rstudio/bookdown')
35+
``` r
36+
# install.packages("pak")
37+
pak::pak('rstudio/bookdown')
3838
```
3939

4040
## Usage
4141

42-
The easiest way to start a new Bookdown project is from within RStudio IDE. Go to _File > New Project > New Directory > Book project using bookdown_.
42+
The easiest way to start a new Bookdown project is from within RStudio IDE. Go to *File \> New Project \> New Directory \> Book project using bookdown*.
4343

44-
This will create a new directory with an example book as template. You can build the HTML version of this example book without doing any modification:
44+
This will create a new directory with an example book as template. You can build the HTML version of this example book without doing any modification:
4545

46-
* Go into the Build Pane in the RStudio IDE
47-
* Click on _Build Book > bookdown::gitbook_
46+
- Go into the Build Pane in the RStudio IDE
47+
- Click on *Build Book \> bookdown::gitbook*
4848

4949
You can also run `bookdown::render_book()` in the R console.
5050

@@ -54,9 +54,9 @@ Learn more about using bookdown in the [Getting started section](https://pkgs.rs
5454

5555
There are two main places to get help:
5656

57-
1. The [RStudio community](https://community.rstudio.com/tags/c/R-Markdown/10/bookdown) is a friendly place to ask any questions about **bookdown**. Be sure to use the `bookdown` tag.
57+
1. The [RStudio community](https://community.rstudio.com/tags/c/R-Markdown/10/bookdown) is a friendly place to ask any questions about **bookdown**. Be sure to use the `bookdown` tag.
5858

59-
1. [Stack Overflow](https://stackoverflow.com/questions/tagged/bookdown) is a great source of answers to common **bookdown** questions. Use the tags [`[r][bookdown]`](https://stackoverflow.com/questions/tagged/bookdown+r) if you ask a question.
59+
2. [Stack Overflow](https://stackoverflow.com/questions/tagged/bookdown) is a great source of answers to common **bookdown** questions. Use the tags [`[r][bookdown]`](https://stackoverflow.com/questions/tagged/bookdown+r) if you ask a question.
6060

6161
## Code of Conduct
6262

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy