Skip to content

Commit 00c111e

Browse files
committed
pkgdown::build_site()
1 parent 2d71f17 commit 00c111e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+4109
-987
lines changed

β€ŽREADME.Rmdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ A few usethis functions have no strong connections to projects and will expect y
4646

4747
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.
4848

49-
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.
49+
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.
5050

5151
```{r}
5252
library(usethis)

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tasks. `βœ”` indicates something usethis has done for you. `●` indicates
5050
that you’ll need to do some work yourself.
5151

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

5656
``` r
@@ -59,7 +59,7 @@ library(usethis)
5959
# Create a new package -------------------------------------------------
6060
tmp <- file.path(tempdir(), "mypkg")
6161
create_package(tmp)
62-
#> βœ” Setting active project to '/private/var/folders/vr/gzrbtprx6ybg85y5pvwm1ct40000gn/T/RtmpUYoQJG/mypkg'
62+
#> βœ” Setting active project to '/private/var/folders/vr/gzrbtprx6ybg85y5pvwm1ct40000gn/T/RtmpGwzXO5/mypkg'
6363
#> βœ” Creating 'R/'
6464
#> βœ” Creating 'man/'
6565
#> βœ” Writing 'DESCRIPTION'

β€Ž_pkgdown.ymlβ€Ž

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
url: http://usethis.r-lib.org
22

3+
authors:
4+
Jennifer Bryan:
5+
href: https://jennybryan.org
6+
37
navbar:
48
type: default
59
left:
6-
- text: Home
10+
- icon: fa-home fa-lg
711
href: index.html
812
- text: Setup
913
href: articles/articles/usethis-setup.html

β€Ždocs/CODE_OF_CONDUCT.htmlβ€Ž

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

0 commit comments

Comments
Β (0)