我又遇到了一个事件,当我在RStudio中处理我的R Markdown文件时,command + return
停止为我工作。也就是说,我启动电脑,打开RStudio,工作了几分钟,同时能够成功使用command + return
在控制台中发送和执行当前行(光标所在的位置),并且所有突然的command + return
停止使代码在控制台中发送和执行。
更多背景:
R
,RStudio
和R
软件包的最新版本(请参见下面的版本输出)。 command + return
停止工作。 RStudio
不会在问题发生后解决。 command + return
可以再次工作(直到几分钟后再次停止)。command + return
运行它。 其他信息:
R版本
> R.version
_
platform x86_64-apple-darwin15.6.0
arch x86_64
os darwin15.6.0
system x86_64, darwin15.6.0
status
major 3
minor 5.2
year 2018
month 12
day 20
svn rev 75870
language R
version.string R version 3.5.2 (2018-12-20)
nickname Eggshell Igloo
RStudio版本(输出子集)
> RStudio.Version()
$mode
[1] "desktop"
$version
[1] ‘1.1.463’
会话信息
> sessionInfo()
R version 3.5.2 (2018-12-20)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS Mojave 10.14.2
Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] bindrcpp_0.2.2 adept_0.1.0 reshape2_1.4.3 janitor_1.1.1 readxl_1.2.0
[6] ggplot2_3.1.0 data.table_1.12.0 dplyr_0.7.8
loaded via a namespace (and not attached):
[1] Rcpp_1.0.0 pillar_1.3.1 compiler_3.5.2 cellranger_1.1.0 plyr_1.8.4
[6] bindr_0.1.1 runstats_0.1.0 tools_3.5.2 digest_0.6.18 tibble_2.0.1
[11] gtable_0.2.0 pkgconfig_2.0.2 rlang_0.3.1 rstudioapi_0.9.0 parallel_3.5.2
[16] yaml_2.2.0 xfun_0.4 withr_2.1.2 stringr_1.3.1 knitr_1.21
[21] globals_0.12.4 grid_3.5.2 tidyselect_0.2.5 glue_1.3.0 listenv_0.7.0
[26] R6_2.3.0 purrr_0.3.0 magrittr_1.5 codetools_0.2-15 scales_1.0.0
[31] assertthat_0.2.0 future_1.11.1.1 colorspace_1.4-0 labeling_0.3 stringi_1.2.4
[36] lazyeval_0.2.1 munsell_0.5.0 crayon_1.3.4
答案 0 :(得分:0)
我发现了错误。 R Markdown代码块未使用```
关闭。