In classes it has been explained to us that for a Turing machine to be standard it needs an infinite tape in both directions, a reading head and transitions, where the reading head can move to the left or to the right.
I am currently doing an exercise where I use $R^2$ moves to solve it, that is, once the head reads and writes, it moves twice to the right, that's where my question arises.
If the possible movement in the reading head of a standard Turing machine is $R$ and $L$. If we used: $R^2, R^3, ..., R^n$ (and the same for $L$), could we still consider it a STANDARD Turing machine?