gdemin / expss

expss: Tables and Labels in R
https://cran.r-project.org/web/packages/expss/
83 stars 16 forks source link

Error when using as_huxtable #66

Closed przemo closed 3 years ago

przemo commented 4 years ago

Hi, Thanks again for great work on this package. I tried to use as_huxtable command - from the Help documentation example - but I get the following error:

Error: ncol(obj1) is not NULL or ncol(obj2) is not NULL or ncol(obj1) not equal to ncol(obj2)

Do you happen to know what is the underlying issue?

gdemin commented 4 years ago

Hi, Which version of the expss do you use? Try to update expss to version 0.10.5 There was incompatibility with new version of huxtable. I hope I fixed it a couple of week ago.

przemo commented 4 years ago

My bad. I recently updated R and I thought I have the latest CRAN version of the package.