Package: tidyplate
Type: Package
Title: Transform Microplate Data into Tidy Dataframes
Version: 1.0.0
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 tidy dataframes 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: janitor, readr, readxl, tibble, tidyr, dplyr, purrr, rlang
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
URL: https://github.com/shubhamdutta26/tidyplate,
        http://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-01-09 22:20:54 UTC; shubhamdutta
Author: Shubham Dutta [aut, cre, cph] (<https://orcid.org/0000-0001-8484-0717>)
Repository: CRAN
Date/Publication: 2024-01-11 09:30:02 UTC
