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

CRAN check fail: table_results() missing #45

Closed brandmaier closed 1 year ago

brandmaier commented 2 years ago

The package fails the CRAN checks because of an undefined function:

> checking R code for possible problems ... NOTE
  plot_growth.MxModel: no visible global function definition for
    'table_results'
  Undefined global functions or variables:
    table_results

@cjvanlissa, would you mind fixing this?

cjvanlissa commented 2 years ago

On my list for this weekend!

brandmaier commented 1 year ago

As far as I can see, this issue was fixed. Thanks.