Skip to content

Commit

Permalink
add rstudio project file, closes #200
Browse files Browse the repository at this point in the history
  • Loading branch information
mjskay committed Nov 25, 2023
1 parent 03f9a2b commit 2c8afb0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
.Rhistory
.RData
.Rproj*
ggdist.Rproj
vignettes/ABC.rda
vignettes/ABC.rds
vignettes/*_cache/
Expand Down
20 changes: 20 additions & 0 deletions ggdist.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

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

RnwWeave: Sweave
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source

0 comments on commit 2c8afb0

Please sign in to comment.