File: NAMESPACE

package info (click to toggle)
r-cran-profvis 0.4.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 868 kB
  • sloc: javascript: 1,943; ansic: 41; sh: 13; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 320 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Generated by roxygen2: do not edit by hand

S3method(print,profvis)
export(parse_rprof)
export(pause)
export(profvis)
export(profvisOutput)
export(profvis_server)
export(profvis_ui)
export(renderProfvis)
import(htmlwidgets)
import(rlang)
importFrom(utils,Rprof)
useDynLib(profvis, .registration = TRUE, .fixes = "c_")