References

D.1 Introduction

한학기 동안 고생 많으셨습니다.

두번째 과제의 제출 현황을 정리하였습니다. 성공적으로 설치된 R Packages의 목록이 나와있습니다.

D.1.1 목록 생성 방법

  • DESCRIPTION 파일 정보를 읽어 인용을 위한 bibtex파일을 생성해 주는 knitr::write_bib() (Xie 2017b)RefManageR::ReadBib() (???) 함수를 사용하여 나타내었습니다.

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"
  • 패키지를 CRAN 혹은 GithubBitbucket 등에 올린다면 다른 사람들이 쉽게 업데이트 할 수 있으므로 코드를 다른 사람과 공유 시 여러 장점을 갖게 됩니다.

D.3.2 Suggested Reading Materials

무료로 볼 수 있는 html 자료입니다.

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/.