update documentation
This commit is contained in:
parent
d17a4c3e2e
commit
13c6fc4cf3
|
@ -1,5 +1,6 @@
|
|||
# Generated by roxygen2: do not edit by hand
|
||||
|
||||
export(buildRelease)
|
||||
export(buildReleaseZip)
|
||||
export(createDdl)
|
||||
export(createForeignKeys)
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
buildRelease(
|
||||
cdmVersions = listSupportedVersions(),
|
||||
targetDialects = listSupportedDialects(),
|
||||
outputfolder = file.path(getwd(), "ddl")
|
||||
outputfolder = file.path(getwd(), "inst", "ddl")
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
buildReleaseZip(
|
||||
cdmVersion,
|
||||
targetDialect = listSupportedDialects(),
|
||||
outputfolder = file.path(getwd(), "ddl")
|
||||
outputfolder = file.path(getwd(), "inst", "ddl")
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
|
|
Loading…
Reference in New Issue