-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathNAMESPACE
38 lines (37 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
S3method(extractData,AssignedVariablesList)
S3method(extractData,CIField)
S3method(extractData,CheckBox)
S3method(extractData,Chi2TestTableView)
S3method(extractData,DoubleField)
S3method(extractData,DropDown)
S3method(extractData,IntegerField)
S3method(extractData,PercentField)
S3method(extractData,RadioButtonGroup)
S3method(extractData,Slider)
S3method(extractData,default)
S3method(extractData,repeatedMeasuresFactorsList)
export(addTypedDataSet)
export(analysisOptions)
export(expect_equal_plots)
export(expect_equal_tables)
export(installJaspModules)
export(makeTestTable)
export(manageTestPlots)
export(runAnalysis)
export(runTestsTravis)
export(setPkgOption)
export(setupJaspTools)
export(testAll)
export(testAnalysis)
export(view)
export(viewPkgOptions)
importFrom(testthat,expect)
importFrom(testthat,skip)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,menu)
importFrom(utils,packageVersion)
importFrom(utils,unzip)