Package: prism2R Title: Read Prism Tables Into R Version: 0.1.0 Authors@R: person("Miha", "Kosmac", , "biomiha@gmail.com", role = c("aut", "cre")) Description: This package provides functions to read and parse GraphPad Prism files (.pzfx or .prism) into R data frames, enabling users to analyse and manipulate their data within the R environment. It currently consists of two functions - `get_table_names` and `read_prism`, both of which take the file path to a prism file as input and output either the table names or the table contents themselves. Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 License: MIT + file LICENSE Encoding: UTF-8 Imports: archive, jsonlite, readr, tibble, xml2 Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Repository: https://r-multiverse-staging.r-universe.dev Date/Publication: 2025-02-25 18:52:25 UTC RemoteUrl: https://github.com/Biomiha/prism2R RemoteRef: V0.1 RemoteSha: a70fcff2cc3b3af8ed0e09c086c25f553269ab3b NeedsCompilation: no Packaged: 2026-06-13 06:02:23 UTC; root Author: Miha Kosmac [aut, cre] Maintainer: Miha Kosmac