{
  "_id": "6a1037c7acfb0bcc41c9a886",
  "Package": "sr",
  "Type": "Package",
  "Title": "Smooth Regression - The Gamma Test and Tools",
  "Version": "0.1.0",
  "Authors@R": "c(person(given=\"Wayne\", family=\"Haythorn\", \nemail = \"support@smoothregression.com\", role = c(\"aut\", \"cre\")),\nperson(given=\"Antonia\", family=\"Jones\", role = \"aut\",\ncomment=\"Principal creator of the Gamma test\"),\nperson(given=\"Sam\", family=\"Kemp\", role = \"ctb\",\ncomment=\"Wrote the original code for the Gamma test in R\"))",
  "Description": "Finds causal connections in precision data, finds lags and\nembeddings in time series, guides training of neural networks\nand other smooth models, evaluates their performance, gives a\nmathematically grounded answer to the over-training problem.\nSmooth regression is based on the Gamma test, which measures\nsmoothness in a multivariate relationship.  Causal relations\nare smooth, noise is not. 'sr' includes the Gamma test and\nsearch techniques that use it. References: Evans & Jones (2002)\n<doi:10.1098/rspa.2002.1010>, AJ Jones (2004)\n<doi:10.1007/s10287-003-0006-1>.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "LazyData": "true",
  "RoxygenNote": "7.2.3",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Roxygen": "list(markdown = TRUE)",
  "URL": "https://smoothregression.com, https://github.com/haythorn/sr/",
  "BugReports": "https://github.com/haythorn/sr/issues",
  "Config/pak/sysreqs": "cmake make libpng-dev libuv1-dev libxml2-dev",
  "Repository": "https://haythorn.r-universe.dev",
  "Date/Publication": "2023-03-10 08:09:59 UTC",
  "RemoteUrl": "https://github.com/haythorn/sr",
  "RemoteRef": "HEAD",
  "RemoteSha": "4aaaf353c7e9e766e4c857389a4cb8d07d3604a8",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-12 06:15:35 UTC",
    "User": "root"
  },
  "Author": "Wayne Haythorn [aut, cre],\nAntonia Jones [aut] (Principal creator of the Gamma test),\nSam Kemp [ctb] (Wrote the original code for the Gamma test in R)",
  "Maintainer": "Wayne Haythorn <support@smoothregression.com>",
  "MD5sum": "13ecde1a2e7f3f778c82f49bb8b4a7d8",
  "_user": "haythorn",
  "_type": "src",
  "_file": "sr_0.1.0.tar.gz",
  "_fileid": "186453688f2c83b4dcac3faa82ebb8a12c00a9119ed81f51f3a3559def660f76",
  "_filesize": 1494093,
  "_sha256": "186453688f2c83b4dcac3faa82ebb8a12c00a9119ed81f51f3a3559def660f76",
  "_created": "2026-05-12T06:15:35.000Z",
  "_published": "2026-05-22T11:02:31.649Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77366630096,
      "time": 155,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6937038363"
    },
    {
      "job": 77366630386,
      "time": 163,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6937039949"
    },
    {
      "job": 77366630041,
      "time": 177,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6937042551"
    },
    {
      "job": 77366630054,
      "time": 138,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6937033555"
    },
    {
      "job": 77366629549,
      "time": 267,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6936999483"
    },
    {
      "job": 77366629610,
      "time": 132,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158931661"
    },
    {
      "job": 77366630069,
      "time": 121,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6937029890"
    },
    {
      "job": 77366630519,
      "time": 112,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6937027969"
    },
    {
      "job": 77366630006,
      "time": 104,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6937026330"
    }
  ],
  "_buildurl": "https://github.com/r-universe/haythorn/actions/runs/25716886629",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/haythorn/sr",
  "_commit": {
    "id": "4aaaf353c7e9e766e4c857389a4cb8d07d3604a8",
    "author": "Wayne Haythorn <wayne@haythorn.us>",
    "committer": "Wayne Haythorn <wayne@haythorn.us>",
    "message": "Third try with CRAN\n",
    "time": 1678435799
  },
  "_maintainer": {
    "name": "Wayne Haythorn",
    "email": "support@smoothregression.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "progress",
      "role": "Imports"
    },
    {
      "package": "RANN",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "vdiffr",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "magrittr",
      "role": "Suggests"
    },
    {
      "package": "nnet",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "haythorn",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "haythorn",
      "count": 64,
      "uuid": 3845451
    }
  ],
  "_userbio": {
    "uuid": 3845451,
    "type": "user",
    "name": "Wayne Haythorn"
  },
  "_downloads": {
    "count": 198,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/sr"
  },
  "_devurl": "https://github.com/haythorn/sr",
  "_searchresults": 10,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/sr.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/haythorn/sr",
  "_realowner": "haythorn",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2023-03-10"
    }
  ],
  "_exports": [
    "fe_search",
    "gamma_histogram",
    "gamma_test",
    "get_Mlist",
    "increasing_search",
    "int_to_intMask",
    "mask_histogram",
    "moving_window_search",
    "select_by_mask"
  ],
  "_datasets": [
    {
      "name": "henon_x",
      "title": "Henon Map",
      "object": "henon_x",
      "class": [
        "numeric"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "mgls",
      "title": "Mackey-Glass time delayed differential equation",
      "object": "mgls",
      "class": [
        "numeric"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "fe_search",
      "title": "Full Embedding Search",
      "topics": [
        "fe_search"
      ]
    },
    {
      "page": "gamma_histogram",
      "title": "Plot Histogram of Gammas",
      "topics": [
        "gamma_histogram"
      ]
    },
    {
      "page": "gamma_test",
      "title": "Estimate Smoothness in an Input/output Dataset",
      "topics": [
        "gamma_test"
      ]
    },
    {
      "page": "get_Mlist",
      "title": "Discover how Gamma varies with sample size",
      "topics": [
        "get_Mlist"
      ]
    },
    {
      "page": "henon_x",
      "title": "Henon Map",
      "topics": [
        "henon_x"
      ]
    },
    {
      "page": "increasing_search",
      "title": "Increasing Embedding Search engine, used by get/plot increasing_search",
      "topics": [
        "increasing_search"
      ]
    },
    {
      "page": "int_to_intMask",
      "title": "Integer to Vector Bitmask",
      "topics": [
        "int_to_intMask"
      ]
    },
    {
      "page": "mask_histogram",
      "title": "Mask Histogram",
      "topics": [
        "mask_histogram"
      ]
    },
    {
      "page": "mgls",
      "title": "Mackey-Glass time delayed differential equation",
      "topics": [
        "mgls"
      ]
    },
    {
      "page": "moving_window_search",
      "title": "Moving Window Search",
      "topics": [
        "moving_window_search"
      ]
    },
    {
      "page": "select_by_mask",
      "title": "Select by Mask",
      "topics": [
        "select_by_mask"
      ]
    }
  ],
  "_readme": "https://github.com/haythorn/sr/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "brio",
    "callr",
    "cli",
    "cpp11",
    "crayon",
    "desc",
    "diffobj",
    "digest",
    "dplyr",
    "evaluate",
    "farver",
    "fastmap",
    "fs",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "hms",
    "htmltools",
    "isoband",
    "jsonlite",
    "labeling",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgbuild",
    "pkgconfig",
    "pkgload",
    "praise",
    "prettyunits",
    "processx",
    "progress",
    "ps",
    "R6",
    "RANN",
    "RColorBrewer",
    "rlang",
    "rprojroot",
    "S7",
    "scales",
    "testthat",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "vdiffr",
    "viridisLite",
    "waldo",
    "withr",
    "xml2"
  ],
  "_vignettes": [
    {
      "source": "time_series.Rmd",
      "filename": "time_series.html",
      "title": "Smooth Regression with the Gamma Test",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Time Series",
        "1) A chaotic function with no noise",
        "The Henon Map",
        "Finding a good embedding",
        "Do we have enough data? - the M list",
        "Building a model",
        "Summary:",
        "2) Relationships with Noise",
        "Mackey-Glass",
        "output: html_document",
        "Mackey-Glass with Noise",
        "var = .04 noise",
        "var = .075 noise",
        "var = .04 noise on all points",
        "var = .040 noise on all points",
        "3) Just plain noise",
        "Random noise",
        "Appendix: Looking under the hood at Gamma",
        "The pure noise case:",
        "Mixed causality and noise:",
        "Henon with no noise:"
      ],
      "created": "2023-02-27 05:54:12",
      "modified": "2023-03-10 08:09:59",
      "commits": 4
    }
  ],
  "_score": 3.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "sr",
  "_universes": [
    "haythorn"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-12T06:17:53.000Z",
      "distro": "noble",
      "commit": "4aaaf353c7e9e766e4c857389a4cb8d07d3604a8",
      "fileid": "d38f42fe4de56cec26f67b9cb2aded2a082af077d05ed2d713e099cc6ef39cd4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/haythorn/actions/runs/25716886629"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-12T06:18:03.000Z",
      "distro": "noble",
      "commit": "4aaaf353c7e9e766e4c857389a4cb8d07d3604a8",
      "fileid": "6f417cbc5513174384ba8c27bedd7d59e0793068298dd78da63780db22d6cb48",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/haythorn/actions/runs/25716886629"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-12T06:18:20.000Z",
      "commit": "4aaaf353c7e9e766e4c857389a4cb8d07d3604a8",
      "fileid": "702688f022473e235c20a6fc94e9d8496603df97dafc878c12452526d08d17a2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/haythorn/actions/runs/25716886629"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-12T06:17:46.000Z",
      "commit": "4aaaf353c7e9e766e4c857389a4cb8d07d3604a8",
      "fileid": "dc304c5d3e006903535bc3077ae3512e1def07d81dcdf6f314dea6f66f82818b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/haythorn/actions/runs/25716886629"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-12T06:17:13.000Z",
      "commit": "4aaaf353c7e9e766e4c857389a4cb8d07d3604a8",
      "fileid": "aa4afdb2220b81c572073501ed17e55d72ca3924a5c9810ff885b0bfef5b09f2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/haythorn/actions/runs/25716886629"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-12T06:17:07.000Z",
      "commit": "4aaaf353c7e9e766e4c857389a4cb8d07d3604a8",
      "fileid": "4a3998cab5ea977f827c3ccbef74a7b972e1ba461634a4b35e6cf39a30b7448d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/haythorn/actions/runs/25716886629"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-12T06:16:58.000Z",
      "commit": "4aaaf353c7e9e766e4c857389a4cb8d07d3604a8",
      "fileid": "8c2afc4243b4e3f9fae0d739bae719f4ac1f28efa18488d2a8be04b8eda076fb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/haythorn/actions/runs/25716886629"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-22T11:02:14.000Z",
      "commit": "4aaaf353c7e9e766e4c857389a4cb8d07d3604a8",
      "fileid": "2a84e6e62cfd833ac5431ee5b2068175756648b7114452c964d565e0e6f635f9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/haythorn/actions/runs/25716886629"
    }
  ]
}