Skip to content

Commit 3a34343

Browse files
author
admin
committed
Trying to get vignettes to work
1 parent da60cea commit 3a34343

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88
^data-raw$
99
^_pkgdown\.yml$
1010
^pkgdown$
11+
^doc$
12+
^Meta$

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
*.Rproj
66
inst/doc
77
docs
8+
/doc/
9+
/Meta/

NAMESPACE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Generated by roxygen2: do not edit by hand
22

3-
S3method("[",epi_df)
43
S3method(arrange,epi_df)
54
S3method(as_epi_df,data.frame)
65
S3method(as_epi_df,epi_df)
@@ -80,3 +79,5 @@ importFrom(tidyr,unnest)
8079
importFrom(tidyselect,eval_select)
8180
importFrom(tidyselect,starts_with)
8281
importFrom(tsibble,as_tsibble)
82+
importFrom(utils,head)
83+
importFrom(utils,tail)

vignettes/.DS_Store

8 KB
Binary file not shown.

0 commit comments

Comments
 (0)