Skip to content

Commit

Permalink
version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EricArcher authored and cran-robot committed Apr 16, 2016
1 parent 4582995 commit 8c9148a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Type: Package
Title: Calculate Species Richness and Extrapolation Metrics
Description: Calculate species richness functions for rarefaction and
extrapolation.
Version: 1.4
Version: 1.4.1
Authors@R: c(
EA = person("Eric", "Archer", email = "eric.archer@noaa.gov", role = c("aut", "cre")))
BugReports: https://github.com/EricArcher/sprex/issues
Imports: graphics, stats, swfscMisc
Imports: graphics, stats, swfscMisc (>= 1.1)
License: GNU General Public License
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-04-11 15:44:46 UTC; eric.archer
Packaged: 2016-04-16 11:29:30 UTC; eric.archer
Author: Eric Archer [aut, cre]
Maintainer: Eric Archer <eric.archer@noaa.gov>
Repository: CRAN
Date/Publication: 2016-04-11 18:38:38
Date/Publication: 2016-04-16 19:49:17
6 changes: 3 additions & 3 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
eb3d185ffb45755de6b17d3392283ca2 *DESCRIPTION
35292edf6b4c1fd8d6a80417dc9e04db *DESCRIPTION
c4a7ac96ba10ae2e8e97ecf8a8eecab2 *NAMESPACE
239f86eb353b943b9d0ee41de80875b8 *R/ACE.R
6dff79bc3f3b648e744b09330702785e *R/Chao1.R
Expand All @@ -15,7 +15,7 @@ b91a50cd7df477ab536065c048009bf1 *R/jack.R
ef7c0845b9751b8622c1f027054f59b4 *R/num.samples.required.R
7d05e7a1fede57ed369ddd6c30606d17 *R/plot.discovery.curve.R
74d8471dc42f0cfdc798ada5d1729dba *R/rarefaction.overlap.R
31d8411b1651c481a4f2aa9138b8363b *R/sample.to.species.freq.R
675e7cf540b084d79ddbdce7bf391319 *R/sample.to.species.freq.R
aad4644ac454972aeb7336c0abbd6aae *R/species.to.sample.freq.R
0e9200755f1143a0dcb34306c97bc2a6 *R/sprex-package.R
a9e09e774d629c6bb4958688c11682c3 *README.md
Expand All @@ -31,6 +31,6 @@ fad2297eb0f52e78c236d72725fe7f38 *man/num.samples.required.Rd
701f21c40c203c2e37dbf6d8b9edede9 *man/osa.old.growth.Rd
9fa7be4de4df3490c519ccc556b4015d *man/plot.discovery.curve.Rd
073289b91e8f17915a30a5313f43ef87 *man/rarefaction.overlap.Rd
10e3d1ba9fca4571e0752ab3837e4a77 *man/sample.to.species.freq.Rd
494d14db5596b35cff3914ee1180b8a4 *man/sample.to.species.freq.Rd
f356ac90bd58d565163a2a319c1a3435 *man/species.to.sample.freq.Rd
cde8d70131302960be7b3e3bf89711b7 *man/sprex-package.Rd
4 changes: 2 additions & 2 deletions R/sample.to.species.freq.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' @param x a vector where \code{x[i]} is of the number of samples in the
#' \code{i}-th species.
#' @param min.f minimum size of return vector. Return vector is zero-padded up
#' o this length if it would normally be shorter.
#' to this length if it would normally be shorter.
#'
#' @return a vector(\code{f}) of species frequencies where \code{f[i]} is the
#' number of species represented by only \code{i} samples.
Expand All @@ -15,7 +15,7 @@
#' @seealso species.to.sample.freq
#'
#' @examples
#' x <- sample(1:100, 30, rep = TRUE)
#' x <- sample(1:20, 20, rep = TRUE)
#' f <- sample.to.species.freq(x)
#' print(x)
#' print(f)
Expand Down
4 changes: 2 additions & 2 deletions man/sample.to.species.freq.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c9148a

Please sign in to comment.