forked from mlverse/torch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Rbuildignore
48 lines (45 loc) · 949 Bytes
/
.Rbuildignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
^.*\.Rproj$
^\.Rproj\.user$
^.github.*
^.vscode.*
tools/torchgen/.Rbuildignore
^README\.Rmd$
^_pkgdown\.yml$
^docs$
^pkgdown$
^revdep$
^\.github$
^lantern$
.*\.tmp
^vignettes/examples/.*
^bench/.*
^docker/.*
^test.html
^LICENSE\.md$
^.*torchpkg.dll$
^deps.*
^public/.*
^cran-comments\.md$
^CRAN-RELEASE$
# remove vignettes from CRAN
# ^vignettes/distributions\.Rmd
# ^vignettes/extending-autograd\.Rmd
# ^vignettes/indexing\.Rmd
# ^vignettes/loading-data\.Rmd
# ^vignettes/python-to-r\.Rmd
# ^vignettes/serialization\.Rmd
# ^vignettes/tensor-creation\.Rmd
# ^vignettes/torchscript\.Rmd
# ^vignettes/using-autograd\.Rmd
# uncomment below for CRAN submission
# ^inst/bin/.*
# ^inst/include/(?!torch.h|lantern|torch_RcppExports.h|utils.h|torch_impl.h|torch_types.h|torch_api.h|torch_deleters.h|torch_imports.h).*
# ^inst/lib/.*
# ^inst/share/.*
# ^inst/build-hash
# ^inst/build-versions
^doc$
^Meta$
^vignettes/rsconnect*
^revdep$
^CRAN-SUBMISSION$