forked from hadley/r-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmisc.rmd
More file actions
21 lines (15 loc) · 728 Bytes
/
misc.rmd
File metadata and controls
21 lines (15 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: default
title: Other components
output: bookdown::html_chapter
---
# Other components {#misc}
There are three other directories that are valid top-level directories, but are rarely used:
* `exec/`: for executable scripts. Compared to other directories, files in
`exec/` are automatically flagged as executable.
* `po/`: translations for error messages. This is useful but beyond the scope
of this book. See the [Internationalization][internationalization] chapter of
"R extensions" for more details.
* `tools/`: auxilary files needed during configuration, or for sources needed
to generate scripts.
[internationalization]:http://cran.rstudio.com/doc/manuals/r-devel/R-exts.html#Internationalization