Package: glmmrBase
Type: Package
Title: Specification of Generalised Linear Mixed Models
Version: 0.2.4
Date: 2023-02-09
Authors@R: c(person("Sam", "Watson", email = "S.I.Watson@bham.ac.uk",
                  role = c("aut", "cre")),
             person("Yi", "Pan", email = "ypan1988@gmail.com",
                  role = c("aut")))
Description: Specification of generalised linear mixed models using the 'R6' object-orientated class system. The package provides classes 'Covariance', 'MeanFunction' and 'Model', which allow for flexible specification of generalised linear mixed models, as well as functionality to produce relevant matrices, values, and analyses. 
  See <https://github.com/samuel-watson/glmmrBase/blob/master/README.md> for a detailed manual.
License: GPL (>= 2)
Imports: methods, digest, Rcpp (>= 1.0.7), R6
LinkingTo: Rcpp (>= 0.12.0), RcppEigen
RoxygenNote: 7.2.1
NeedsCompilation: yes
Author: Sam Watson [aut, cre],
  Yi Pan [aut]
URL: https://github.com/samuel-watson/glmmrBase
BugReports: https://github.com/samuel-watson/glmmrBase/issues
Suggests: testthat
Biarch: true
Depends: R (>= 3.4.0), Matrix (>= 1.3-1)
SystemRequirements: GNU make
Encoding: UTF-8
Packaged: 2023-02-09 14:30:46 UTC; samue
Maintainer: Sam Watson <S.I.Watson@bham.ac.uk>
Repository: CRAN
Date/Publication: 2023-02-09 15:10:16 UTC
