Commit | Line | Data |
---|---|---|
672594cf BA |
1 | % Generated by roxygen2 (4.0.2): do not edit by hand |
2 | \name{pkgdev.tocran} | |
3 | \alias{pkgdev.tocran} | |
4 | \title{"Flatten" a package: gather all sources under R/ and src/ without hierarchical file structure} | |
5 | \usage{ | |
6 | pkgdev.tocran(inPath, outPath = NULL) | |
7 | } | |
8 | \arguments{ | |
9 | \item{inPath}{Input path: location of the package to flatten} | |
10 | ||
11 | \item{outPath}{Output path: location of the package to create [default: inPath_cran]} | |
12 | } | |
13 | \description{ | |
14 | "Flatten" a package: gather all sources under R/ and src/ without hierarchical file structure | |
15 | } | |
16 |