File: NAMESPACE

package info (click to toggle)
r-cran-progressr 0.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,132 kB
  • sloc: sh: 13; makefile: 7
file content (43 lines) | stat: -rw-r--r-- 1,114 bytes parent folder | download
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
36
37
38
39
40
41
42
43
# Generated by roxygen2: do not edit by hand

S3method(conditionMessage,progression)
S3method(print,progression)
S3method(print,progression_handler)
S3method(print,progressor)
export(handler_ascii_alert)
export(handler_beepr)
export(handler_cli)
export(handler_debug)
export(handler_filesize)
export(handler_newline)
export(handler_notifier)
export(handler_ntfy)
export(handler_pbcol)
export(handler_pbmcapply)
export(handler_progress)
export(handler_rpushbullet)
export(handler_rstudio)
export(handler_shiny)
export(handler_tkprogressbar)
export(handler_txtprogressbar)
export(handler_void)
export(handler_winprogressbar)
export(handlers)
export(make_progression_handler)
export(progress)
export(progress_aggregator)
export(progress_progressr)
export(progression)
export(progressor)
export(slow_sum)
export(withProgressShiny)
export(with_progress)
export(without_progress)
importFrom(digest,digest)
importFrom(utils,capture.output)
importFrom(utils,file_test)
importFrom(utils,flush.console)
importFrom(utils,object.size)
importFrom(utils,setTxtProgressBar)
importFrom(utils,str)
importFrom(utils,txtProgressBar)