Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 666 Bytes

NEWS.md

File metadata and controls

19 lines (16 loc) · 666 Bytes

lecture-14 v18.2.0

  • Initial repo setup:

    • Add .github/ directory with community documents
    • Add references/ directory with standard files
    • Add README.md with placeholder language
    • Add LICENSE
    • Add .gitignore and .Rbuildignore
    • Add .travis.yml and appveyor.yml, but CI is not turned on for this repo
    • Add DESCRIPTION for eventual CI testing
    • Add .Rproj file
  • Update .github/ documents to latest community standards

  • Add remotes and usethis packages as dependencies

  • Update DESCRIPTION and README in preparation for release

  • Add example code in examples/

  • Add handouts

  • Add assignments