We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1d9e4 commit f02d22fCopy full SHA for f02d22f
README.Rmd
@@ -40,8 +40,8 @@ install.packages("brulee")
40
And the development version from [GitHub](https://github.com/tidymodels/brulee) with:
41
42
``` r
43
-# install.packages("devtools")
44
-devtools::install_github("tidymodels/brulee")
+# install.packages("pak")
+pak::pak("tidymodels/brulee")
45
```
46
## Example
47
README.md
@@ -37,8 +37,8 @@ And the development version from
37
[GitHub](https://github.com/tidymodels/brulee) with:
38
39
0 commit comments