Skip to content

Commit

Permalink
Removed .Rbuildignore from .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
emhart committed Apr 3, 2015
1 parent 4e90914 commit 4524010
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
^.*\.Rproj$
^\.Rproj\.user$
.travis.yml
appveyor.yml
.Rhistory
.RData
.gitignore
README.md

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ outputs_local
.Rproj.user
EcoSimR.Rproj
.RData
.Rbuildignore
tmp.R
dev.R
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion man/sim9.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
% Please edit documentation in R/sim9fast.R
\name{sim9}
\alias{sim9}
\title{sim9.fast}
\title{Sim9 Co-occurrence Randomization Algorithm}
\usage{
sim9(speciesData, algo, metric, nReps = 1000, saveSeed = FALSE,
burn_in = 0, algoOpts = list(), metricOpts = list(),
Expand Down

0 comments on commit 4524010

Please sign in to comment.