{
  "_id": "6a1ef9b4b401979e73418128",
  "Package": "sobol",
  "Type": "Package",
  "Title": "Quasi-Monte Carlo Sobol Sequence Generator",
  "Version": "1.0.0",
  "Authors@R": "c(\nperson(\"Angel\", \"Robles\", email = \"a.l.robles.fernandez@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Ilya M.\", \"Sobol\", role = \"ctb\", comment = \"Original Sobol sequence algorithm\"),\nperson(\"Paul\", \"Bratley\", role = \"ctb\", comment = \"Algorithm implementation reference\"),\nperson(\"Bennett L.\", \"Fox\", role = \"ctb\", comment = \"Algorithm implementation reference\"),\nperson(\"Stephen\", \"Joe\", role = \"ctb\", comment = \"Direction numbers and primitive polynomials\"),\nperson(\"Frances Y.\", \"Kuo\", role = \"ctb\", comment = \"Direction numbers and primitive polynomials\")\n)",
  "Description": "Provides a fast and efficient implementation of Sobol\nsequences for quasi-Monte Carlo methods. The Sobol sequence is\na low-discrepancy sequence with the property that for all\nvalues of N, its subsequence x1, ..., xN has a low discrepancy.\nIt can be used to generate quasi-random numbers for use in\nMonte Carlo integration and other simulation methods. This\nimplementation is based on the algorithms described by Bratley\nand Fox (1988) <doi:10.1145/42288.214372> and uses direction\nnumbers from Joe and Kuo (2008) <doi:10.1145/1358628.1358630>.\nThe package includes both batch and incremental interfaces with\nsupport for arbitrary starting indices and reproducible\nsequences. It uses 'Rcpp' for efficient 'C++' integration.",
  "URL": "https://alrobles.github.io/sobol/",
  "BugReports": "https://github.com/alrobles/sobol/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "License": "GPL (>= 3)",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-18 21:16:53 UTC",
    "User": "root"
  },
  "Author": "Angel Robles [aut, cre], Ilya M. Sobol [ctb] (Original Sobol\nsequence algorithm), Paul Bratley [ctb] (Algorithm\nimplementation reference), Bennett L. Fox [ctb] (Algorithm\nimplementation reference), Stephen Joe [ctb] (Direction numbers\nand primitive polynomials), Frances Y. Kuo [ctb] (Direction\nnumbers and primitive polynomials)",
  "Maintainer": "Angel Robles <a.l.robles.fernandez@gmail.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-05-18 20:50:45 UTC",
  "RemoteUrl": "https://github.com/cran/sobol",
  "RemoteRef": "HEAD",
  "RemoteSha": "c68aea86406e1c0eb5100aa99631d7d2a11b6507",
  "MD5sum": "6f728c166e33a62f4cfb16375ec0f080",
  "_user": "cran",
  "_type": "src",
  "_file": "sobol_1.0.0.tar.gz",
  "_fileid": "f9b305eb52e91ea42c0b6448a0d9352cf29ae21efbf7eabf7a573a3824c05ab6",
  "_filesize": 251996,
  "_sha256": "f9b305eb52e91ea42c0b6448a0d9352cf29ae21efbf7eabf7a573a3824c05ab6",
  "_created": "2026-05-18T21:16:53.000Z",
  "_published": "2026-06-02T15:41:40.003Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79110961065,
      "time": 136,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7069363802"
    },
    {
      "job": 79110961423,
      "time": 126,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7069360654"
    },
    {
      "job": 79110961792,
      "time": 136,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7069363142"
    },
    {
      "job": 79110961589,
      "time": 130,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7069361726"
    },
    {
      "job": 79110960379,
      "time": 187,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7069323169"
    },
    {
      "job": 79110960158,
      "time": 112,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7362602880"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26060819656",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/sobol",
  "_commit": {
    "id": "c68aea86406e1c0eb5100aa99631d7d2a11b6507",
    "author": "Angel Robles <a.l.robles.fernandez@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.0\n",
    "time": 1779137445
  },
  "_maintainer": {
    "name": "Angel Robles",
    "email": "a.l.robles.fernandez@gmail.com",
    "login": "alrobles",
    "description": "Postdoctoral Research at University of Kansas",
    "uuid": 22551963
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "checkmate",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "microbenchmark",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-21",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.0.0",
      "date": "2026-05-18"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "alrobles",
      "count": 1,
      "uuid": 22551963
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/sobol"
  },
  "_devurl": "https://github.com/alrobles/sobol",
  "_pkgdown": "https://alrobles.github.io/sobol/",
  "_searchresults": 13,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/sobol.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2026-05-18"
    }
  ],
  "_exports": [
    "sobol_design",
    "sobol_dimensions",
    "sobol_generator",
    "sobol_index",
    "sobol_next",
    "sobol_next_n",
    "sobol_points",
    "sobol_skip_to"
  ],
  "_help": [
    {
      "page": "print.sobol_generator",
      "title": "Print Method for Sobol Generator",
      "topics": [
        "print.sobol_generator"
      ]
    },
    {
      "page": "print.summary.sobol_generator",
      "title": "Print Summary of Sobol Generator",
      "topics": [
        "print.summary.sobol_generator"
      ]
    },
    {
      "page": "sobol_design",
      "title": "Generate a Sobol Design for Parameter Exploration",
      "topics": [
        "sobol_design"
      ]
    },
    {
      "page": "sobol_dimensions",
      "title": "Get Number of Dimensions of a Sobol Generator",
      "topics": [
        "sobol_dimensions"
      ]
    },
    {
      "page": "sobol_generator",
      "title": "Create a Sobol Sequence Generator",
      "topics": [
        "sobol_generator"
      ]
    },
    {
      "page": "sobol_index",
      "title": "Get Current Index of a Sobol Generator",
      "topics": [
        "sobol_index"
      ]
    },
    {
      "page": "sobol_next",
      "title": "Generate the Next Point from a Sobol Generator",
      "topics": [
        "sobol_next"
      ]
    },
    {
      "page": "sobol_next_n",
      "title": "Generate Multiple Points from a Sobol Generator",
      "topics": [
        "sobol_next_n"
      ]
    },
    {
      "page": "sobol_points",
      "title": "Generate a Batch of Sobol Points",
      "topics": [
        "sobol_points"
      ]
    },
    {
      "page": "sobol_skip_to",
      "title": "Skip to a Specific Index in a Sobol Generator",
      "topics": [
        "sobol_skip_to"
      ]
    },
    {
      "page": "summary.sobol_generator",
      "title": "Summary Method for Sobol Generator",
      "topics": [
        "summary.sobol_generator"
      ]
    }
  ],
  "_rundeps": [
    "backports",
    "checkmate",
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 1.1139433523068367,
  "_indexed": true,
  "_nocasepkg": "sobol",
  "_universes": [
    "cran",
    "alrobles"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-18T21:19:08.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "c68aea86406e1c0eb5100aa99631d7d2a11b6507",
      "fileid": "af2130f5562aae9d6b45533037871a54d871e03ad783349cb037a95985790bee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26060819656"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-18T21:18:55.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "c68aea86406e1c0eb5100aa99631d7d2a11b6507",
      "fileid": "cfdd74b5296db9ee907d6e4ebcd9a6c99aef998335ffba61fa8bf82593c7baf5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26060819656"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-18T21:19:02.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "c68aea86406e1c0eb5100aa99631d7d2a11b6507",
      "fileid": "8a9226aae7e54bec7a5cf37237a7bdf2c99883970ca4a7928a044430fc8c0cf9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26060819656"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-18T21:18:57.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "c68aea86406e1c0eb5100aa99631d7d2a11b6507",
      "fileid": "24847ea05c564ad743510023624f35f528734fb1ec8cb6629ea5ad80c228a9fd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26060819656"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-06-02T15:41:16.000Z",
      "arch": "emscripten",
      "commit": "c68aea86406e1c0eb5100aa99631d7d2a11b6507",
      "fileid": "08f43b42664636e25c65708964e70d16de768c2c5065fec892943a43ac7cc76f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26060819656"
    }
  ]
}