TernaryApp does not work
gabett opened this issue · 1 comments
gabett commented
Repro steps:
- Open RStudio
- Install Ternary from CRAN
- Load Ternary package
- Type
TernaryApp()in RStudio console
Error message:
Error in colourInput("col", "Background colour", "#ffffff") :
could not find function "colourInput"
RStudio version: Version 1.4.1714
R version 4.1.0 (2021-05-18)
lvanacken commented
Dear gabett
RDocumentation only provides documentation on the packages and does not maintain the packages it lists.
Hence it would be best if you would ask your question in the respective package respository: https://github.com/ms609/Ternary
Thanks
Lode