Skip to content

Commit

Permalink
adding pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkf committed Jun 28, 2022
1 parent d49c973 commit e1c479d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
output:
github_document:
keep_html: false
html_preview: false
output: github_document
---

# ggpackets <img src="man/figures/ggpackets-hex-small.png" align="right" width="134px"/>
Expand All @@ -24,11 +21,11 @@ layer parameters and construction syntax.
`ggpackets` is not yet available on CRAN. Until it is, you can install the most
recent development version using the short script below:

```r
if (!require(devtools, quietly = TRUE))
install.packages('devtools')
```{r, eval = FALSE}
if (!require("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github('dgkf/ggpackets', build_vignettes = TRUE)
devtools::install_github("dgkf/ggpackets", build_vignettes = TRUE)
```


Expand Down
3 changes: 3 additions & 0 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
url: ~

development:
mode: auto

template:
bootstrap: 5

0 comments on commit e1c479d

Please sign in to comment.