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

where is "hc_add_series_map" #34

Closed
vhp1360 opened this issue Feb 8, 2016 · 8 comments
Closed

where is "hc_add_series_map" #34

vhp1360 opened this issue Feb 8, 2016 · 8 comments
Labels

Comments

@vhp1360
Copy link

vhp1360 commented Feb 8, 2016

I installed highcharter package.
all functions are OK! but there is not "hc_add_series_map".

@jbkunst
Copy link
Owner

jbkunst commented Feb 8, 2016

Hi @vhp1360!

(The function si here:

hc_add_series_map <- function(hc, map, df, value, joinBy, ...) {
)

Maybe you install/have the CRAN version which is 0.1.0. The hc_add_series_map function is not released yet in CRAN so if you want to use you need install the package from github devtools::install_github("jbkunst/highcharter") (devtools packag is needed).

If you have problems let me know! ;)

@jbkunst jbkunst closed this as completed Feb 8, 2016
@vhp1360
Copy link
Author

vhp1360 commented Feb 8, 2016

Hi
so many thanks for your feedback.
No, I installed in with devtools,
but I tried to update your package and I faced treble error
I tried devtools::install_github("jbkunst/highcharter")
and got

Error : .onLoad failed in loadNamespace() for 'seasonal', details:

call: x13binary::checkX13binary(verbose = FALSE)

error: X-13 has run but has not produced Testairline.html

Error: loading failed

maybe it is not your business but could you please help me.

@jbkunst
Copy link
Owner

jbkunst commented Feb 8, 2016

What R version you have?

May be this is related to x13org/x13binary#32. I will be more accurate if you gime your R version, ands sessionInfo()

I think I'll remove seasonal dependency for now. Ok, Give me 10 minutes to remove.

@jbkunst
Copy link
Owner

jbkunst commented Feb 8, 2016

Please check ;)!

@vhp1360
Copy link
Author

vhp1360 commented Feb 8, 2016

sorry for late

platform       x86_64-redhat-linux-gnu     
arch           x86_64                      
os             linux-gnu                   
system         x86_64, linux-gnu           
status                                     
major          3                           
minor          2.3                         
year           2015                        
month          12                          
day            10                          
svn rev        69752                       
language       R                           
version.string R version 3.2.3 (2015-12-10)
nickname       Wooden Christmas-Tree      

@jbkunst
Copy link
Owner

jbkunst commented Feb 8, 2016

Thanks,

Please don't copy paste only, add ``` in the start and bottom of what you copy paste to add code style to the block of text ;)!!

@vhp1360
Copy link
Author

vhp1360 commented Feb 8, 2016

I really appreciate for your kind support.
Package installed and "hc_add_serie_map" and "hc_add_series_map" are coming.
we can close it.

@jbkunst
Copy link
Owner

jbkunst commented Feb 8, 2016

Ok, thank you too.

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

No branches or pull requests

2 participants