getRepList(organism="", type, srcUrls="", built="", pkgName)
copyTemplates(repList, pattern, pkgName, pkgPath, replaceBy = NULL)
copyTemplates_DB(repList, pkgName, pkgPath)
writeDescription(pkgName, pkgPath, version, author, dataSrc = "public data repositories", license = "The Artistic License, Version 2.0")
writeDescription_DB(pkgName, pkgPath, version, author, organism, dataSrc = "public data repositories", license = "The Artistic License, Version 2.0")
writeManAnno(pkgName, pkgPath, version, author, repList, pattern)
writeManAnno_DB(pkgName, pkgPath, version, author, repList)
writeManSQ(pkgName, pkgPath, version, author, repList)
writeManMerge(pkgName, pkgPath, version, author, repList, pattern)
getRepList
return a list which will replace the symbols in
template file. If the name of "*.rda" file in the "data" subdirectory matchs the pattern,
copyTemplates
will produce a "*.rd" file in the "man"
subdirectory. Related template files in the "inst/templates" subdirectory
are needed for this function.
Parameter "names" gives the name of the data objects; copyTemplates_DB
will produces relative "*.rd" files in the "man" subdirectory. Related template
files in the "inst/templates" subdirectory are needed for this function.
writeDescription
write descrption file for the environment-based
annotation package.
writeDescription_DB
write descrption file for the SQLite-based
annotation package.
writeManAnno
write help document files for the environment-based
annotation package.
writeManAnno_DB
write help document files for the SQLite-based
annotation package.
writeManSQ
write help document files for the sequence data
package.
writeManMerge
write help document files for the merged package.