Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
babayoshihiko committed Mar 5, 2024
1 parent 8cbe16e commit 72c0cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 11-algorithms-ja.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Rscript code/11-hello.R
有効な R を含まないコード行は、エラーを防ぐため、行頭に `#` を追加してコメントアウトする必要がある。`11-hello.R` スクリプトの1行目を参照。
しかし、守るべき慣習もある。

- 順番に書く: 映画の脚本と同じように、スクリプトも「設定」「データ処理」「結果保存」といった明確な順番が必要である (映画でいうところの「始まり」「中間」「終わり」にほぼ相当する)
- 順番に書く映画の脚本と同じように、スクリプトも「設定」「データ処理」「結果保存」といった明確な順番が必要である (映画でいうところの「始まり」「中間」「終わり」にほぼ相当する)
- 他の人(と未来の自分)が理解できるように、スクリプトにコメントを追加してみよう。
最低限、コメントにはスクリプトの目的 (Figure \@ref(fig:codecheck) 参照) と (長いスクリプトの場合) セクションに分けることが必要である。
これは、例えば、RStudio\index{RStudio} で、「折りたたみ可能な」コードセクションの見出しを作成するショートカット `Ctrl+Shift+R` を使って行うことができる
Expand Down

0 comments on commit 72c0cf2

Please sign in to comment.