Package: term
Title: Create, Manipulate and Query Parameter Terms
Version: 0.1.0
Authors@R: c(
    person("Joe", "Thorley", , "joe@poissonconsulting.ca", c("aut", "cre"), comment = c(ORCID = "0000-0002-7683-4592")),
    person("Ayla", "Pearson", role = "ctb", comment = c(ORCID = "0000-0001-7388-1222")),
    person("Poisson Consulting", role = c("cph", "fnd"))
    )
Description: Creates, manipulates, queries and repairs vectors of parameter terms.
    Parameter terms are the labels used to reference values in vectors, matrices 
    and arrays. They represent the names in coefficient tables and 
    the column names in 'mcmc' and 'mcmc.list' objects.
License: MIT + file LICENSE
Depends: R (>= 3.3)
Imports: chk, lifecycle
Suggests: covr, testthat
URL: https://github.com/poissonconsulting/term
BugReports: https://github.com/poissonconsulting/term/issues
RdMacros: lifecycle
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Language: en-US
NeedsCompilation: no
Packaged: 2020-01-15 22:19:58 UTC; joe
Author: Joe Thorley [aut, cre] (<https://orcid.org/0000-0002-7683-4592>),
  Ayla Pearson [ctb] (<https://orcid.org/0000-0001-7388-1222>),
  Poisson Consulting [cph, fnd]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2020-01-15 22:30:02 UTC
