kcuilla / reactablefmtr

Streamlined Table Styling and Formatting for Reactable
https://kcuilla.github.io/reactablefmtr/
Other
208 stars 27 forks source link

Cannot install developers version from github #23

Closed sotirismargaritis closed 2 years ago

sotirismargaritis commented 2 years ago

Hello,

I use this code remotes::install_github("kcuilla/reactablefmtr") and installed dataui package too and i get this message: Why is this happening??

kcuilla commented 2 years ago

Hi what version of R are you using?

sotirismargaritis commented 2 years ago

Hello,

I think its 4.0.3 My problem is that i cannot use the react_sparkline function. It say's that dont exist

kcuilla commented 2 years ago

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.

kcuilla commented 2 years ago

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")

kcuilla commented 2 years ago

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