You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following in-line statements fail immediately following this chuck fails: r d1 substitutes as.numeric(d1) = 15957 rather than "09/09/13" r d1 + 180 substitutes as.numeric(d1 + 180) = 16137 rather than d1 + 180 = "03/09/14"
The text was updated successfully, but these errors were encountered:
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.
The following chunk correctly returns the date corresponding to d1 and to d1 + 180:
The following in-line statements fail immediately following this chuck fails:
r d1
substitutes as.numeric(d1) = 15957 rather than "09/09/13"r d1 + 180
substitutes as.numeric(d1 + 180) = 16137 rather than d1 + 180 = "03/09/14"The text was updated successfully, but these errors were encountered: