Closed sheng-fu closed 7 years ago
Hi - I am sorry to hear it. Could you respond with the output of the following command:
sessionInfo()
R version 3.2.2 (2015-08-14) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 8 x64 (build 9200)
locale:
[1] LC_COLLATE=Chinese (Traditional)_Taiwan.950
[2] LC_CTYPE=Chinese (Traditional)_Taiwan.950
[3] LC_MONETARY=Chinese (Traditional)_Taiwan.950
[4] LC_NUMERIC=C
[5] LC_TIME=Chinese (Traditional)_Taiwan.950
attached base packages: [1] stats graphics grDevices utils datasets methods base
other attached packages: [1] devtools_1.11.1 ggguitar_0.1.0
loaded via a namespace (and not attached):
[1] assertthat_0.1 tools_3.2.2 withr_1.0.1 tibble_1.0
[5] memoise_1.0.0 Rcpp_0.12.5 digest_0.6.9
[5] LC_TIME=Chinese (Traditional)_Taiwan.950
attached base packages: [1] stats graphics grDevices utils datasets methods base
other attached packages: [1] devtools_1.11.1 ggguitar_0.1.0
loaded via a namespace (and not attached):
[1] assertthat_0.1 tools_3.2.2 withr_1.0.1 tibble_1.0
[5] memoise_1.0.0 Rcpp_0.12.5 digest_0.6.9
Thanks again for taking the time and effort to respond. I got my hands on a windows machine and was able to produce similar errors with older versions of ggplot2. Could you try the following:
1) update ggplot2 to the latest version (2.2.0) 2) install.packages('lazyeval')
If this fixes it, I will look into ensuring that the proper dependencies are included during package installation in the next version.
I ran the following code:
chord_GM <- c(3, 2, 0, 0, 0, 3) tablature("G Major", chord_GM)
And the following error message appears: Error: no column names detected in 'frame_data()' call