-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
30 lines (29 loc) · 931 Bytes
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(format,numeral)
S3method(vec_arith,numeral)
S3method(vec_arith.numeral,MISSING)
S3method(vec_arith.numeral,default)
S3method(vec_arith.numeral,numeral)
S3method(vec_arith.numeral,numeric)
S3method(vec_arith.numeric,numeral)
S3method(vec_cast,character.numeral)
S3method(vec_cast,double.numeral)
S3method(vec_cast,integer.numeral)
S3method(vec_cast,numeral.character)
S3method(vec_cast,numeral.double)
S3method(vec_cast,numeral.integer)
S3method(vec_cast,numeral.numeral)
S3method(vec_ptype2,character.numeral)
S3method(vec_ptype2,double.numeral)
S3method(vec_ptype2,integer.numeral)
S3method(vec_ptype2,numeral.character)
S3method(vec_ptype2,numeral.double)
S3method(vec_ptype2,numeral.integer)
S3method(vec_ptype2,numeral.numeral)
S3method(vec_ptype_abbr,numeral)
export(numeral)
export(numr_replace)
export(numr_substitute)
export(numr_system)
import(vctrs)
import(zeallot)