File: NAMESPACE

package info (click to toggle)
r-cran-pkgbuild 1.4.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 540 kB
  • sloc: ansic: 14; sh: 13; makefile: 3
file content (35 lines) | stat: -rw-r--r-- 766 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Generated by roxygen2: do not edit by hand

export(build)
export(check_build_tools)
export(check_compiler)
export(check_latex)
export(check_rtools)
export(clean_dll)
export(compile_dll)
export(compiler_flags)
export(find_rtools)
export(has_build_tools)
export(has_compiler)
export(has_devel)
export(has_latex)
export(has_rtools)
export(local_build_tools)
export(needs_compile)
export(pkg_has_src)
export(pkg_links_to_cpp11)
export(pkg_links_to_rcpp)
export(pkgbuild_process)
export(rcmd_build_tools)
export(rtools_needed)
export(rtools_path)
export(setup_rtools)
export(with_build_tools)
export(with_debug)
export(with_latex)
export(without_cache)
export(without_compiler)
export(without_latex)
importFrom(R6,R6Class)
importFrom(utils,head)
importFrom(utils,tail)