mlverse / torch

R Interface to Torch
https://torch.mlverse.org
Other
490 stars 64 forks source link

Use rlang instead of ellipsis for checking dots. #1180

Closed olivroy closed 2 months ago

olivroy commented 3 months ago

Since ellipsis imports rlang already and ellipsis is superseded. https://rlang.r-lib.org/news/#argument-intake-1-0-0

dfalbel commented 2 months ago

Thanks @olivroy !