File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ importFrom(cli,cli_h3)
19
19
importFrom(cli,cli_inform)
20
20
importFrom(cli,cli_progress_step)
21
21
importFrom(cli,cli_progress_update)
22
- importFrom(corella,check_occurrences )
22
+ importFrom(corella,check_dataset )
23
23
importFrom(curl,form_data)
24
24
importFrom(curl,form_file)
25
25
importFrom(dplyr,bind_rows)
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ check_archive <- function(x = "data"){
26
26
}
27
27
28
28
# ' Internal function to check all files
29
- # ' @importFrom corella check_occurrences
29
+ # ' @importFrom corella check_dataset
30
30
# ' @importFrom paperbark check_eml
31
31
# ' @importFrom purrr map
32
32
# ' @importFrom readr read_csv
@@ -37,7 +37,7 @@ check_files <- function(filenames){
37
37
\(a ){
38
38
switch (a ,
39
39
" occurrences.csv" = {read_csv(a ) | >
40
- check_occurrences ()},
40
+ check_dataset ()},
41
41
" meta.xml" = {check_eml(a )},
42
42
" eml.xml" = {check_eml(a )}
43
43
)
You can’t perform that action at this time.
0 commit comments