Package: cellranger Title: Translate Spreadsheet Cell Ranges to Rows and Columns Version: 1.1.0.9000 Authors@R: c( person("Jennifer", "Bryan", , "jenny@rstudio.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6983-2759") ), person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("ctb"), comment = c(ORCID = "0000-0003-4757-117X") ), person("RStudio", role = c("cph", "fnd")) ) Description: Helper functions to work with spreadsheets and the "A1:D10" style of cell range specification. License: MIT + file LICENSE URL: https://github.com/rsheets/cellranger BugReports: https://github.com/rsheets/cellranger/issues Depends: R (>= 3.1) Imports: rematch, rematch2, tibble Suggests: covr, knitr, rmarkdown, testthat (>= 1.0.0) VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 6.0.1.9000 Repository: https://rsheets.r-universe.dev Date/Publication: 2018-04-07 22:59:44 UTC RemoteUrl: https://github.com/rsheets/cellranger RemoteRef: HEAD RemoteSha: 7ecde54c70c9a66833e49bf2c874bb4a4fcc75f3 NeedsCompilation: no Packaged: 2026-06-22 11:39:20 UTC; root Author: Jennifer Bryan [aut, cre] (ORCID: ), Hadley Wickham [ctb] (ORCID: ), RStudio [cph, fnd] Maintainer: Jennifer Bryan