From 778a47897f4981dbbb88aceee79bca689f3e955b Mon Sep 17 00:00:00 2001 From: Yury V Bukhman Date: Wed, 1 Jul 2015 14:10:40 -0500 Subject: [PATCH] Set up RStudio project using a Git repository. --- .gitignore | 3 +++ R/GCAT/GCAT.Rproj | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..807ea25 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.Rproj.user +.Rhistory +.RData diff --git a/R/GCAT/GCAT.Rproj b/R/GCAT/GCAT.Rproj index 5a4617f..eaa6b81 100644 --- a/R/GCAT/GCAT.Rproj +++ b/R/GCAT/GCAT.Rproj @@ -13,5 +13,6 @@ RnwWeave: Sweave LaTeX: pdfLaTeX BuildType: Package +PackageUseDevtools: Yes PackageInstallArgs: --no-multiarch --with-keep.source PackageRoxygenize: rd,collate,namespace