-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.26 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
# Generated by roxygen2: do not edit by hand
S3method(print,ChildRecordings)
S3method(print,SDT.rater)
S3method(print,analyse)
S3method(print,raterComp)
S3method(print,raterData)
S3method(summary,extractDataCR)
export(ChildRecordings)
export(LENA.overlap)
export(New.annotations)
export(compare.rating)
export(convertor_long_cut)
export(extractDataCR)
export(file.opener)
export(find.rating.segment)
export(get.classification)
export(get.reliability)
exportPattern("^[[:alpha:]]+")
import(dplyr)
import(ggplot2)
import(magrittr)
importFrom(DescTools,Overlap)
importFrom(Rcpp,evalCpp)
importFrom(caret,confusionMatrix)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(forcats,fct_rev)
importFrom(gridExtra,grid.arrange)
importFrom(insight,get_variance_intercept)
importFrom(insight,get_variance_residual)
importFrom(irrCAC,fleiss.kappa.raw)
importFrom(irrCAC,gwet.ac1.raw)
importFrom(irrCAC,krippen.alpha.raw)
importFrom(lme4,lmer)
importFrom(methods,is)
importFrom(stats,as.formula)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stringr,str_remove)
importFrom(stringr,str_split)
importFrom(utils,globalVariables)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
useDynLib(ChildRecordsR, .registration = TRUE)