-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
99 lines (98 loc) · 2.76 KB
/
NAMESPACE
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Generated by roxygen2: do not edit by hand
S3method(plot,iucnn_featureimportance)
S3method(plot,iucnn_model)
S3method(plot,iucnn_predictions)
S3method(summary,iucnn_model)
export(iucnn_best_model)
export(iucnn_bias_features)
export(iucnn_biome_features)
export(iucnn_climate_features)
export(iucnn_cnn_features)
export(iucnn_cnn_train)
export(iucnn_feature_importance)
export(iucnn_footprint_features)
export(iucnn_geography_features)
export(iucnn_modeltest)
export(iucnn_phylogenetic_features)
export(iucnn_predict_status)
export(iucnn_prepare_features)
export(iucnn_prepare_labels)
export(iucnn_prepare_phy)
export(iucnn_train_model)
import(keras)
importFrom(PVR,PVRdecomp)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_class)
importFrom(checkmate,assert_data_frame)
importFrom(checkmate,assert_list)
importFrom(checkmate,assert_logical)
importFrom(checkmate,assert_number)
importFrom(checkmate,assert_numeric)
importFrom(curl,has_internet)
importFrom(dplyr,.data)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,summarize_all)
importFrom(dplyr,tally)
importFrom(geodata,footprint)
importFrom(geodata,worldclim_global)
importFrom(grDevices,cm.colors)
importFrom(graphics,abline)
importFrom(graphics,barplot)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(magrittr,"%>%")
importFrom(missForest,missForest)
importFrom(readr,parse_number)
importFrom(reticulate,import)
importFrom(reticulate,py_get_attr)
importFrom(reticulate,source_python)
importFrom(sf,"st_geometry<-")
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_convex_hull)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_intersects)
importFrom(sf,st_is_valid)
importFrom(sf,st_make_valid)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(stats,complete.cases)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(terra,"ext<-")
importFrom(terra,"res<-")
importFrom(terra,crs)
importFrom(terra,extract)
importFrom(terra,rast)
importFrom(terra,rasterize)
importFrom(terra,vect)
importFrom(tibble,as_tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,all_of)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,unzip)
importFrom(utils,write.table)