Skip to content

Commit 5fda686

Browse files
committed
Deploying to gh-pages from @ 9d816ba 🚀
1 parent 0aec13a commit 5fda686

7 files changed

Lines changed: 31 additions & 14 deletions

File tree

articles/validating-data.html

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

articles/validating-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ r@str_to_fn_converter
217217
#> NULL
218218
#> })
219219
#> }
220-
#> <bytecode: 0x55b7b9542888>
220+
#> <bytecode: 0x562ff64c9888>
221221
#> <environment: namespace:fluffy>
222222

223223
Schema(
@@ -226,7 +226,7 @@ Schema(
226226
#> $predicate
227227
#> function (x)
228228
#> x > 10
229-
#> <environment: 0x55b7bab2b3d0>
229+
#> <environment: 0x562ff7ab23d0>
230230
```
231231

232232
### Schema validation and errors

index.html

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ This package is under development and subject to change constantly.
77

88
## Installation
99

10-
You can install the development version of fluffy like so:
10+
Install the latest release of fluffy from CRAN:
11+
12+
``` r
13+
14+
install.packages("fluffy")
15+
```
16+
17+
You can install the development version of fluffy from GitHub:
1118

1219
``` r
1320

llms.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ This package is under development and subject to change constantly.
77

88
## Installation
99

10-
You can install the development version of fluffy like so:
10+
Install the latest release of fluffy from CRAN:
11+
12+
``` r
13+
14+
install.packages("fluffy")
15+
```
16+
17+
You can install the development version of fluffy from GitHub:
1118

1219
``` r
1320

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ articles:
55
custom-rules: custom-rules.html
66
validating-data: validating-data.html
77
validation-rules: validation-rules.html
8-
last_built: 2026-06-05T14:27Z
8+
last_built: 2026-06-05T14:50Z
99
urls:
1010
reference: https://lj-jenkins.github.io/fluffy/reference
1111
article: https://lj-jenkins.github.io/fluffy/articles

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)