Hi all!.
Mystery...
Installed and loaded pkgs:
- DescTools and
- DescToolsAddins
All my kbd shortcuts
for DescToolsAddins pkg work fine:
- CTRL+H = Head(iris) OK!
- CTRL+Y = Summary(iris) OK!
- CTRL+T = Str(iris) OK!
...except for
-
CTRL+E = Desc(iris)
which fails with Error message:
> Desc(iris)
Error in getExportedValue(pkg, name) :
cannot open file '~/R/i686-pc-linux-gnu-library/3.5/DescTools/data/Rdata.rdb': No such file or directory
In addition: There were 21 warnings (use warnings() to see them)
Help!!
SFdude
Rstudio 1.1.463
R 3.5.1
Linux Ubuntu 14.04 LTS 32bits.
sessionInfo()
R version 3.5.1 RC (2018-06-24 r74934)
Platform: i686-pc-linux-gnu (32-bit)
Running under: Ubuntu 14.04.6 LTS
Matrix products: default
BLAS: /usr/lib/libblas/libblas.so.3.0
LAPACK: /usr/lib/lapack/liblapack.so.3.0
locale:
[1] LC_CTYPE=en_US.UTF-8
[2] LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8
[4] LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8
[6] LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8
[8] LC_NAME=C
[9] LC_ADDRESS=C
[10] LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8
[12] LC_IDENTIFICATION=C
attached base packages:
[1] graphics grDevices utils datasets stats
[6] methods base
other attached packages:
[1] DescToolsAddIns_1.1 tidylog_0.1.0.9000
[3] wrapr_1.8.5 editheme_0.1.0
[5] default_1.0.0 DescTools_0.99.28
[7] skimr_1.0.5 visdat_0.5.3.9000
[9] ggplot2_3.1.0 dplyr_0.8.0.1
loaded via a namespace (and not attached):
[1] R6_2.4.0 expm_0.999-4
[3] scales_1.0.0 assertthat_0.2.1
[5] grid_3.5.1 tcltk_3.5.1
[7] styles_0.1.0 manipulate_1.0.1
[9] tidyselect_0.2.5 munsell_0.5.0
[11] pillar_1.3.1 compiler_3.5.1
[13] tibble_2.1.1 lattice_0.20-38
[15] pkgconfig_2.0.2 boot_1.3-20
[17] purrr_0.3.2 Matrix_1.2-17
[19] rstudioapi_0.10 MASS_7.3-51.1
[21] plyr_1.8.4 glue_1.3.1
[23] magrittr_1.5 gtable_0.3.0
[25] rlang_0.3.2 colorspace_1.4-1
[27] yaml_2.2.0 tools_3.5.1
[29] foreign_0.8-71 mvtnorm_1.0-10
[31] withr_2.1.2 lazyeval_0.2.2
[33] crayon_1.3.4 Rcpp_1.0.1
=============================