-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.25 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(behaSimulation)
export(calObjFunction)
export(copyAllExcept)
export(createDirCopyUnchangeFile)
export(dds)
export(extracExampleData)
export(getHruInfo)
export(getInfoHruHeader)
export(getNumberOutputVar)
export(getParamRange)
export(getRchNumber)
export(getSimTime)
export(glue)
export(hruSubset)
export(lhsRange)
export(loadSwatParam)
export(perCriteria)
export(prFactor)
export(readAllOutVar)
export(readChannelFile)
export(readOutputRchFile)
export(readWatoutFile)
export(runSWATSequential)
export(runSWATpar)
export(saveOutput)
export(showRSWAT)
export(sortObservedDataFile)
export(splitParameterValue)
export(updateCalibrationFile)
export(updateMultiFile)
export(updateSingleFile)
export(updatedFileContent)
export(userObjFunction)
export(userReadSwatOutput)
export(yearlyOutputLoc)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(lhs,randomLHS)
importFrom(magrittr,"%>%")
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(shiny,runApp)
importFrom(stats,cor)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,read.table)
importFrom(utils,write.table)