{
  "_id": "6a0f6e1aacfb0bcc41c5edda",
  "Package": "mvnTest",
  "Version": "1.1-0",
  "Authors@R": "c(person(\"Natalya\", \"Pya\", role = c(\"aut\", \"cre\"),\nemail = \"nat.pya@gmail.com\"),\nperson(\"Vassilly\", \"Voinov\", role = \"aut\",\nemail = \"voinovv@kimep.kz\"),\nperson(\"Rashid\", \"Makarov\", role = \"aut\",\nemail = \"rashidm@kimep.kz\"),\nperson(\"Yevgeniy\", \"Voinov\", role = \"aut\",\nemail = \"v.yevgeniy@yahoo.com\"))",
  "Author": "Natalya Pya [aut, cre], Vassilly Voinov [aut], Rashid Makarov\n[aut], Yevgeniy Voinov [aut]",
  "Maintainer": "Natalya Pya <nat.pya@gmail.com>",
  "Title": "Goodness of Fit Tests for Multivariate Normality",
  "Date": "2016-01-25",
  "Description": "Routines for assessing multivariate normality. Implements\nthree Wald's type chi-squared tests; non-parametric\nAnderson-Darling and Cramer-von Mises tests; Doornik-Hansen\ntest, Royston test and Henze-Zirkler test.",
  "License": "GPL (>= 2)",
  "LazyLoad": "yes",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-21 07:58:32 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2016-02-10 18:57:23 UTC",
  "RemoteUrl": "https://github.com/cran/mvnTest",
  "RemoteRef": "HEAD",
  "RemoteSha": "ecdec3a25d2d619eae1bb712231da06fe790e83c",
  "MD5sum": "da3b56cadb91f1888e4757e079289483",
  "_user": "cran",
  "_type": "src",
  "_file": "mvnTest_1.1-0.tar.gz",
  "_fileid": "c7eb0b174ddc8f7cff71715b9208f3ab025ff987337a463d22108c561d232003",
  "_filesize": 116887,
  "_sha256": "c7eb0b174ddc8f7cff71715b9208f3ab025ff987337a463d22108c561d232003",
  "_created": "2026-05-21T07:58:32.000Z",
  "_published": "2026-05-21T20:42:02.431Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77264626213,
      "time": 103,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7130324140"
    },
    {
      "job": 77264626317,
      "time": 108,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7130325883"
    },
    {
      "job": 77264625649,
      "time": 152,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7130291600"
    },
    {
      "job": 77264625524,
      "time": 95,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7146713144"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26212985329",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/mvnTest",
  "_commit": {
    "id": "ecdec3a25d2d619eae1bb712231da06fe790e83c",
    "author": "Natalya Pya <nat.pya@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.1-0\n",
    "time": 1455130643
  },
  "_maintainer": {
    "name": "Natalya Pya",
    "email": "nat.pya@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.15.0",
      "role": "Depends"
    },
    {
      "package": "mvtnorm",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 666,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/mvnTest"
  },
  "_searchresults": 36,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/mvnTest.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.1-0",
      "date": "2016-02-10"
    }
  ],
  "_exports": [
    "AD.test",
    "CM.test",
    "DH.test",
    "HZ.test",
    "R.test",
    "S2.test"
  ],
  "_help": [
    {
      "page": "mvnTest-package",
      "title": "Goodness-of-fit tests for multivariate normality",
      "topics": [
        "mvnTest-package"
      ]
    },
    {
      "page": "ad-class",
      "title": "Class '\"ad\"'",
      "topics": [
        "ad",
        "ad-class"
      ]
    },
    {
      "page": "AD.test",
      "title": "Anderson-Darling test for multivariate normality",
      "topics": [
        "AD.test"
      ]
    },
    {
      "page": "cm-class",
      "title": "Class '\"cm\"'",
      "topics": [
        "cm",
        "cm-class"
      ]
    },
    {
      "page": "CM.test",
      "title": "Cramer-von Mises test for Multivariate Normality",
      "topics": [
        "CM.test"
      ]
    },
    {
      "page": "dh-class",
      "title": "Class '\"dh\"'",
      "topics": [
        "dh",
        "dh-class"
      ]
    },
    {
      "page": "DH.test",
      "title": "Doornik-Hansen test for Multivariate Normality",
      "topics": [
        "DH.test"
      ]
    },
    {
      "page": "hz-class",
      "title": "Class '\"hz\"'",
      "topics": [
        "hz",
        "hz-class"
      ]
    },
    {
      "page": "HZ.test",
      "title": "Henze-Zirkler test for Multivariate Normality",
      "topics": [
        "HZ.test"
      ]
    },
    {
      "page": "r-class",
      "title": "Class '\"r\"'",
      "topics": [
        "r",
        "r-class"
      ]
    },
    {
      "page": "R.test",
      "title": "Royston test for Multivariate Normality",
      "topics": [
        "R.test"
      ]
    },
    {
      "page": "S2-class",
      "title": "Class '\"S2\"'",
      "topics": [
        "S2",
        "S2-class"
      ]
    },
    {
      "page": "S2.test",
      "title": "Chi-squared type tests for Multivariate Normality",
      "topics": [
        "S2.test"
      ]
    }
  ],
  "_rundeps": [
    "MASS",
    "mvtnorm"
  ],
  "_score": 1.5563025007672873,
  "_indexed": true,
  "_nocasepkg": "mvntest",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1-0",
      "date": "2026-05-21T08:00:16.000Z",
      "distro": "noble",
      "commit": "ecdec3a25d2d619eae1bb712231da06fe790e83c",
      "fileid": "b1077e2c2bfbbaec675f396b6fbdf84c3608c4b8165a7f3630aceb4acde5ae87",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26212985329"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1-0",
      "date": "2026-05-21T08:00:23.000Z",
      "distro": "noble",
      "commit": "ecdec3a25d2d619eae1bb712231da06fe790e83c",
      "fileid": "7ef50344f870074a53b9775beb305937ff77d9a2710f6fd4d69d62d84c559f6a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26212985329"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1-0",
      "date": "2026-05-21T20:41:42.000Z",
      "commit": "ecdec3a25d2d619eae1bb712231da06fe790e83c",
      "fileid": "c4244c311aae0fabc340a2f20844901abf81617b7d70442ba78cedfd5f6ae261",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26212985329"
    }
  ]
}