{
  "_id": "6a1f003fb401979e7341ace9",
  "Package": "reluxr",
  "Title": "Deconvolute Luminescence Readings on Bacterial Culture Plates",
  "Version": "0.1.1",
  "Authors@R": "person(given = \"Brady\",\nfamily = \"Johnston\",\nrole = c(\"aut\", \"cre\"),\nemail = \"brady.johnston@me.com\",\ncomment = c(ORCID = \"0000-0001-6301-2269\"))",
  "Description": "Implements the deconvolution algorithm developed in Mauri,\nVecchione, and Fritz (2019) which enables deconvolution of\nluminscence readings for experimental culture plates. {reluxr}\nprovides functions for calculating the 'best' deconvolution\nmatrix from a calibration plate, and enables usage of this\ncalibration matrix (or one calculated previously) to adjust\nexperimental values from a plate reader.",
  "License": "MIT + file LICENSE",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.1",
  "URL": "https://github.com/bradyajohnston/reluxr",
  "BugReports": "https://github.com/bradyajohnston/reluxr/issues",
  "Repository": "https://bradyajohnston.r-universe.dev",
  "Date/Publication": "2023-03-16 07:51:49 UTC",
  "RemoteUrl": "https://github.com/bradyajohnston/reluxr",
  "RemoteRef": "HEAD",
  "RemoteSha": "dcc567456a372cb018856062110dc914583a67ce",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-18 09:02:08 UTC",
    "User": "root"
  },
  "Author": "Brady Johnston [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-6301-2269>)",
  "Maintainer": "Brady Johnston <brady.johnston@me.com>",
  "MD5sum": "28cbdf4f78fb453a568524c33bcfb490",
  "_user": "bradyajohnston",
  "_type": "src",
  "_file": "reluxr_0.1.1.tar.gz",
  "_fileid": "d45f9111fbe235cede9cf5f157c66fa8e1cef98dfe0be2ef0e4eb452e390e2d9",
  "_filesize": 3229699,
  "_sha256": "d45f9111fbe235cede9cf5f157c66fa8e1cef98dfe0be2ef0e4eb452e390e2d9",
  "_created": "2026-05-18T09:02:08.000Z",
  "_published": "2026-06-02T16:09:35.384Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79116827598,
      "time": 143,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7053658307"
    },
    {
      "job": 79116827426,
      "time": 161,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7053665096"
    },
    {
      "job": 79116827643,
      "time": 117,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7053648863"
    },
    {
      "job": 79116827848,
      "time": 101,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7053643490"
    },
    {
      "job": 79116826979,
      "time": 216,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7053606857"
    },
    {
      "job": 79116826562,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7363304902"
    },
    {
      "job": 79116827913,
      "time": 113,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7053648232"
    },
    {
      "job": 79116828421,
      "time": 116,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7053649004"
    },
    {
      "job": 79116827339,
      "time": 95,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7053641990"
    }
  ],
  "_buildurl": "https://github.com/r-universe/bradyajohnston/actions/runs/26023644455",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/bradyajohnston/reluxr",
  "_commit": {
    "id": "dcc567456a372cb018856062110dc914583a67ce",
    "author": "Brady Johnston <36021261+BradyAJohnston@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #2 from BradyAJohnston/errors\n\nAdd some more useful error messages for checking the presence of columns",
    "time": 1678953109
  },
  "_maintainer": {
    "name": "Brady Johnston",
    "email": "brady.johnston@me.com",
    "login": "bradyajohnston",
    "mastodon": "@bradyajohnston@aus.social",
    "bluesky": "@bradyajohnston.bsky.social",
    "orcid": "0000-0001-6301-2269",
    "twitter": "@bradyajohnston",
    "description": "Structural biologist interested in compelling visualisations of complex biological data.",
    "uuid": 36021261
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "scales",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "janitor",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "readxl",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "bradyajohnston",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "plate-reader",
    "synthetic-biology"
  ],
  "_stars": 2,
  "_contributors": [
    {
      "user": "bradyajohnston",
      "count": 64,
      "uuid": 36021261
    }
  ],
  "_userbio": {
    "uuid": 36021261,
    "type": "user",
    "name": "Brady Johnston",
    "description": "Structural biologist interested in compelling visualisations of complex biological data."
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/reluxr"
  },
  "_devurl": "https://github.com/bradyajohnston/reluxr",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/reluxr.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "is_well_id",
    "plate_read_tecan",
    "rl_adjust_plate",
    "rl_calc_decon_matrix",
    "rl_plot_plate"
  ],
  "_help": [
    {
      "page": "dot-decon_vec",
      "title": "Deconvolute a Single Vector",
      "topics": [
        ".decon_vec"
      ]
    },
    {
      "page": "dot-deconvolute_multi_frame_matrix",
      "title": "Deconvolute a Multi-Frame Matrix",
      "topics": [
        ".deconvolute_multi_frame_matrix"
      ]
    },
    {
      "page": "dot-mat_calc_bleed",
      "title": "Calculate Bleed Through Matrix",
      "topics": [
        ".mat_calc_bleed"
      ]
    },
    {
      "page": "dot-mat_calc_deconvolution",
      "title": "Make Deconvolution Matrix From Bleed-Through Matrix",
      "topics": [
        ".mat_calc_deconvolution"
      ]
    },
    {
      "page": "dot-multi_frame_matrix_from_df",
      "title": "Create a multi-frame matrix from a dataframe.",
      "topics": [
        ".multi_frame_matrix_from_df"
      ]
    },
    {
      "page": "dot-multi_frame_matrix_to_vec",
      "title": "Convert a Multi-Frame Matrix to a Vector",
      "topics": [
        ".multi_frame_matrix_to_vec"
      ]
    },
    {
      "page": "df_arrange",
      "title": "Reorder a DatFrame",
      "topics": [
        "df_arrange"
      ]
    },
    {
      "page": "is_well_id",
      "title": "Logical test for well ID format.",
      "topics": [
        "is_well_id"
      ]
    },
    {
      "page": "plate_read_tecan",
      "title": "Read the output of Tecan Plate Readers",
      "topics": [
        "plate_read_tecan"
      ]
    },
    {
      "page": "rl_adjust_plate",
      "title": "Adjust Experimental Luminescent Data",
      "topics": [
        "rl_adjust_plate"
      ]
    },
    {
      "page": "rl_calc_decon_matrix",
      "title": "Calculate a Deconvolution Matrix",
      "topics": [
        "rl_calc_decon_matrix"
      ]
    },
    {
      "page": "rl_mat_decon_best",
      "title": "Calculate the Optimal Deconvolution Matrix",
      "topics": [
        "rl_mat_decon_best"
      ]
    },
    {
      "page": "rl_plot_plate",
      "title": "Plot a Plate-Layout of the Value Column",
      "topics": [
        "rl_plot_plate"
      ]
    }
  ],
  "_readme": "https://github.com/bradyajohnston/reluxr/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "dplyr",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "hms",
    "isoband",
    "janitor",
    "labeling",
    "lifecycle",
    "lubridate",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "snakecase",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 2,
  "_indexed": true,
  "_nocasepkg": "reluxr",
  "_universes": [
    "bradyajohnston"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-18T09:04:28.000Z",
      "distro": "noble",
      "commit": "dcc567456a372cb018856062110dc914583a67ce",
      "fileid": "6ad67ea8aa2a43e1da6dbadd74806e10bc55d2881674473def123577b415064e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bradyajohnston/actions/runs/26023644455"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-18T09:04:46.000Z",
      "distro": "noble",
      "commit": "dcc567456a372cb018856062110dc914583a67ce",
      "fileid": "ecab349f1a2e4c9d4ed1d198688cc06252d4b875fd08fb203705f83a2822a65b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bradyajohnston/actions/runs/26023644455"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-18T09:04:05.000Z",
      "commit": "dcc567456a372cb018856062110dc914583a67ce",
      "fileid": "560ae9034a5312d0611ba5c015d1192b0566ed448c81a214c80ad1de3bf98fa0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bradyajohnston/actions/runs/26023644455"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-18T09:03:51.000Z",
      "commit": "dcc567456a372cb018856062110dc914583a67ce",
      "fileid": "1dc64c42520d64514db646d6c29ca85b7340dae345f23b9166f38985374c4a57",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bradyajohnston/actions/runs/26023644455"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-18T09:03:55.000Z",
      "commit": "dcc567456a372cb018856062110dc914583a67ce",
      "fileid": "44652c477b96b7024318f6384f02aec682f69380784aa8161318528b34016e5e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bradyajohnston/actions/runs/26023644455"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-18T09:04:03.000Z",
      "commit": "dcc567456a372cb018856062110dc914583a67ce",
      "fileid": "6bd94945b2f024a1a4f8ee816421214699ba40346fd1c3db6bc49a0b9e70ef14",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bradyajohnston/actions/runs/26023644455"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-18T09:03:36.000Z",
      "commit": "dcc567456a372cb018856062110dc914583a67ce",
      "fileid": "8406e79c811ac14cf820b31cc29b37b466eaf10dca5888c26806dabdc9ae4488",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bradyajohnston/actions/runs/26023644455"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-06-02T16:09:18.000Z",
      "commit": "dcc567456a372cb018856062110dc914583a67ce",
      "fileid": "0e3c4298859ec978b707289c5694025f51591bac17526d22b1473e25cc77a8d0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bradyajohnston/actions/runs/26023644455"
    }
  ]
}