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 trying to run example #4

Open
smach opened this issue Jul 21, 2015 · 1 comment
Open

Error when trying to run example #4

smach opened this issue Jul 21, 2015 · 1 comment

Comments

@smach
Copy link

smach commented Jul 21, 2015

I tried to run your example in RStudio

library(highchartR)
data = mtcars
x = 'wt'
y = 'mpg'
group = 'cyl'

highcharts(
    data = data,
    x = x,
    y = y,
    group = group,
    type = 'scatter'
)

And got this error message

Error in packageVersion(package) : package ‘highcharts’ not found
In addition: Warning message:
In file(con, "r") :
file("") only supports open = "w+" and open = "w+b": using the former

@jbkunst
Copy link

jbkunst commented Sep 18, 2015

Me too, any comments?

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

No branches or pull requests

2 participants