-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
69 lines (68 loc) · 1.65 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(addConfig)
export(addDataSources)
export(addLinks)
export(addStudyMember)
export(addTags)
export(buildStudyHub)
export(checkConfig)
export(checkDatabaseCredential)
export(cohortManifest)
export(defaultCredentials)
export(getHadesWideLock)
export(importAtlasCohorts)
export(importAtlasConceptSets)
export(importImages)
export(initConfig)
export(initConfigUsingKeyring)
export(initConfigUsingTable)
export(initCredentialsKeyring)
export(initCredentialsTable)
export(isOhdsiStudy)
export(makeAnalysisPlan)
export(makeAnalysisTask)
export(makeCaprScript)
export(makeCohortDetails)
export(makeContributionGuidelines)
export(makeHowToRun)
export(makeInternals)
export(makeKeyringSetup)
export(makeMigrationScript)
export(makeNews)
export(makeReadMe)
export(makeResultsReport)
export(makeStrategusTask)
export(makeWebApiScript)
export(newOhdsiStudy)
export(openCredentials)
export(previewStudyHub)
export(publishStudyToRepository)
export(retrieveStudySettings)
export(runTaskInBackground)
export(setAtlasCredentials)
export(setCredential)
export(setMultipleCredentials)
export(setStrategusInstantiatedFolder)
export(setStudyAuthors)
export(setStudyDescription)
export(setStudyInfo)
export(setStudyKeyring)
export(setStudyLinks)
export(setStudyTags)
export(setStudyTimeline)
export(updateDeveloperInfo)
export(updateLeadInfo)
export(updateStudyDescription)
export(updateStudyEndDate)
export(updateStudyStatus)
export(updateStudyTitle)
export(updateStudyVersion)
export(updateTherapeuticArea)
export(zipResults)
import(fs)
import(rlang)
import(usethis)
importFrom(glue,glue)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")