first commit
[pkgdev.git] / man / pkgdev.tocran.Rd
diff --git a/man/pkgdev.tocran.Rd b/man/pkgdev.tocran.Rd
new file mode 100644 (file)
index 0000000..fdc03f0
--- /dev/null
@@ -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
+}
+