Skip to content

Commit

Permalink
pkgdown::build_site()
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Aug 14, 2018
1 parent 2d71f17 commit 00c111e
Show file tree
Hide file tree
Showing 77 changed files with 4,109 additions and 987 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ A few usethis functions have no strong connections to projects and will expect y

usethis is quite chatty, explaining what it's doing and assigning you tasks. `` indicates something usethis has done for you. `` indicates that you'll need to do some work yourself.

Below is a quick look at how usethis can help to set up a package. But remember, many usethis function are also applicable to analytical projects that are not packages.
Below is a quick look at how usethis can help to set up a package. But remember, many usethis functions are also applicable to analytical projects that are not packages.

```{r}
library(usethis)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tasks. `✔` indicates something usethis has done for you. `●` indicates
that you’ll need to do some work yourself.

Below is a quick look at how usethis can help to set up a package. But
remember, many usethis function are also applicable to analytical
remember, many usethis functions are also applicable to analytical
projects that are not packages.

``` r
Expand All @@ -59,7 +59,7 @@ library(usethis)
# Create a new package -------------------------------------------------
tmp <- file.path(tempdir(), "mypkg")
create_package(tmp)
#> ✔ Setting active project to '/private/var/folders/vr/gzrbtprx6ybg85y5pvwm1ct40000gn/T/RtmpUYoQJG/mypkg'
#> ✔ Setting active project to '/private/var/folders/vr/gzrbtprx6ybg85y5pvwm1ct40000gn/T/RtmpGwzXO5/mypkg'
#> ✔ Creating 'R/'
#> ✔ Creating 'man/'
#> ✔ Writing 'DESCRIPTION'
Expand Down
6 changes: 5 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
url: http://usethis.r-lib.org

authors:
Jennifer Bryan:
href: https://jennybryan.org

navbar:
type: default
left:
- text: Home
- icon: fa-home fa-lg
href: index.html
- text: Setup
href: articles/articles/usethis-setup.html
Expand Down
40 changes: 32 additions & 8 deletions docs/CODE_OF_CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 00c111e

Please sign in to comment.