Skip to content

Commit 6dd5e38

Browse files
committed
chore: Auto-update from GitHub Actions
Run: https://github.com/r-lib/pillar/actions/runs/22885808013
1 parent 4833585 commit 6dd5e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ S3method(vec_arith.numeric,pillar_num)
9191
S3method(vec_arith.pillar_num,MISSING)
9292
S3method(vec_arith.pillar_num,default)
9393
S3method(vec_cast,character.pillar_char)
94-
S3method(vec_cast,double.pillar_num)
9594
S3method(vec_cast,pillar_char.character)
9695
S3method(vec_cast,pillar_char.pillar_char)
9796
S3method(vec_cast,pillar_num.double)
9897
S3method(vec_cast,pillar_num.integer)
9998
S3method(vec_cast,pillar_num.pillar_num)
99+
S3method(vec_cast.double,pillar_num)
100100
S3method(vec_math,pillar_num)
101101
S3method(vec_proxy_compare,pillar_vctr)
102102
S3method(vec_proxy_order,pillar_vctr)

0 commit comments

Comments
 (0)