Mikata-Project / ggthemr

Themes for ggplot2.
886 stars 107 forks source link

Cannot find get_themr #22

Closed andibuwono closed 7 years ago

andibuwono commented 7 years ago

Hi got this problem: several function is not available for ggthemr namespace `> get_themr() Error: could not find function "get_themr"

R version 3.3.2 (2016-10-31) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows >= 8 x64 (build 9200)

locale: [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C
[5] LC_TIME=English_United States.1252

attached base packages: [1] stats graphics grDevices utils datasets methods base

other attached packages: [1] bindrcpp_0.2 ReporteRs_0.8.8 ReporteRsjars_0.0.2 tidyr_0.6.3 stringr_1.2.0
[6] readxl_1.0.0 dplyr_0.7.1 data.table_1.10.4 ggthemr_1.1.0 ggplot2_2.2.1.9000

loaded via a namespace (and not attached): [1] zip_1.0.0 Rcpp_0.12.12 cellranger_1.1.0 git2r_0.18.0 plyr_1.8.4 bindr_0.1
[7] base64enc_0.1-3 R.methodsS3_1.7.1 R.utils_2.5.0 tools_3.3.2 uuid_0.1-2 digest_0.6.12
[13] memoise_1.1.0 tibble_1.3.3 gtable_0.2.0 png_0.1-7 pkgconfig_2.0.1 rlang_0.1.1
[19] shiny_1.0.3 curl_2.7 rJava_0.9-8 xml2_1.1.1 officer_0.1.4 withr_1.0.2
[25] httr_1.2.1 knitr_1.16 gdtools_0.1.4 devtools_1.13.2 grid_3.3.2 glue_1.1.1
[31] R6_2.2.2 rvg_0.1.4 purrr_0.2.2.2 magrittr_1.5 htmltools_0.3.6 scales_0.4.1.9002 [37] assertthat_0.2.0 xtable_1.8-2 mime_0.5 colorspace_1.3-2 httpuv_1.3.5 stringi_1.1.5
[43] lazyeval_0.2.0 munsell_0.4.3 R.oo_1.21.0 `

andibuwono commented 7 years ago

Nevermind, apparently must use:

ggthemr:::get_themr()