Package: tidyplate
Type: Package
Title: Transform Microplate Data into Tibbles
Version: 2.0.1
Authors@R: 
    person("Shubham", "Dutta", , "shubhamdutta26@gmail.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0001-8484-0717"))
Maintainer: Shubham Dutta <shubhamdutta26@gmail.com>
Description: The goal of 'tidyplate' is to help researchers convert different types of
    microplates into tibbles which can be used in data analysis. It accepts xlsx and
    csv files formatted in a specific way as input. It supports all types of 
    standard microplate formats such as 6-well, 12-well, 24-well, 48-well, 96-well, 384-well,
    and, 1536-well plates.
Imports: data.table, readxl, tibble, rlang, openxlsx
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/shubhamdutta26/tidyplate,
        https://www.shubhamdutta.com/tidyplate/
BugReports: https://github.com/shubhamdutta26/tidyplate/issues
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Language: en-GB
NeedsCompilation: no
Packaged: 2024-10-08 15:27:11 UTC; shubham
Author: Shubham Dutta [aut, cre, cph] (<https://orcid.org/0000-0001-8484-0717>)
Repository: CRAN
Date/Publication: 2024-10-08 22:00:02 UTC
