File: NAMESPACE

package info (click to toggle)
r-cran-inline 0.3.21-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 188 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import("methods")
importFrom("utils", "package.skeleton", "tail")

export(
    "cfunction",
    "cxxfunction",
    "getPlugin",
    "readCFunc",
    "registerPlugin",
    "rcpp",
    "writeCFunc"
)

exportMethods(
    "setCMethod",
    "getDynLib",
    "package.skeleton",
    "moveDLL",
    "print",
    "code"
)