File: NAMESPACE

package info (click to toggle)
r-cran-assertthat 0.1-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 188 kB
  • sloc: sh: 9; makefile: 1
file content (27 lines) | stat: -rw-r--r-- 503 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
export("%has_args%")
export("%has_attr%")
export("%has_name%")
export("on_failure<-")
export(are_equal)
export(assert_that)
export(has_args)
export(has_attr)
export(has_extension)
export(has_name)
export(is.count)
export(is.date)
export(is.dir)
export(is.error)
export(is.flag)
export(is.number)
export(is.readable)
export(is.scalar)
export(is.string)
export(is.time)
export(is.writeable)
export(noNA)
export(not_empty)
export(on_failure)
export(see_if)
export(validate_that)
importFrom(tools,file_ext)