Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From the ?hms examples:
?hms
x <- c("09:10:01", "09:10:02", "09:10:03", "Collided at 9:20:04 pm") hms(x)
returns
Error in matrix(.Call("parse_hms", hms, order), nrow = 3L, dimnames = list(c("H", : Unrecognized format x supplied
Obligatory sessionInfo()
sessionInfo()
> sessionInfo() R version 3.1.0 (2014-04-10) Platform: x86_64-apple-darwin13.1.0 (64-bit) locale: [1] en_AU.UTF-8/en_AU.UTF-8/en_AU.UTF-8/C/en_AU.UTF-8/en_AU.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] aemo_0.1.0 ggplot2_1.0.0 lubridate_1.3.3 testthat_0.8.1 devtools_1.5.0.99 loaded via a namespace (and not attached): [1] assertthat_0.1 colorspace_1.2-4 digest_0.6.4 dplyr_0.2 evaluate_0.5.5 [6] formatR_0.10 grid_3.1.0 gtable_0.1.2 htmltools_0.2.4 httr_0.3 [11] knitr_1.6 MASS_7.3-33 memoise_0.2.1 munsell_0.4.2 parallel_3.1.0 [16] plyr_1.8.1 proto_0.3-10 Rcpp_0.11.2 RCurl_1.95-4.1 reshape2_1.4 [21] rmarkdown_0.2.49 scales_0.2.4 stringr_0.6.2 tools_3.1.0 whisker_0.3-2 [26] yaml_2.1.13
The text was updated successfully, but these errors were encountered:
1a805b0
Thanks for reporting this. You were lucky not to see a segfault.
Sorry, something went wrong.
ill count myself lucky :)
No branches or pull requests
From the
?hms
examples:returns
Obligatory
sessionInfo()
The text was updated successfully, but these errors were encountered: