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