cjerzak / fastrerandomize-software

An R Package for Ultra-fast Rerandomization Using Hardware Acceleration
https://arxiv.org/abs/2310.00861
MIT License
6 stars 0 forks source link

Using :: style to call functions from external packages #7

Closed WarrenZhu050413 closed 4 hours ago

WarrenZhu050413 commented 21 hours ago

Make sure that inside functions, calls to other library functions are done through ::. E.g. reticulate::import

WarrenZhu050413 commented 4 hours ago

Altered