-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy path.Rbuildignore
54 lines (54 loc) · 1.3 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
^docs$
^_pkgdown\.yml$
.gitignore
^Makefile$
.travis.yml
travis-tool.sh
man-roxygen
^.*\.Rproj$
^\.Rproj\.user$
vignettes/figure
.Rhistory
inst/ignore
cran-comments.md
^appveyor\.yml$
gist_downloads.md
R/deprecated.r
README.Rmd
README.md
^\.httr-oauth$
^CODE_OF_CONDUCT\.md$
^cran-comments\.md$
^revdep$
.github
^codemeta\.json$
rgbif_dependencies.md
tests/fixtures/occ_issues.yml
tests/fixtures/occ_issues_type_many.yml
tests/fixtures/organizations.yml
tests/fixtures/name_usage_return_param.yml
tests/fixtures/name_lookup.yml
tests/fixtures/name_lookup_many_inputs.yml
tests/fixtures/name_lookup_paging1.yml
tests/fixtures/name_lookup_paging2.yml
tests/fixtures/name_lookup_paging3.yml
tests/fixtures/datasets.yml
tests/fixtures/datasets_deleted_duplicate.yml
tests/fixtures/occ_data.yml
tests/fixtures/occ_data_datasetkey.yml
tests/fixtures/occ_data_event_date.yml
tests/fixtures/occ_data_geometry*
tests/fixtures/occ_search_geometry*
tests/fixtures/occ_data_looping.yml
tests/fixtures/occ_search.yml
tests/fixtures/occ_search_datasetkey.yml
tests/fixtures/occ_search_eventdate.yml
tests/fixtures/occ_search_geometry.yml
tests/fixtures/occ_search_looping_works.yml
tests/fixtures/occ_search_taxonkey.yml
tests/fixtures/organizations.yml
tests/fixtures/dl_user.yml
readme_contributors.txt
vignettes/
^LICENSE\.md$
^CRAN-SUBMISSION$