Package: mgi.report.reader
Title: Read Mouse Genome Informatics Reports
Version: 0.1.3
Authors@R: c(
    person("Ramiro", "Magno", , "rmagno@pattern.institute", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-5226-3441")),
    person("David", "Shaw", , "David.Shaw@jax.org", role = "aut",
           comment = c(ORCID = "0000-0002-9922-9934")),
    person("Isabel", "Duarte", , "iduarte@pattern.institute", role = "aut",
           comment = c(ORCID = "0000-0003-0060-2936")),
    person(given = "Ismail", family = "Gbadamosi",
      email = "i.gbadamosi@nencki.edu.pl",
      role = "aut",
      comment = c(ORCID = "0000-0002-1932-7519")),  
    person(given = "Ali", family = "Jawaid",
      email = "a.jawaid@nencki.edu.pl",
      role = "aut",
      comment = c(ORCID = "0000-0002-5126-6744")), 
    person("Nencki Institute of Experimental Biology", role = "fnd"),
    person("University of Algarve", role = "fnd"),
    person("The Jackson Laboratory", role = "fnd"),
    person("Pattern Institute", role = c("cph", "fnd"))
  )
Description: Provides readers for easy and consistent importing of
    Mouse Genome Informatics (MGI) report files:
    <https://www.informatics.jax.org/downloads/reports/index.html>. These data
    are provided by Baldarelli RM, Smith CL, Ringwald M, Richardson JE, Bult CJ,
    Mouse Genome Informatics Group (2024) <doi:10.1093/genetics/iyae031>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
Depends: R (>= 2.10)
LazyData: true
Imports: data.table, dplyr, httr2, memoise, rlang, stringr, tibble,
        vroom
URL: https://www.pattern.institute/mgi.report.reader/,
        https://github.com/patterninstitute/mgi.report.reader/
BugReports: https://github.com/patterninstitute/mgi.report.reader/issues
Config/Needs/website: rmarkdown, patterninstitute/chic
Suggests: testthat (>= 3.0.0), tidyr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-07-07 01:17:19 UTC; rmagno
Author: Ramiro Magno [aut, cre] (<https://orcid.org/0000-0001-5226-3441>),
  David Shaw [aut] (<https://orcid.org/0000-0002-9922-9934>),
  Isabel Duarte [aut] (<https://orcid.org/0000-0003-0060-2936>),
  Ismail Gbadamosi [aut] (<https://orcid.org/0000-0002-1932-7519>),
  Ali Jawaid [aut] (<https://orcid.org/0000-0002-5126-6744>),
  Nencki Institute of Experimental Biology [fnd],
  University of Algarve [fnd],
  The Jackson Laboratory [fnd],
  Pattern Institute [cph, fnd]
Maintainer: Ramiro Magno <rmagno@pattern.institute>
Repository: CRAN
Date/Publication: 2024-07-07 14:50:02 UTC
Built: R 4.6.0; ; 2025-08-18 11:19:23 UTC; unix
