Skip to content

Commit f86ad3d

Browse files
committed
update install instructions
1 parent 949a02e commit f86ad3d

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,11 @@ The relationship keys that join each of the tables are listed below.
7878

7979
### Installation
8080

81-
You can install the development version of package from
82-
[GitHub](https://github.com/usrbinr/contoso) with:
81+
You can install the package from CRAN or the development version from
82+
[GitHub](https://github.com/usrbinr/contoso):
8383

8484
``` r
85-
# install.packages("pak")
86-
pak::pak("usrbinr/contoso")
85+
install.packages("contoso")
8786
```
8887

8988
### Example

README.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ tibble::tibble(
8484

8585
### Installation
8686

87-
You can install the development version of package from [GitHub](https://github.com/usrbinr/contoso) with:
87+
You can install the package from CRAN or the development version from [GitHub](https://github.com/usrbinr/contoso):
8888

8989
```{r}
9090
#| eval: false
91-
# install.packages("pak")
92-
pak::pak("usrbinr/contoso")
91+
92+
install.packages("contoso")
9393
```
9494

9595
### Example

docs/index.html

Lines changed: 2 additions & 3 deletions
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,7 +2,7 @@ pandoc: 3.6.3
22
pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles: {}
5-
last_built: 2025-11-13T01:18Z
5+
last_built: 2025-11-13T01:42Z
66
urls:
77
reference: https://usrbinr.github.io/contoso/reference
88
article: https://usrbinr.github.io/contoso/articles

docs/search.json

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

0 commit comments

Comments
 (0)