-
Notifications
You must be signed in to change notification settings - Fork 68
/
.Rbuildignore
57 lines (54 loc) · 1.09 KB
/
.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
49
50
51
52
53
54
55
56
57
^.*\.Rproj$
^\.Rproj\.user$
^.github.*
^.vscode.*
^.cache.*
tools/torchgen/.Rbuildignore
^README\.Rmd$
^_pkgdown\.yml$
^docs$
^pkgdown$
^revdep$
^\.github$
^src/lantern/build.*$
.*\.tmp
^vignettes/examples/.*
^bench/.*
^docker/.*
^test.html
^LICENSE\.md$
^.*torchpkg.dll$
^deps.*
^public/.*
^cran-comments\.md$
^CRAN-RELEASE$
^build\-lantern.*$
^src/Makevars$
^lib/.*lantern
compile_flags.*
mnist-r.*
# 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
# ^src/lantern/.*
# ^tests/testthat/assets/model-v.*
^doc$
^Meta$
^vignettes/rsconnect*
^revdep$
^CRAN-SUBMISSION$
^vignettes/articles$