{
  "_id": "6a2518584b233be19838c792",
  "Package": "ezmtt",
  "Title": "Easy MTT Assay Tidying and Plotting",
  "Version": "0.2.0",
  "Authors@R": "person(\"Kai\", \"Aragaki\", email = \"kaiaragaki@proton.me\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-9458-0426\"))",
  "Description": "This package automates the analysis and plotting of\nstandard MTT workflows.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Language": "en",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Remotes": [
    "KaiAragaki/gplate",
    "KaiAragaki/mop"
  ],
  "LazyData": "true",
  "URL": "https://kaiaragaki.github.io/ezmtt/",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "cmake make libicu-dev",
  "Repository": "https://kaiaragaki.r-universe.dev",
  "Date/Publication": "2024-11-04 06:13:25 UTC",
  "RemoteUrl": "https://github.com/KaiAragaki/ezmtt",
  "RemoteRef": "HEAD",
  "RemoteSha": "b8bcd3eaa400a117aeea3eb2cdd2152a4a131942",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-07 07:02:46 UTC",
    "User": "root"
  },
  "Author": "Kai Aragaki [aut, cre] (ORCID: <https://orcid.org/0000-0002-9458-0426>)",
  "Maintainer": "Kai Aragaki <kaiaragaki@proton.me>",
  "MD5sum": "11f39017733dd20a1d4cb41ec9241f38",
  "_user": "kaiaragaki",
  "_type": "src",
  "_file": "ezmtt_0.2.0.tar.gz",
  "_fileid": "1f2d1710a97260c41fd1b8c9dd69f46819322c8276cf9044a35c834ac39b2333",
  "_filesize": 567074,
  "_sha256": "1f2d1710a97260c41fd1b8c9dd69f46819322c8276cf9044a35c834ac39b2333",
  "_created": "2026-06-07T07:02:46.000Z",
  "_published": "2026-06-07T07:06:00.406Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79939393780,
      "time": 145,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7461713753"
    },
    {
      "job": 79939393766,
      "time": 151,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7461714580"
    },
    {
      "job": 79939393768,
      "time": 123,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7461711131"
    },
    {
      "job": 79939393760,
      "time": 93,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7461707514"
    },
    {
      "job": 79939165652,
      "time": 227,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461696030"
    },
    {
      "job": 79939393789,
      "time": 132,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461712180"
    },
    {
      "job": 79939393774,
      "time": 111,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7461709665"
    },
    {
      "job": 79939393769,
      "time": 94,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7461707649"
    },
    {
      "job": 79939393782,
      "time": 108,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7461709493"
    }
  ],
  "_buildurl": "https://github.com/r-universe/kaiaragaki/actions/runs/27085529247",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/KaiAragaki/ezmtt",
  "_commit": {
    "id": "b8bcd3eaa400a117aeea3eb2cdd2152a4a131942",
    "author": "Kai Aragaki <kaiaragaki@proton.me>",
    "committer": "Kai Aragaki <kaiaragaki@proton.me>",
    "message": "be a bit more robust to edge cases\n",
    "time": 1730700805
  },
  "_maintainer": {
    "name": "Kai Aragaki",
    "email": "kaiaragaki@proton.me",
    "login": "kaiaragaki",
    "description": "whatever the exact opposite of an emotional support dog is",
    "uuid": 7370516,
    "orcid": "0000-0002-9458-0426"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "drc",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "ggrepel",
      "role": "Imports"
    },
    {
      "package": "gplate",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "mop",
      "role": "Suggests"
    },
    {
      "package": "readr",
      "role": "Suggests"
    },
    {
      "package": "ggsci",
      "role": "Suggests"
    }
  ],
  "_owner": "kaiaragaki",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "kaiaragaki",
      "count": 19,
      "uuid": 7370516
    }
  ],
  "_userbio": {
    "uuid": 7370516,
    "type": "user",
    "name": "Kai Aragaki",
    "description": "whatever the exact opposite of an emotional support dog is"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ezmtt"
  },
  "_devurl": "https://github.com/kaiaragaki/ezmtt",
  "_pkgdown": "https://kaiaragaki.github.io/ezmtt/",
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ezmtt.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "geom_mtt",
    "GeomMtt",
    "mtt_calc",
    "mtt_fit",
    "mtt_plot",
    "mtt_tidy",
    "stat_ic_mtt"
  ],
  "_datasets": [
    {
      "name": "mtt",
      "title": "Example data from an MTT",
      "object": "mtt",
      "class": [
        "spectramax",
        "vctrs_vctr",
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    }
  ],
  "_help": [
    {
      "page": "geom_mtt",
      "title": "Plot MTT data",
      "topics": [
        "GeomMtt",
        "geom_mtt"
      ]
    },
    {
      "page": "mtt",
      "title": "Example data from an MTT",
      "topics": [
        "mtt"
      ]
    },
    {
      "page": "mtt_calc",
      "title": "Calculate normalized ODs without fitting",
      "topics": [
        "mtt_calc"
      ]
    },
    {
      "page": "mtt_fit",
      "title": "Fit an curve through MTT data",
      "topics": [
        "mtt_fit",
        "mtt_fit.data.frame",
        "mtt_fit.default",
        "mtt_fit.gp",
        "mtt_fit.spectramax"
      ]
    },
    {
      "page": "mtt_plot",
      "title": "Plot MTT fits",
      "topics": [
        "mtt_plot"
      ]
    },
    {
      "page": "mtt_tidy",
      "title": "Tidy mtt data",
      "topics": [
        "mtt_tidy"
      ]
    },
    {
      "page": "stat_ic_mtt",
      "title": "Plot MTT data",
      "topics": [
        "stat_ic_mtt"
      ]
    }
  ],
  "_readme": "https://github.com/KaiAragaki/ezmtt/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "backports",
    "boot",
    "broom",
    "car",
    "carData",
    "cli",
    "codetools",
    "colorspace",
    "cowplot",
    "cpp11",
    "Deriv",
    "doBy",
    "dplyr",
    "drc",
    "farver",
    "forecast",
    "Formula",
    "fracdiff",
    "generics",
    "ggplot2",
    "ggrepel",
    "glue",
    "gplate",
    "gtable",
    "gtools",
    "isoband",
    "labeling",
    "lattice",
    "lifecycle",
    "lme4",
    "lmtest",
    "magrittr",
    "MASS",
    "Matrix",
    "MatrixModels",
    "mgcv",
    "microbenchmark",
    "minqa",
    "modelr",
    "multcomp",
    "mvtnorm",
    "nlme",
    "nloptr",
    "nnet",
    "numDeriv",
    "pbkrtest",
    "pillar",
    "pkgconfig",
    "plotrix",
    "purrr",
    "quantreg",
    "R6",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "Rdpack",
    "reformulas",
    "rlang",
    "S7",
    "sandwich",
    "scales",
    "SparseM",
    "stringi",
    "stringr",
    "survival",
    "TH.data",
    "tibble",
    "tidyr",
    "tidyselect",
    "timeDate",
    "urca",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "using-ezmtt.Rmd",
      "filename": "using-ezmtt.html",
      "title": "Using ezmtt",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Tidying",
        "A simple case",
        "A more elaborate case",
        "Calculating normalized optical densities",
        "Fitting and plotting data"
      ],
      "created": "2024-11-02 22:13:15",
      "modified": "2024-11-03 20:45:19",
      "commits": 3
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "ezmtt",
  "_universes": [
    "kaiaragaki"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-07T07:05:11.000Z",
      "distro": "noble",
      "commit": "b8bcd3eaa400a117aeea3eb2cdd2152a4a131942",
      "fileid": "d1774f52861644790705e3f50c9b08f6bb5ca20126b93c2e07b66d62b5483513",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kaiaragaki/actions/runs/27085529247"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-07T07:05:16.000Z",
      "distro": "noble",
      "commit": "b8bcd3eaa400a117aeea3eb2cdd2152a4a131942",
      "fileid": "fd83d1836e2d7742988a41ab33dc9a815613b730c0fe8836087abc39902fc413",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kaiaragaki/actions/runs/27085529247"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-07T07:04:48.000Z",
      "commit": "b8bcd3eaa400a117aeea3eb2cdd2152a4a131942",
      "fileid": "a68d74fba112238131f76c51afb9b8463a744d73e29b7c4439b03b7561cdacb2",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kaiaragaki/actions/runs/27085529247"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-07T07:04:22.000Z",
      "commit": "b8bcd3eaa400a117aeea3eb2cdd2152a4a131942",
      "fileid": "21793b0f299dba25f29086a53d34577c2fdf4ba71570d7842e094d114fe213e9",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kaiaragaki/actions/runs/27085529247"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-06-07T07:05:16.000Z",
      "commit": "b8bcd3eaa400a117aeea3eb2cdd2152a4a131942",
      "fileid": "d0210c05e258b3f8cd0dc685e78a1c8c705a8e2fe02d3d2f2f21b642d68bf71b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kaiaragaki/actions/runs/27085529247"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-07T07:04:34.000Z",
      "commit": "b8bcd3eaa400a117aeea3eb2cdd2152a4a131942",
      "fileid": "f564e3a1a24adb4d4b278cba8d27ba5d218380c1ea6ad55dc7c997d4a14633cc",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kaiaragaki/actions/runs/27085529247"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-07T07:04:16.000Z",
      "commit": "b8bcd3eaa400a117aeea3eb2cdd2152a4a131942",
      "fileid": "f6c58e9ad9e4d0e8f43d56bcf35c8eb5faae4e109723183835046ffbf4d049f9",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kaiaragaki/actions/runs/27085529247"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-07T07:04:30.000Z",
      "commit": "b8bcd3eaa400a117aeea3eb2cdd2152a4a131942",
      "fileid": "bc25d94122f11f5d1c5d96e7f206156526546f3ff5e4efbdf8f1f29be5bd1c32",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/kaiaragaki/actions/runs/27085529247"
    }
  ]
}