Closed Shaneyyj closed 4 years ago
Thanks for giving our package a try!
I think the issue lies in the installation of the broom
package. The error you see appears during the loading of that package, hence your session info does not contain it. Loading broom
is required in order to use export
(see the DESCRIPTION
file).
What happens when you isolate the problem and only run library(broom)
?
I would suggest you reinstall broom
, check if you can load broom
(make sure it appears in your sessionInfo
) and then load export
.
Thanks a lot! The problem was already solved after reinstall broom
.
Hi, thanks for the package~ I tried to install the package using the code as below
And at the very end it shows:
I thought the package has already installed, yet when I try to load it, I failed.
And here is my results of sessionInfo( ), I think this problem may associated with the R version. Since I used to install the package successfully in R version 3.5.