{
  "_id": "6a181875acfb0bcc41db03dc",
  "Package": "paramsim",
  "Type": "Package",
  "Title": "Parameterized Simulation",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(\"Daniel\", \"James\", email = \"futathesis@gmail.com\", role = c(\"cre\",\"aut\")),\nperson(\"Ayinde\", \"Kayode\", email = \"kayinde@futa.edu.ng\", role = \"aut\"))",
  "Maintainer": "Daniel James <futathesis@gmail.com>",
  "Description": "This function obtains a Random Number Generator (RNG) or\ncollection of RNGs that replicate the required parameter(s) of\na distribution for a time series of data. Consider the case of\nreproducing a time series data set of size 20 that uses an\nautoregressive (AR) model with phi = 0.8 and standard deviation\nequal to 1. When one checks the arima.sin() function's\nestimated parameters, it's possible that after a single trial\nor a few more, one won't find the precise parameters. This\nenables one to look for the ideal RNG setting for a simulation\nthat will accurately duplicate the desired parameters.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Repository": "https://sta189332.r-universe.dev",
  "Date/Publication": "2023-01-20 14:05:13 UTC",
  "RemoteUrl": "https://github.com/sta189332/paramsim",
  "RemoteRef": "HEAD",
  "RemoteSha": "1e0fdc4a7da2da9c5a84d71ff984fa4a8428c526",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-28 10:23:17 UTC",
    "User": "root"
  },
  "Author": "Daniel James [cre, aut],\nAyinde Kayode [aut]",
  "MD5sum": "6153af8d42d8cdc37184da3dadd9b49a",
  "_user": "sta189332",
  "_type": "src",
  "_file": "paramsim_0.1.0.tar.gz",
  "_fileid": "4f460bc8842815ea495c2d03ecd4f9d4093ec59a58f963742c770b84710aa13a",
  "_filesize": 85313,
  "_sha256": "4f460bc8842815ea495c2d03ecd4f9d4093ec59a58f963742c770b84710aa13a",
  "_created": "2026-05-28T10:23:17.000Z",
  "_published": "2026-05-28T10:27:01.335Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78271103399,
      "time": 150,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7263496495"
    },
    {
      "job": 78271103403,
      "time": 138,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7263492963"
    },
    {
      "job": 78271103643,
      "time": 185,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7263499393"
    },
    {
      "job": 78271103385,
      "time": 142,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7263485041"
    },
    {
      "job": 78270627869,
      "time": 186,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7263450040"
    },
    {
      "job": 78271103380,
      "time": 100,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7263481564"
    },
    {
      "job": 78271103393,
      "time": 108,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7263483834"
    },
    {
      "job": 78271103405,
      "time": 105,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7263483142"
    },
    {
      "job": 78271103427,
      "time": 109,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7263484931"
    }
  ],
  "_buildurl": "https://github.com/r-universe/sta189332/actions/runs/26568875044",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/sta189332/paramsim",
  "_commit": {
    "id": "1e0fdc4a7da2da9c5a84d71ff984fa4a8428c526",
    "author": "Daniel James <92138805+sta189332@users.noreply.github.com>",
    "committer": "Daniel James <92138805+sta189332@users.noreply.github.com>",
    "message": "reduce range of seed to reduce execusion time\n",
    "time": 1674223513
  },
  "_maintainer": {
    "name": "Daniel James",
    "email": "futathesis@gmail.com",
    "login": "sta189332",
    "description": "",
    "uuid": 92138805
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2.0",
      "role": "Depends"
    },
    {
      "package": "forecast",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "doParallel",
      "role": "Imports"
    },
    {
      "package": "future",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "sta189332",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "sta189332",
      "count": 11,
      "uuid": 92138805
    }
  ],
  "_userbio": {
    "uuid": 92138805,
    "type": "user",
    "name": "Daniel James"
  },
  "_downloads": {
    "count": 125,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/paramsim"
  },
  "_devurl": "https://github.com/sta189332/paramsim",
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/paramsim.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/sta189332/paramsim",
  "_realowner": "sta189332",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2023-01-23"
    }
  ],
  "_exports": [
    "arimasim"
  ],
  "_help": [
    {
      "page": "This",
      "title": "Parameterized Simulation",
      "topics": [
        "arimasim"
      ]
    }
  ],
  "_rundeps": [
    "cli",
    "codetools",
    "colorspace",
    "cpp11",
    "digest",
    "doParallel",
    "farver",
    "foreach",
    "forecast",
    "fracdiff",
    "future",
    "generics",
    "ggplot2",
    "globals",
    "glue",
    "gtable",
    "isoband",
    "iterators",
    "labeling",
    "lattice",
    "lifecycle",
    "listenv",
    "lmtest",
    "magrittr",
    "nlme",
    "nnet",
    "parallelly",
    "pillar",
    "pkgconfig",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "rlang",
    "S7",
    "scales",
    "tibble",
    "timeDate",
    "urca",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "paramsim.Rmd",
      "filename": "paramsim.html",
      "title": "paramsim",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "data simulation",
        "Statement of Problem",
        "About the Package",
        "Instalation",
        "Description",
        "Usage",
        "Argument",
        "Output",
        "Examples",
        "vignette",
        "Reference"
      ],
      "created": "2022-12-16 20:11:40",
      "modified": "2022-12-16 20:11:40",
      "commits": 1
    }
  ],
  "_score": 3.3010299956639813,
  "_indexed": true,
  "_nocasepkg": "paramsim",
  "_universes": [
    "sta189332"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-28T10:25:30.000Z",
      "distro": "noble",
      "commit": "1e0fdc4a7da2da9c5a84d71ff984fa4a8428c526",
      "fileid": "ee6c6bdc553356a2b706980607f8a9c5082c6ca1832f848f6c440e77600a3f0f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sta189332/actions/runs/26568875044"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-28T10:25:24.000Z",
      "distro": "noble",
      "commit": "1e0fdc4a7da2da9c5a84d71ff984fa4a8428c526",
      "fileid": "069e22c581b602e2577f895481e010579f4b3525456c2d33ef4975cd88e377dc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sta189332/actions/runs/26568875044"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-28T10:25:52.000Z",
      "commit": "1e0fdc4a7da2da9c5a84d71ff984fa4a8428c526",
      "fileid": "c887f5c6a945c35bbe8934fad404b27ead94618b33043a70f1960c23ab988d89",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sta189332/actions/runs/26568875044"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-28T10:25:07.000Z",
      "commit": "1e0fdc4a7da2da9c5a84d71ff984fa4a8428c526",
      "fileid": "217bd316b257927d81777b77f480e7ff3716c52bf0f88de493910e72136f5c46",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sta189332/actions/runs/26568875044"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-28T10:25:17.000Z",
      "commit": "1e0fdc4a7da2da9c5a84d71ff984fa4a8428c526",
      "fileid": "50f8c1cd3c1645fafb9727317903dfefd3162cd872fc6cdb3270c1810f17cbfe",
      "status": "success",
      "buildurl": "https://github.com/r-universe/sta189332/actions/runs/26568875044"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-28T10:24:46.000Z",
      "commit": "1e0fdc4a7da2da9c5a84d71ff984fa4a8428c526",
      "fileid": "ce5589a396c99add75c32319e0e03125757fdbf5a59b11b83519b10a28e072b1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sta189332/actions/runs/26568875044"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-28T10:24:41.000Z",
      "commit": "1e0fdc4a7da2da9c5a84d71ff984fa4a8428c526",
      "fileid": "126c6323e9d1632d1cd72921fbbf1559d5f301f6ba1b46b5a7c9a0ad93a2e908",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sta189332/actions/runs/26568875044"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-28T10:24:49.000Z",
      "commit": "1e0fdc4a7da2da9c5a84d71ff984fa4a8428c526",
      "fileid": "66b86860afd0c66f1d0b2da6256e01c065bff3476875968f3233e040fb68713d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sta189332/actions/runs/26568875044"
    }
  ]
}