Skip to content

Commit 4e4f70c

Browse files
authored
Merge pull request #40 from batpigandme/site-build
Rebuild site w/ updated pkgdown
2 parents beade6e + 7be2a59 commit 4e4f70c

File tree

15 files changed

+215
-154
lines changed

15 files changed

+215
-154
lines changed

API

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Exported functions
44

55
as.root_criterion(x)
6+
as_root_criterion(x)
67
find_package_root_file(..., path = ".")
78
find_remake_root_file(..., path = ".")
89
find_root(criterion, path = ".")
@@ -15,6 +16,7 @@ has_dirname(dirname, subdir = NULL)
1516
has_file(filepath, contents = NULL, n = -1L)
1617
has_file_pattern(pattern, contents = NULL, n = -1L)
1718
is.root_criterion(x)
19+
is_root_criterion(x)
1820
root_criterion(testfun, desc, subdir = NULL)
1921
thisfile()
2022
thisfile_knit()
@@ -24,12 +26,13 @@ thisfile_source()
2426

2527
## Own S3 methods
2628

27-
as.root_criterion.character(x)
28-
as.root_criterion.default(x)
29-
as.root_criterion.root_criterion(x)
29+
as_root_criterion.character(x)
30+
as_root_criterion.default(x)
31+
as_root_criterion.root_criterion(x)
3032

3133
## Foreign S3 methods
3234

35+
as.root_criterion.default(x)
3336
format.root_criterion(x, ...)
3437
print.root_criterion(x, ...)
3538
str.root_criteria(object, ...)
@@ -39,6 +42,7 @@ str.root_criteria(object, ...)
3942

4043
criteria: root_criteria (list[9])
4144
from_wd: root_criterion (list[5])
45+
is_drake_project: root_criterion (list[5])
4246
is_git_root: root_criterion (list[5])
4347
is_projectile_project: root_criterion (list[5])
4448
is_r_package: root_criterion (list[5])

docs/articles/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/rprojroot.html

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

docs/authors.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

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

docs/news/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
pandoc: 1.15.2
2-
pkgdown: 0.1.0.9000
3-
pkgdown_sha: b074c575119c35459f544f15e3dae3a6d617d9bb
1+
pandoc: 2.2.1
2+
pkgdown: 1.1.0.9000
3+
pkgdown_sha: 8526f488456da3e10974a9def39a44d2d2b0b07d
44
articles:
55
rprojroot: rprojroot.html
66

docs/reference/criteria.html

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

docs/reference/deprecated.html

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

docs/reference/find_root.html

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

0 commit comments

Comments
 (0)