References
D.1 Introduction
한학기 동안 고생 많으셨습니다.
두번째 과제의 제출 현황을 정리하였습니다. 성공적으로 설치된 R Packages의 목록이 나와있습니다.
D.2 List of Submitted R Packages
An alphabetical order by the last name as of 2017-12-20 09:26:46
## Error in do_read_bib(file, encoding = .Encoding, srcfile): unable to open file to read
Received packages: IOLcalculator
, hw
, TempConvert
D.3 Feedback
- R 프로그래밍에서 어려운 한 단계를 넘어선 것을 축하드립니다.
- 제출하셨으나 목록에 자신의 패키지가 보이지 않는 분은 2017-06-21 18:00 이후 shan@acp.kr 로 알려주세요.
D.3.1 팁
- 목록의 개발자 이름, 패키지 이름/설명/버젼 등은
DESCRIPTION
파일 혹은package.Rd
파일에 에 적힌 것을 그대로 읽어온 것입니다. 다른 사람들이 여러분의 패키지를 사용하게 되거나 인용하게 될 때 표시되는 (사람으로 비유하면 얼굴과 같은) 정보이므로 신중하게 정하는 것이 좋습니다. - 패키지 title은 title (proper) case로 작성되어야 합니다.
tools::toTitleCase()
함수를 사용해도 됩니다.
# Conversion to the title (proper) case
tools::toTitleCase("This package title should be corrected")
## [1] "This Package Title Should be Corrected"
D.3.2 Suggested Reading Materials
무료로 볼 수 있는 html 자료입니다.
- R packages : R 패키지를 만드는 방법에 대해 쉽게 설명되어 있습니다.
- Writing an R package from scratch : 블로그 포스트로서 아주 단순한 패키지를 만드는데 참고하시면 됩니다.
- R package primer : 비교적 쉽게 서술되어 있습니다.
D.4 References
Krishnamoorthy, K. 2006. Handbook of Statistical Distributions with Applications. Boca Raton: Chapman & Hall/CRC.
Sarkar, Deepayan. 2017. Lattice: Trellis Graphics for R. https://CRAN.R-project.org/package=lattice.
Wickham, Hadley, and Winston Chang. 2016. Ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics. https://CRAN.R-project.org/package=ggplot2.
Xie, Yihui. 2017a. Bookdown: Authoring Books and Technical Documents with R Markdown. https://github.com/rstudio/bookdown.
———. 2017b. Knitr: A General-Purpose Package for Dynamic Report Generation in R. https://yihui.name/knitr/.
References
Xie, Yihui. 2017b. Knitr: A General-Purpose Package for Dynamic Report Generation in R. https://yihui.name/knitr/.