Skip to content

Commit 809c9ff

Browse files
committed
Deploying to gh-pages from @ bf85026 🚀
1 parent d713a3c commit 809c9ff

5 files changed

Lines changed: 17 additions & 23 deletions

File tree

index.html

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

index.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ its headers for direct integration into other R packages.
2121

2222
``` r
2323

24-
install.packages("infoxtr", dep = TRUE)
24+
install.packages("infoxtr", dependencies = TRUE)
2525
```
2626

2727
- Install binary version from
@@ -32,20 +32,18 @@ install.packages("infoxtr", dep = TRUE)
3232
install.packages("infoxtr",
3333
repos = c("https://stscl.r-universe.dev",
3434
"https://cloud.r-project.org"),
35-
dep = TRUE)
35+
dependencies = TRUE)
3636
```
3737

3838
- Install from source code on [GitHub](https://github.com/stscl/infoxtr)
3939
with:
4040

4141
``` r
4242

43-
if (!requireNamespace("devtools", quietly = TRUE)) {
44-
install.packages("devtools")
43+
if (!requireNamespace("pak", quietly = TRUE)) {
44+
install.packages("pak")
4545
}
46-
devtools::install_github("stscl/infoxtr",
47-
build_vignettes = TRUE,
48-
dep = TRUE)
46+
pak::pak("stscl/infoxtr", dependencies = TRUE)
4947
```
5048

5149
## References

llms.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ its headers for direct integration into other R packages.
2121

2222
``` r
2323

24-
install.packages("infoxtr", dep = TRUE)
24+
install.packages("infoxtr", dependencies = TRUE)
2525
```
2626

2727
- Install binary version from
@@ -32,20 +32,18 @@ install.packages("infoxtr", dep = TRUE)
3232
install.packages("infoxtr",
3333
repos = c("https://stscl.r-universe.dev",
3434
"https://cloud.r-project.org"),
35-
dep = TRUE)
35+
dependencies = TRUE)
3636
```
3737

3838
- Install from source code on [GitHub](https://github.com/stscl/infoxtr)
3939
with:
4040

4141
``` r
4242

43-
if (!requireNamespace("devtools", quietly = TRUE)) {
44-
install.packages("devtools")
43+
if (!requireNamespace("pak", quietly = TRUE)) {
44+
install.packages("pak")
4545
}
46-
devtools::install_github("stscl/infoxtr",
47-
build_vignettes = TRUE,
48-
dep = TRUE)
46+
pak::pak("stscl/infoxtr", dependencies = TRUE)
4947
```
5048

5149
## References

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles:
55
surd: surd.html
6-
last_built: 2026-05-09T04:44Z
6+
last_built: 2026-05-14T13:03Z
77
urls:
88
reference: https://stscl.github.io/infoxtr/reference
99
article: https://stscl.github.io/infoxtr/articles

search.json

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

0 commit comments

Comments
 (0)