Hi,
I fixed a minor typo in an error message from grDevices. Please see
attached for a patch to revision 74246.
Thanks,
John
Index: src/library/grDevices/src/colors.c
===
--- src/library/grDevices/src/colors.c (revision 74246)
+++
In the section FIles and Directories in the manual An Introduction to
R it refers to the function create.dir:
https://cran.r-project.org/doc/manuals/r-devel/R-intro.html#Files-and-directories
I've attached a patch against revision 72974 to change this to dir.create.
John
Index: doc/manual/R-intr