Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running bs4DashGallery() for R versions < 4.1 #240

Closed
FreyGeospatial opened this issue Oct 8, 2021 · 2 comments
Closed

Error when running bs4DashGallery() for R versions < 4.1 #240

FreyGeospatial opened this issue Oct 8, 2021 · 2 comments
Labels
incompatibility conflict with other package

Comments

@FreyGeospatial
Copy link

> bs4DashGallery()

Loading required namespace: echarts4r
Failed with error:  ‘there is no package called ‘echarts4r’’
Package 'echarts4r' is required to run this function
Loading required namespace: thematic
Loading required namespace: waiter
 Error in library(echarts4r) : there is no package called ‘echarts4r’ 

I'm running R 4.0.3, and the echarts4r package depends on R >= 4.1, so I can't install it from CRAN. I understand there's not much to be done about it unless you use a different dependency for bs4DashGallery() or require users to use R 4.1 but I just thought I'd raise the issue.

@DivadNojnarg
Copy link
Member

I understand the point. I also have a machine with R 3.6.1 where I can only run old echarts4r. Originally it was included since it plays very well with the bs4Dash dark mode. Let me think about it.

@DivadNojnarg DivadNojnarg added the incompatibility conflict with other package label Nov 14, 2021
@DivadNojnarg
Copy link
Member

The dependency was removed in latest CRAN release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
incompatibility conflict with other package
Projects
None yet
Development

No branches or pull requests

2 participants