From 18ccf69545e3528fd06208af250cb7be69e7a702 Mon Sep 17 00:00:00 2001 From: hadley Date: Mon, 27 Jul 2015 17:33:47 -0500 Subject: [PATCH] Force add html files --- _includes/.DS_Store | Bin 0 -> 6148 bytes _includes/package-nav.html | 20 ++++++++++ _layouts/default.html | 77 +++++++++++++++++++++++++++++++++++++ _layouts/post.html | 9 +++++ 4 files changed, 106 insertions(+) create mode 100644 _includes/.DS_Store create mode 100644 _includes/package-nav.html create mode 100644 _layouts/default.html create mode 100644 _layouts/post.html diff --git a/_includes/.DS_Store b/_includes/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0Getting started +
  • Introduction
  • +
  • Package structure
  • + +
  • Code (R/)
  • +
  • Package metadata (DESCRIPTION)
  • +
  • Object documentation (man/)
  • +
  • Vignettes (vignettes/)
  • +
  • Testing (tests/)
  • +
  • Namespaces (NAMESPACE)
  • +
  • Data (data/)
  • +
  • Compiled code (src/)
  • +
  • Installed files (inst/)
  • +
  • Other components
  • + +
  • Git and GitHub
  • +
  • Checking
  • +
  • Release
  • +--> diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..6b12374 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,77 @@ + + + + {{page.title}} · R packages + + + + + + + + + + + +
    + +
    + + +

    R for data science by Garrett Grolemund and Hadley Wickham

    +
    +
    + +
    + + +
    + {{ content }} +
    +
    + + + +
    + + + + + + + diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..04e3586 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,9 @@ +--- +layout: default +--- +

    {{ page.title }}

    +

    {{ page.date | date_to_string }}

    + +
    +{{ content }} +