Commit | Line | Data |
---|---|---|
672594cf BA |
1 | % Generated by roxygen2 (4.0.2): do not edit by hand |
2 | \name{pkgdev.load} | |
3 | \alias{pkgdev.load} | |
4 | \title{Load a package containing arbitrary file structures under R/ and src/{adapters,sources}} | |
5 | \usage{ | |
6 | pkgdev.load(path, cc = "gcc -std=gnu99") | |
7 | } | |
8 | \arguments{ | |
9 | \item{path}{Location of the package to load} | |
10 | ||
11 | \item{cc}{Compilator to be used (e.g. 'gcc -std=gnu99' [default])} | |
12 | } | |
13 | \description{ | |
14 | Load a package containing arbitrary file structures under R/ and src/{adapters,sources} | |
15 | } | |
16 |