Skip to content

Commit

Permalink
prepare development using RStudio
Browse files Browse the repository at this point in the history
  • Loading branch information
singmann committed Jul 4, 2016
1 parent b697654 commit 57dfa74
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Expand Up @@ -3,3 +3,6 @@
\#.*\#.
\.RData
\.Rhistory
^.*\.Rproj$
^\.Rproj\.user$
development.R
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
#.*#
.RData
.Rhistory
.Rproj.user
17 changes: 17 additions & 0 deletions LaplacesDemon.Rproj
@@ -0,0 +1,17 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
5 changes: 5 additions & 0 deletions development.R
@@ -0,0 +1,5 @@
require(devtools)
load_all()
check(document = FALSE)

build_vignettes()

0 comments on commit 57dfa74

Please sign in to comment.