{
  "_id": "6a4cbd2b07c3fd5c326100df",
  "Package": "R6Nomogram",
  "Version": "1.0",
  "Title": "Create, Edit, and Plot Nomograms using R6 Objects",
  "License": "GPL (>= 2)",
  "Authors@R": "c(person(\"Greg\", \"Snow\", role=c(\"aut\", \"cre\"),\nemail=\"538280@gmail.com\"))",
  "Maintainer": "Greg Snow <538280@gmail.com>",
  "Description": "Nomograms are a type of plot for displaying linear models.\nA scale is plotted for each predictor in the model that\ntranslates values of the variable into \"points\", the sum of the\n\"points\" is then looked up on another scale to find the final\nprediction from the model. This package provides an R6 object\nconstructor that does the computations for you to create an\nobject representing the nomogram for the model.  Methods and\nfields in the object allow you to customize the nomogram. You\ncan then plot the nomogram, further customize, replot, etc.\nThese types of nomograms are described in Harrell (2015)\n<doi:10.1007/978-3-319-19425-7>.",
  "URL": "https://github.com/glsnow/R6Nomogram",
  "Encoding": "UTF-8",
  "Config/roxygen2/version": "8.0.0",
  "VignetteBuilder": "quarto",
  "Repository": "https://glsnow.r-universe.dev",
  "Date/Publication": "2026-06-30 19:03:05 UTC",
  "RemoteUrl": "https://github.com/glsnow/r6nomogram",
  "RemoteRef": "HEAD",
  "RemoteSha": "6eacaa57795ac704196f9afeb20c87aee8aee151",
  "RemoteSubdir": "pkg",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-07 08:38:52 UTC",
    "User": "root"
  },
  "Author": "Greg Snow [aut, cre]",
  "_user": "glsnow",
  "_type": "src",
  "_file": "R6Nomogram_1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/1249cbe91c6aa70a518c4d5219c41277aea243a6869a49e3b7576a4cab10cb50",
  "_filesize": 1067682,
  "_sha256": "1249cbe91c6aa70a518c4d5219c41277aea243a6869a49e3b7576a4cab10cb50",
  "_expires": "2026-10-15T08:47:37.000Z",
  "_created": "2026-07-07T08:38:52.000Z",
  "_published": "2026-07-07T08:47:39.173Z",
  "_jobs": [
    {
      "job": 85573023917,
      "time": 107,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8132472865"
    },
    {
      "job": 85573023922,
      "time": 113,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8132475082"
    },
    {
      "job": 85573023889,
      "time": 106,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8132536540"
    },
    {
      "job": 85573023910,
      "time": 106,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8132616986"
    },
    {
      "job": 85572347413,
      "time": 214,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8132431009"
    },
    {
      "job": 85573023875,
      "time": 131,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8132481943"
    },
    {
      "job": 85573023926,
      "time": 114,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8132475242"
    },
    {
      "job": 85573023923,
      "time": 99,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8132469601"
    },
    {
      "job": 85573023915,
      "time": 101,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8132470849"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/glsnow/actions/runs/28852898777",
  "_status": "success",
  "_upstream": "https://github.com/glsnow/r6nomogram",
  "_commit": {
    "id": "6eacaa57795ac704196f9afeb20c87aee8aee151",
    "author": "Greg Snow <gls33@byu.edu>",
    "committer": "Greg Snow <gls33@byu.edu>",
    "message": "Updates for CRAN submission\n",
    "time": 1782846185
  },
  "_maintainer": {
    "name": "Greg Snow",
    "email": "538280@gmail.com",
    "login": "glsnow",
    "description": "",
    "uuid": 38293741
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "quarto",
      "role": "Suggests"
    }
  ],
  "_owner": "glsnow",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-38",
      "n": 3
    },
    {
      "week": "2025-39",
      "n": 7
    },
    {
      "week": "2025-43",
      "n": 5
    },
    {
      "week": "2025-44",
      "n": 5
    },
    {
      "week": "2025-46",
      "n": 1
    },
    {
      "week": "2026-01",
      "n": 1
    },
    {
      "week": "2026-25",
      "n": 5
    },
    {
      "week": "2026-26",
      "n": 1
    },
    {
      "week": "2026-27",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "glsnow",
      "count": 31,
      "uuid": 38293741
    }
  ],
  "_userbio": {
    "uuid": 38293741,
    "type": "user",
    "name": "Greg Snow",
    "followers": 1
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/R6Nomogram"
  },
  "_devurl": "https://github.com/glsnow/r6nomogram",
  "_searchresults": 2,
  "_quarto": true,
  "_topics": [
    "quarto"
  ],
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/R6Nomogram.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/glsnow/r6nomogram",
  "_realowner": "glsnow",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2026-07-06"
    }
  ],
  "_exports": [
    "R6Nomogram"
  ],
  "_help": [
    {
      "page": "R6Nomogram",
      "title": "Nomogram R6 Object",
      "topics": [
        "R6Nomogram"
      ]
    }
  ],
  "_rundeps": [
    "R6"
  ],
  "_vignettes": [
    {
      "source": "Basics.qmd",
      "filename": "Basics.html",
      "title": "Basics.qmd",
      "engine": "quarto::html",
      "headings": [
        "Nomograms",
        "The Model",
        "First Plot",
        "Total Points and Response",
        "Categorical Labels",
        "Tick Values",
        "Additional Options",
        "Predictions",
        "Tables",
        "Model Structure"
      ],
      "created": "2026-06-23 15:02:15",
      "modified": "2026-06-30 19:03:05",
      "commits": 2
    }
  ],
  "_score": 3.9542425094393248,
  "_indexed": true,
  "_nocasepkg": "r6nomogram",
  "_universes": [
    "glsnow"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-07-07T08:40:49.000Z",
      "distro": "resolute",
      "commit": "6eacaa57795ac704196f9afeb20c87aee8aee151",
      "fileid": "https://r2.ropensci.org/195a0cd887f751701cd02fe351e8bce2c81f690b5c281f0651112cbd41e43ca8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/glsnow/actions/runs/28852898777"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0",
      "date": "2026-07-07T08:40:53.000Z",
      "distro": "resolute",
      "commit": "6eacaa57795ac704196f9afeb20c87aee8aee151",
      "fileid": "https://r2.ropensci.org/3b800a3a57bf3eff7ffd4c9ffbb05a115bf18b2638169494dfe587536b1dd67d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/glsnow/actions/runs/28852898777"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0",
      "date": "2026-07-07T08:43:38.000Z",
      "commit": "6eacaa57795ac704196f9afeb20c87aee8aee151",
      "fileid": "https://r2.ropensci.org/4cb2c3a21a0dcf8039f9514b16de95aad15773244b2ce5f6a642f3ab35998199",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/glsnow/actions/runs/28852898777"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.0",
      "date": "2026-07-07T08:47:10.000Z",
      "commit": "6eacaa57795ac704196f9afeb20c87aee8aee151",
      "fileid": "https://r2.ropensci.org/731b361a4b9e0a3df73dd2daf37771325cafbb233efa40a034606f5edc15cfbf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/glsnow/actions/runs/28852898777"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0",
      "date": "2026-07-07T08:41:24.000Z",
      "commit": "6eacaa57795ac704196f9afeb20c87aee8aee151",
      "fileid": "https://r2.ropensci.org/a16b02987ba6d582f21fdf14f910c1ed2cdcf8ff5fcbd74cb948b763844dcf7b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/glsnow/actions/runs/28852898777"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0",
      "date": "2026-07-07T08:40:49.000Z",
      "commit": "6eacaa57795ac704196f9afeb20c87aee8aee151",
      "fileid": "https://r2.ropensci.org/f93d1715a5f2c5399c348f92699615cfb8f1497750be6edeb493e6ccf5ac4eac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/glsnow/actions/runs/28852898777"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0",
      "date": "2026-07-07T08:40:34.000Z",
      "commit": "6eacaa57795ac704196f9afeb20c87aee8aee151",
      "fileid": "https://r2.ropensci.org/090318ebf198598670329e93258c6c8929b883fd5f05ed0d58ccea41ee833529",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/glsnow/actions/runs/28852898777"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.0",
      "date": "2026-07-07T08:40:37.000Z",
      "commit": "6eacaa57795ac704196f9afeb20c87aee8aee151",
      "fileid": "https://r2.ropensci.org/d3d0ea04e7dc827967b67229aaf921b066b19b4a33f27179e5d76aabbc95586b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/glsnow/actions/runs/28852898777"
    }
  ]
}