Skip to content

Commit 821641a

Browse files
committed
Update pkgdown
1 parent 140679a commit 821641a

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The goal of queue is to provide a simple on-disk queue data structure in R.
2121
You can install queue from github with:
2222

2323
```{r gh-installation, eval = FALSE}
24-
# install.packages("remotes")
24+
# install.packages("remots")
2525
remotes::install_github("rdpeng/queue")
2626
```
2727

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

2-
<!-- README.md is generated from README.Rmd. Please edit that file -->
3-
queue
4-
=====
2+
[![R-CMD-check](https://github.com/rdpeng/queue/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rdpeng/queue/actions/workflows/R-CMD-check.yaml)
53

6-
The goal of queue is to provide a simple on-disk queue data structure in R.
4+
# queue
75

8-
Installation
9-
------------
6+
The goal of queue is to provide a simple on-disk queue data structure in
7+
R.
8+
9+
## Installation
1010

1111
You can install queue from github with:
1212

@@ -15,8 +15,7 @@ You can install queue from github with:
1515
remotes::install_github("rdpeng/queue")
1616
```
1717

18-
Example
19-
-------
18+
## Example
2019

2120
This is a basic example which shows you how to solve a common problem:
2221

docs/authors.html

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pandoc: 3.6.3
22
pkgdown: 2.1.3
33
pkgdown_sha: ~
44
articles: {}
5-
last_built: 2025-10-30T15:33Z
5+
last_built: 2025-11-05T13:44Z

0 commit comments

Comments
 (0)