WFU-TLC / flc_discussion_board

A repository for discussing questions and issues in the Data Analysis with R (FLC)
https://wfu-tlc.github.io/
0 stars 0 forks source link

Problem with new package - finalfit #17

Open adanieljohnson opened 5 years ago

adanieljohnson commented 5 years ago

Read about the finalfit package for creating summary data tables, and wanted to try it out. Downloaded, installed, but when I called, this is what I got:

> library(finalfit)
Error: package or namespace load failed for ‘finalfit’:
 object ‘new_pillar_type’ is not exported by 'namespace:pillar'

Tried to Google the error, but no luck. Tried reinstalling direct from developer, and updating pillar, but still stalls at this step. Developer documentation is no help. Ideas?

francojc commented 5 years ago

Not sure. I haven't worked with this package. Check, however, that the install completed and did not have an exit 0 status --which can happen with packages that need to be compiled from source.

Not an answer to your question, but a suggestion for another package to take a look at for table summaries, specifically for model output is the stargazer package. The vignette is found here.