X-Git-Url: https://git.auder.net/?p=pkgdev.git;a=blobdiff_plain;f=man%2Fpkgdev.tocran.Rd;fp=man%2Fpkgdev.tocran.Rd;h=fdc03f051af4c1a7d15ca4b316b0fc96bee3a3e9;hp=0000000000000000000000000000000000000000;hb=672594cf38591923d9735f532b29af0b6a69e5c9;hpb=156f8ca651789536f3c0efd2af6c97f8b8e9eb54 diff --git a/man/pkgdev.tocran.Rd b/man/pkgdev.tocran.Rd new file mode 100644 index 0000000..fdc03f0 --- /dev/null +++ b/man/pkgdev.tocran.Rd @@ -0,0 +1,16 @@ +% Generated by roxygen2 (4.0.2): do not edit by hand +\name{pkgdev.tocran} +\alias{pkgdev.tocran} +\title{"Flatten" a package: gather all sources under R/ and src/ without hierarchical file structure} +\usage{ +pkgdev.tocran(inPath, outPath = NULL) +} +\arguments{ +\item{inPath}{Input path: location of the package to flatten} + +\item{outPath}{Output path: location of the package to create [default: inPath_cran]} +} +\description{ +"Flatten" a package: gather all sources under R/ and src/ without hierarchical file structure +} +