r-lib / rray

Simple Arrays
https://rray.r-lib.org
GNU General Public License v3.0
129 stars 12 forks source link

`new_vctr()` and `vec_data()` temporary improvements #175

Closed DavisVaughan closed 5 years ago

DavisVaughan commented 5 years ago

Both of these improvements are due to not calling attributes(x) <- list(...), and rather using the direct call of attributes<-(x, value = list(...))