Skip to content

Commit bfbb2b6

Browse files
authored
Merge pull request #163 from danforthcenter/docs-update
Docs update
2 parents aab29fb + 92158eb commit bfbb2b6

5 files changed

Lines changed: 69 additions & 2 deletions

File tree

R/conjugate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
#' where shape and scale are the respective parameters of the gamma distributed rate
8585
#' (inverse of scale) parameter of gamma distributed data.}
8686
#' \item{\strong{"poisson" and "exponential": } \code{priors = list(a = 0.5,b = 0.5)},
87-
#' where a and b are shape parameters of the gamma distribution.}
87+
#' where a and b are shape and rate parameters of the gamma distribution.}
8888
#' \item{\strong{"negbin": } \code{priors = list(r = 10, a = 0.5, b = 0.5)},
8989
#' where r is the r parameter of the negative binomial distribution
9090
#' (representing the number of successes required)

R/pcvr-package.R

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
#' Plant Phenotyping and Bayesian Statistics
2+
#'
3+
#' @name pcvr-package
4+
#' @aliases pcvr
5+
#'
6+
#' @description
7+
#' \if{html}{
8+
#' \figure{pcvr_logo.png}{options: width="100" alt="logo" style="float: right"}
9+
#' }
10+
#'
11+
#' The \pkg{pcvr} package is meant to interface with any datatypes returned from \pkg{PlantCV}
12+
#' including single and multi value trait phenotypes as well as common metadata for plant science
13+
#' experiments as well as lower the barrier to entry for select Bayesian statistics and longitudinal
14+
#' models of particular use in plant science.
15+
#'
16+
#'
17+
#' @seealso
18+
#' Useful links:
19+
#' \itemize{
20+
#' \item \url{https://plantcv.org}
21+
#' \item Report bugs at \url{https://github.com/danforthcenter/pcvr}
22+
#' }
23+
#' \code{\link{growthSS}}
24+
#' \code{\link{conjugate}}
25+
"_PACKAGE"

_pkgdown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,4 @@ reference:
174174
- summary.conjugate
175175
- plot.conjugate
176176
- conjugate-class
177+
- pcvr-package

man/conjugate.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/pcvr-package.Rd

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)