Closed sotirismargaritis closed 2 years ago
Hi what version of R are you using?
Hello,
I think its 4.0.3 My problem is that i cannot use the react_sparkline function. It say's that dont exist
It looks like the error is due to the reactable package was built with a newer version of R than what you're currently using. I would try installing reactable on it's own with install.packages("reactable")
and then try remotes::install_github("kcuilla/reactablefmtr")
. If you're still getting an error message, you may need to update your version of R to 4.0.5.
I just realized you mentioned that you cannot use the react_sparkline function. In order to use the sparklines, you will need to download the {dataui} package from GitHub separately (it's currently not on CRAN). You can download it with: remotes::install_github("timelyportfolio/dataui")
The latest version of reactablefmtr (2.0.0) is now on CRAN so no need to download the developers version for whatever you need it for
Hello,
I use this code remotes::install_github("kcuilla/reactablefmtr") and installed dataui package too and i get this message: Why is this happening??