brandmaier / semtree

Recursive Partitioning for Structural Equation Models
https://brandmaier.github.io/semtree/
GNU General Public License v3.0
13 stars 11 forks source link

Make package imports leaner #62

Closed brandmaier closed 6 months ago

brandmaier commented 10 months ago

The package dependencies on stringr and bitops should be removed with base R code.

brandmaier commented 10 months ago

Specifically, use gsub instead of str_replace_all and modulo operators instead of bitAnd.

brandmaier commented 6 months ago

Solved https://github.com/brandmaier/semtree/commit/7d1246e8846d070bdfa9cfe062cadc6bafc8d15a