dfalbel / torch

torch from R!
http://dfalbel.github.io/torch
Other
50 stars 5 forks source link

Repeat #44

Closed Athospd closed 5 years ago

Athospd commented 5 years ago

x$repeatt()

HELP WANTED

repeat is a reserved word for R and it do not allow us to use it as a method name. I implemented as repeatt just to move forward but what is the best choice here? Is this still have a way to make it accept repeat as a method's name? If not, what is the best practice here?

Athospd commented 5 years ago

method renamed from repeatt to rep.