I am trying to use the editData R package, unfortunately, it appears does not work without RStudio.
Could you help me with that?
library(editData)
result <- editData(mtcars)
Error: RStudio not running
sessionInfo()
R version 4.1.0 (2021-05-18)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 20.04.3 LTS
Matrix products: default
BLAS: /usr/local/lib/R/lib/libRblas.so
LAPACK: /usr/local/lib/R/lib/libRlapack.so
locale:
[1] LC_CTYPE=pt_BR.UTF-8 LC_NUMERIC=C
[3] LC_TIME=pt_BR.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=pt_BR.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=pt_BR.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=pt_BR.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] editData_0.2.1
loaded via a namespace (and not attached):
[1] zip_2.2.0 Rcpp_1.0.7 jquerylib_0.1.4 bslib_0.3.0
[5] cellranger_1.1.0 compiler_4.1.0 pillar_1.6.2 later_1.3.0
[9] shinyWidgets_0.6.1 forcats_0.5.1 tools_4.1.0 digest_0.6.27
[13] jsonlite_1.7.2 lubridate_1.7.10 lifecycle_1.0.0 tibble_3.1.4
[17] pkgconfig_2.0.3 rlang_0.4.11 openxlsx_4.2.4 rstudioapi_0.13
[21] shiny_1.6.0 curl_4.3.2 haven_2.4.3 rio_0.5.27
[25] fastmap_1.1.0 sass_0.4.0 generics_0.1.0 htmlwidgets_1.5.3
[29] vctrs_0.3.8 hms_1.1.0 DT_0.19 data.table_1.14.0
[33] R6_2.5.1 fansi_0.5.0 readxl_1.3.1 foreign_0.8-81
[37] magrittr_2.0.1 promises_1.2.0.1 ellipsis_0.3.2 htmltools_0.5.2
[41] mime_0.11 xtable_1.8-4 httpuv_1.6.2 utf8_1.2.2
[45] stringi_1.7.4 miniUI_0.1.1.1 crayon_1.4.1
I am trying to use the editData R package, unfortunately, it appears does not work without RStudio.
Could you help me with that?
library(editData)
result <- editData(mtcars)
sessionInfo()
R version 4.1.0 (2021-05-18)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 20.04.3 LTS
Matrix products: default
BLAS: /usr/local/lib/R/lib/libRblas.so
LAPACK: /usr/local/lib/R/lib/libRlapack.so
locale:
[1] LC_CTYPE=pt_BR.UTF-8 LC_NUMERIC=C
[3] LC_TIME=pt_BR.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=pt_BR.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=pt_BR.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=pt_BR.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] editData_0.2.1
loaded via a namespace (and not attached):
[1] zip_2.2.0 Rcpp_1.0.7 jquerylib_0.1.4 bslib_0.3.0
[5] cellranger_1.1.0 compiler_4.1.0 pillar_1.6.2 later_1.3.0
[9] shinyWidgets_0.6.1 forcats_0.5.1 tools_4.1.0 digest_0.6.27
[13] jsonlite_1.7.2 lubridate_1.7.10 lifecycle_1.0.0 tibble_3.1.4
[17] pkgconfig_2.0.3 rlang_0.4.11 openxlsx_4.2.4 rstudioapi_0.13
[21] shiny_1.6.0 curl_4.3.2 haven_2.4.3 rio_0.5.27
[25] fastmap_1.1.0 sass_0.4.0 generics_0.1.0 htmlwidgets_1.5.3
[29] vctrs_0.3.8 hms_1.1.0 DT_0.19 data.table_1.14.0
[33] R6_2.5.1 fansi_0.5.0 readxl_1.3.1 foreign_0.8-81
[37] magrittr_2.0.1 promises_1.2.0.1 ellipsis_0.3.2 htmltools_0.5.2
[41] mime_0.11 xtable_1.8-4 httpuv_1.6.2 utf8_1.2.2
[45] stringi_1.7.4 miniUI_0.1.1.1 crayon_1.4.1