X-Git-Url: https://git.auder.net/?a=blobdiff_plain;ds=sidebyside;f=man%2Fpkgdev.load.Rd;fp=man%2Fpkgdev.load.Rd;h=6e00b05157b66bb6f0f8e0086bd7c336dfcfc2c2;hb=672594cf38591923d9735f532b29af0b6a69e5c9;hp=0000000000000000000000000000000000000000;hpb=156f8ca651789536f3c0efd2af6c97f8b8e9eb54;p=pkgdev.git diff --git a/man/pkgdev.load.Rd b/man/pkgdev.load.Rd new file mode 100644 index 0000000..6e00b05 --- /dev/null +++ b/man/pkgdev.load.Rd @@ -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} +} +