{
  "_id": "6a1f0828b401979e7341c07b",
  "Package": "orderstats",
  "Type": "Package",
  "Title": "Efficiently Generates Random Order Statistic Variables",
  "Version": "0.1.0",
  "Author": "Christian Sims <christian_j_sims@yahoo.com>",
  "Maintainer": "Christian Sims <christian_j_sims@yahoo.com>",
  "Description": "All the methods in this package generate a vector of\nuniform order statistics using a beta distribution and use an\ninverse cumulative distribution function for some distribution\nto give a vector of random order statistic variables for some\ndistribution. This is much more efficient than using a loop\nsince it is directly sampling from the order statistic\ndistribution.",
  "License": "GPL-2",
  "RoxygenNote": "5.0.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-18 06:30:07 UTC",
    "User": "root"
  },
  "Repository": "https://programmersims.r-universe.dev",
  "Date/Publication": "2017-06-11 21:09:58 UTC",
  "RemoteUrl": "https://github.com/cran/orderstats",
  "RemoteRef": "HEAD",
  "RemoteSha": "49a77672397a7241cc9b2424bc3e8f06ea9ba0ce",
  "MD5sum": "4bcfbf4fe50253c430fa6aa9ddaf3701",
  "_user": "programmersims",
  "_type": "src",
  "_file": "orderstats_0.1.0.tar.gz",
  "_fileid": "634abe1de1494cec412a657ad72fb547eaef24719801ec32a25acd6caa994f18",
  "_filesize": 79887,
  "_sha256": "634abe1de1494cec412a657ad72fb547eaef24719801ec32a25acd6caa994f18",
  "_created": "2026-05-18T06:30:07.000Z",
  "_published": "2026-06-02T16:43:20.150Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79123522392,
      "time": 111,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7050940833"
    },
    {
      "job": 79123522172,
      "time": 90,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7050936030"
    },
    {
      "job": 79123522261,
      "time": 153,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7050945059"
    },
    {
      "job": 79123522096,
      "time": 171,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7050947218"
    },
    {
      "job": 79123521398,
      "time": 163,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7050913377"
    },
    {
      "job": 79123521508,
      "time": 84,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7364096428"
    },
    {
      "job": 79123522624,
      "time": 58,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7050927995"
    },
    {
      "job": 79123522492,
      "time": 82,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7050935909"
    },
    {
      "job": 79123522809,
      "time": 56,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7050927647"
    }
  ],
  "_buildurl": "https://github.com/r-universe/programmersims/actions/runs/26017262285",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/orderstats",
  "_commit": {
    "id": "49a77672397a7241cc9b2424bc3e8f06ea9ba0ce",
    "author": "Christian Sims <christian_j_sims@yahoo.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1497215398
  },
  "_maintainer": {
    "name": "Christian Sims",
    "email": "christian_j_sims@yahoo.com",
    "login": "programmersims",
    "description": "",
    "uuid": 15007243
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "stats",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "programmersims",
      "count": 1,
      "uuid": 15007243
    }
  ],
  "_userbio": {
    "uuid": 15007243,
    "type": "user",
    "name": "programmersims"
  },
  "_downloads": {
    "count": 152,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/orderstats"
  },
  "_searchresults": 35,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/orderstats.html",
    "manual.pdf"
  ],
  "_realowner": "programmersims",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2017-06-11"
    }
  ],
  "_exports": [
    "order_probs",
    "order_rcauchy",
    "order_rchisq",
    "order_rexp",
    "order_rgamma",
    "order_rlogis",
    "order_rnorm"
  ],
  "_help": [
    {
      "page": "order_probs",
      "title": "Gets order statistics from a 0-1 uniform distribution",
      "topics": [
        "order_probs"
      ]
    },
    {
      "page": "order_rcauchy",
      "title": "Gets random order statistics from a cauchy distribution",
      "topics": [
        "order_rcauchy"
      ]
    },
    {
      "page": "order_rchisq",
      "title": "Gets random order statistics from a chi-square distribution",
      "topics": [
        "order_rchisq"
      ]
    },
    {
      "page": "order_rexp",
      "title": "Gets random order statistics from an exponential distribution",
      "topics": [
        "order_rexp"
      ]
    },
    {
      "page": "order_rgamma",
      "title": "Gets random order statistics from a gamma distribution",
      "topics": [
        "order_rgamma"
      ]
    },
    {
      "page": "order_rlogis",
      "title": "Gets random order statistics from a logistic distribution",
      "topics": [
        "order_rlogis"
      ]
    },
    {
      "page": "order_rnorm",
      "title": "Gets random order statistics from a normal distribution",
      "topics": [
        "order_rnorm"
      ]
    }
  ],
  "_rundeps": [],
  "_score": 1.5440680443502757,
  "_indexed": true,
  "_nocasepkg": "orderstats",
  "_universes": [
    "programmersims"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-18T06:32:02.000Z",
      "distro": "noble",
      "commit": "49a77672397a7241cc9b2424bc3e8f06ea9ba0ce",
      "fileid": "3bf1205b918cbdb92a9efc219490c61a0195b6da630345373d56e3630f4b2602",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/programmersims/actions/runs/26017262285"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-18T06:31:45.000Z",
      "distro": "noble",
      "commit": "49a77672397a7241cc9b2424bc3e8f06ea9ba0ce",
      "fileid": "1f148fa2fc3e33b25e3ef2e91cd480d8e77c2e3f98b916fed8307a6dab69f15b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/programmersims/actions/runs/26017262285"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-18T06:32:23.000Z",
      "commit": "49a77672397a7241cc9b2424bc3e8f06ea9ba0ce",
      "fileid": "89ef83ee554a14d035cdb7aa0df888b16a6184a7217296dc97429e643d0d2019",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/programmersims/actions/runs/26017262285"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-18T06:32:31.000Z",
      "commit": "49a77672397a7241cc9b2424bc3e8f06ea9ba0ce",
      "fileid": "d2fe320e1ccf42f462fafb1fbb6c10bb7c2c7691cdf43eb31e5912f41ddad741",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/programmersims/actions/runs/26017262285"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-18T06:31:08.000Z",
      "commit": "49a77672397a7241cc9b2424bc3e8f06ea9ba0ce",
      "fileid": "484733479eadf188215f53218f3e30966de48b2bda56d1ea69b177a4aae05cac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/programmersims/actions/runs/26017262285"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-18T06:31:39.000Z",
      "commit": "49a77672397a7241cc9b2424bc3e8f06ea9ba0ce",
      "fileid": "c2d2e7338b4dfb5149e98850144782642069599966f64f2e633cc406ab155d94",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/programmersims/actions/runs/26017262285"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-18T06:31:06.000Z",
      "commit": "49a77672397a7241cc9b2424bc3e8f06ea9ba0ce",
      "fileid": "0e56a7c323f82cf4476a598d0855dedea86c740678459065ec5f8fbda3984e95",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/programmersims/actions/runs/26017262285"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-02T16:43:02.000Z",
      "commit": "49a77672397a7241cc9b2424bc3e8f06ea9ba0ce",
      "fileid": "9b9c335aad0061f7b16420d39f491f8112cd50cab69e7b720cf4f70c060dcf98",
      "status": "success",
      "buildurl": "https://github.com/r-universe/programmersims/actions/runs/26017262285"
    }
  ]
}