Author: Shinya Uryu (@uribo)
Click build start at binder!
From R
install.packages("usethis")
usethis::use_course("https://github.com/uribo/hello_rmarkdown/archive/master.zip")
- R Markdown Official Site
- Dynamic Documents with R and Knitr
- Escape the Land of LaTeX / Word for Statistical Reporting
- R Markdown: The Definitive Guide (under development)
- R for Data Science: R Markdown
- 高橋康介 (2014) 共立出版. ドキュメント・プレゼンテーション生成
- Qiita@kazutanの投稿
- R Markdownによるスライド生成
- Presentations
sessionInfo()
# R version 3.4.3 (2017-11-30)
# Platform: x86_64-pc-linux-gnu (64-bit)
# Running under: Debian GNU/Linux 9 (stretch)
#
# Matrix products: default
# BLAS: /usr/lib/openblas-base/libblas.so.3
# LAPACK: /usr/lib/libopenblasp-r0.2.19.so
#
# locale:
# [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8
# [4] LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_MESSAGES=C
# [7] LC_PAPER=en_US.UTF-8 LC_NAME=C LC_ADDRESS=C
# [10] LC_TELEPHONE=C LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
#
# attached base packages:
# [1] stats graphics grDevices utils datasets methods base
#
# loaded via a namespace (and not attached):
# [1] compiler_3.4.3 backports_1.1.2 magrittr_1.5 rprojroot_1.3-2 htmltools_0.3.6
# [6] tools_3.4.3 yaml_2.1.17 Rcpp_0.12.15 stringi_1.1.6 rmarkdown_1.8
# [11] knitr_1.20 stringr_1.3.0 digest_0.6.15 evaluate_0.10.1