-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
34 lines (33 loc) · 958 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(classify_tweets,caretEnsemble)
S3method(classify_tweets,caretList)
S3method(classify_tweets,default)
export(classify_tweets)
export(create_tweet_features)
export(create_tweet_text_representations)
export(str_detect_quote)
import(caret)
import(caretEnsemble)
import(dplyr)
import(dtplyr)
import(laserize)
importFrom(MLmetrics,PRAUC)
importFrom(ModelMetrics,auc)
importFrom(data.table,as.data.table)
importFrom(lubridate,as_date)
importFrom(lubridate,ymd)
importFrom(memoise,cache_filesystem)
importFrom(memoise,memoize)
importFrom(purrr,discard)
importFrom(purrr,map)
importFrom(purrr,map2_int)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(rlang,is_installed)
importFrom(stringi,stri_enc_mark)
importFrom(stringr,str_count)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_locate_all)
importFrom(stringr,str_replace_all)
importFrom(tidyr,replace_na)