Merge pull request #4 from wibeasley/Rproj-options

Rproj options
diff --git a/DESCRIPTION b/DESCRIPTION
index 27cb3bd..d7afefc 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: kableExtra
 Type: Package
 Title: Decorate kable output using pipe syntax
-Version: 0.0.1
+Version: 0.0.1.9000
 Authors@R: c(
     person("Hao", "Zhu", email = "haozhu@hsl.harvard.edu", role = c("aut", "cre")),
     person("Will", "Beasley", email = "wibeasley@hotmail.com", role = "ctb")
@@ -10,6 +10,8 @@
     knitr::kable without destroying its simplicity by adopting pipe syntax.
 License: MIT + file LICENSE
 LazyData: TRUE
+URL: https://github.com/haozhu233/kableExtra
+BugReports: https://github.com/haozhu233/kableExtra/issues
 Depends:
     R (>= 3.1.2)
 Imports:
@@ -20,4 +22,5 @@
     rmarkdown (>= 0.2.64)
 Suggests:
     testthat
+VignetteBuilder: knitr
 RoxygenNote: 5.0.1
diff --git a/kableExtra.Rproj b/kableExtra.Rproj
index 270314b..f8f7f8e 100644
--- a/kableExtra.Rproj
+++ b/kableExtra.Rproj
@@ -1,15 +1,15 @@
 Version: 1.0
 
-RestoreWorkspace: Default
-SaveWorkspace: Default
-AlwaysSaveHistory: Default
+RestoreWorkspace: No
+SaveWorkspace: No
+AlwaysSaveHistory: No
 
 EnableCodeIndexing: Yes
 UseSpacesForTab: Yes
 NumSpacesForTab: 2
 Encoding: UTF-8
 
-RnwWeave: Sweave
+RnwWeave: knitr
 LaTeX: pdfLaTeX
 
 AutoAppendNewline: Yes