Errata for Getting Started with RStudio
Submit your own errata for this product.
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question Note Update
| Version |
Location |
Description |
Submitted By |
Date Submitted |
Date Corrected |
| Printed |
Page 14
Top |
The difficulty is the fact that there is no explanation on how to load the rtf file. A reviewer on the O'Reilly site has mentioned this and the response from O'Reilly is to download the example code. However, the file Degas8_13_2010_12_1AM.rtf does not exist in the download code directory, only degas.txt exists.
This is a major disruption as it is the very first example in the text and it is impossible to follow because the file, nor how you are to download it, are available.
|
David Arnold |
Dec 31, 2011 |
Mar 20, 2012 |
| PDF |
Page 20
|
x$time <- as.POSIXct(x$datetime, format="%m%d%Y %H:%M:%S")
should have slashes in it
x$time <- as.POSIXct(x$datetime, format="%m/%d/%Y %H:%M:%S")
otherwise the column gets replaced by NA
|
Anonymous |
Jan 09, 2012 |
Mar 20, 2012 |