{
  "_id": "6a114c7bacfb0bcc41ce8c90",
  "Package": "PerMat",
  "Type": "Package",
  "Title": "Performance Metrics in Predictive Modeling",
  "Version": "0.1.0",
  "Authors@R": "person(\"Pankaj\", \"Das\", role = c(\"aut\",\"cre\"),email=\"pankaj.das2@icar.gov.in\", comment = c(ORCID = \"0000-0003-1672-2502\"))",
  "Maintainer": "Pankaj Das <pankaj.das2@icar.gov.in>",
  "Description": "Performance metric provides different performance measures\nlike mean squared error, root mean square error, mean absolute\ndeviation, mean absolute percentage error etc. of a fitted\nmodel. These can provide a way for forecasters to\nquantitatively compare the performance of competing models. For\nmethod details see (i) Pankaj Das (2020)\n<http://krishi.icar.gov.in/jspui/handle/123456789/44138>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-23 06:40:38 UTC",
    "User": "root"
  },
  "Author": "Pankaj Das [aut, cre] (<https://orcid.org/0000-0003-1672-2502>)",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2024-06-15 02:40:53 UTC",
  "RemoteUrl": "https://github.com/cran/PerMat",
  "RemoteRef": "HEAD",
  "RemoteSha": "81141a6e95045b50ebf8f84ec48713d40317db16",
  "MD5sum": "2fe2f6bf31c9797a990b692c45f3f9dc",
  "_user": "cran",
  "_type": "src",
  "_file": "PerMat_0.1.0.tar.gz",
  "_fileid": "21fcff212f162c7f934e5ed79cdc92fe5972236f6c69cbaebbfbbea3346188cb",
  "_filesize": 92527,
  "_sha256": "21fcff212f162c7f934e5ed79cdc92fe5972236f6c69cbaebbfbbea3346188cb",
  "_created": "2026-05-23T06:40:38.000Z",
  "_published": "2026-05-23T06:43:07.552Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77503796468,
      "time": 118,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7175007983"
    },
    {
      "job": 77503796465,
      "time": 116,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175008231"
    },
    {
      "job": 77503671177,
      "time": 153,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174997810"
    },
    {
      "job": 77503796464,
      "time": 99,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175006802"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26325957072",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/PerMat",
  "_commit": {
    "id": "81141a6e95045b50ebf8f84ec48713d40317db16",
    "author": "Pankaj Das <pankaj.das2@icar.gov.in>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1718419253
  },
  "_maintainer": {
    "name": "Pankaj Das",
    "email": "pankaj.das2@icar.gov.in",
    "orcid": "0000-0003-1672-2502"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 562,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/PerMat"
  },
  "_searchresults": 1,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/PerMat.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2024-06-14"
    }
  ],
  "_exports": [
    "accuracy",
    "CVRMSE",
    "MAE",
    "MAPE",
    "ME",
    "NRMSE",
    "R2",
    "RMSE"
  ],
  "_help": [
    {
      "page": "accuracy",
      "title": "Accuracy of Model",
      "topics": [
        "accuracy"
      ]
    },
    {
      "page": "CVRMSE",
      "title": "Coefficient of Variation of Root Mean Squared Error",
      "topics": [
        "CVRMSE"
      ]
    },
    {
      "page": "MAE",
      "title": "Mean Absolute Error",
      "topics": [
        "MAE"
      ]
    },
    {
      "page": "MAPE",
      "title": "Mean Absolute Percentage Error",
      "topics": [
        "MAPE"
      ]
    },
    {
      "page": "ME",
      "title": "Maximum Error",
      "topics": [
        "ME"
      ]
    },
    {
      "page": "NRMSE",
      "title": "Normalised Root Mean Squared Error",
      "topics": [
        "NRMSE"
      ]
    },
    {
      "page": "R2",
      "title": "Coefficient of Determination (R-Square)",
      "topics": [
        "R2"
      ]
    },
    {
      "page": "RMSE",
      "title": "Root Mean Squared Error",
      "topics": [
        "RMSE"
      ]
    }
  ],
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "PerMat.Rmd",
      "filename": "PerMat.html",
      "title": "Performance Metric of fitted model",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Authors",
        "Introduction",
        "Functions in the R package",
        "Uses of the Performance Metrics",
        "Reference"
      ],
      "created": "2024-06-15 02:40:53",
      "modified": "2024-06-15 02:40:53",
      "commits": 1
    }
  ],
  "_score": 2,
  "_indexed": true,
  "_nocasepkg": "permat",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-23T06:42:35.000Z",
      "distro": "noble",
      "commit": "81141a6e95045b50ebf8f84ec48713d40317db16",
      "fileid": "b6b8f67938f2a9160805fb512f60e38827f92e57dedbd22899d3e1a191224caa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26325957072"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-23T06:42:37.000Z",
      "distro": "noble",
      "commit": "81141a6e95045b50ebf8f84ec48713d40317db16",
      "fileid": "994674fc73f221ab87020f363355f025f12190bc9b13841210aee4188f112e79",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26325957072"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-23T06:42:31.000Z",
      "commit": "81141a6e95045b50ebf8f84ec48713d40317db16",
      "fileid": "5a2274a951c20a18ec85d5f5f306a51d3370ea03de10fae3b2c91beddc6bb268",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26325957072"
    }
  ]
}