first commit
[pkgdev.git] / man / pkgdev.load.Rd
diff --git a/man/pkgdev.load.Rd b/man/pkgdev.load.Rd
new file mode 100644 (file)
index 0000000..6e00b05
--- /dev/null
@@ -0,0 +1,16 @@
+% Generated by roxygen2 (4.0.2): do not edit by hand
+\name{pkgdev.load}
+\alias{pkgdev.load}
+\title{Load a package containing arbitrary file structures under R/ and src/{adapters,sources}}
+\usage{
+pkgdev.load(path, cc = "gcc -std=gnu99")
+}
+\arguments{
+\item{path}{Location of the package to load}
+
+\item{cc}{Compilator to be used (e.g. 'gcc -std=gnu99' [default])}
+}
+\description{
+Load a package containing arbitrary file structures under R/ and src/{adapters,sources}
+}
+