質問編集履歴

2

追記 特定の関数のみの文字化け

2020/05/01 18:06

投稿

kyrie
kyrie

スコア11

test CHANGED
File without changes
test CHANGED
@@ -51,3 +51,5 @@
51
51
 
52
52
 
53
53
  ```
54
+
55
+ また、初期設定からあるhist()やplot()では文字化けは起こりません。histogram()を使った時だけ文字化けが起きます。

1

sessionInfo()の実行結果を追記しました

2020/05/01 18:06

投稿

kyrie
kyrie

スコア11

test CHANGED
File without changes
test CHANGED
@@ -8,4 +8,46 @@
8
8
 
9
9
 
10
10
 
11
+ > sessionInfo()
12
+
13
+ R version 3.5.3 (2019-03-11)
14
+
15
+ Platform: x86_64-apple-darwin15.6.0 (64-bit)
16
+
17
+ Running under: macOS High Sierra 10.13.6
18
+
19
+
20
+
21
+ Matrix products: default
22
+
23
+ BLAS: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRblas.0.dylib
24
+
25
+ LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib
26
+
27
+
28
+
29
+ locale:
30
+
31
+ [1] ja_JP.UTF-8/ja_JP.UTF-8/ja_JP.UTF-8/C/ja_JP.UTF-8/ja_JP.UTF-8
32
+
33
+
34
+
35
+ attached base packages:
36
+
37
+ [1] stats graphics grDevices utils datasets methods base
38
+
39
+
40
+
41
+ loaded via a namespace (and not attached):
42
+
43
+ [1] Rcpp_1.0.1 lattice_0.20-40 matrixcalc_1.0-3 MASS_7.3-51.1 grid_3.5.3
44
+
45
+ [6] arm_1.10-1 nlme_3.1-137 stats4_3.5.3 coda_0.19-2 mi_1.0
46
+
47
+ [11] minqa_1.2.4 nloptr_1.2.1 Matrix_1.2-15 boot_1.3-20 splines_3.5.3
48
+
49
+ [16] lme4_1.1-21 sem_3.1-9 abind_1.4-5 compiler_3.5.3
50
+
51
+
52
+
11
53
  ```