{
  "_id": "6a10448dacfb0bcc41c9e46a",
  "Package": "SigOptR",
  "Title": "R API Wrapper for SigOpt",
  "Version": "0.0.1",
  "Author": "Alexandra Johnson [aut, cre]",
  "Maintainer": "Alexandra Johnson <alexandra@sigopt.com>",
  "Description": "Interfaces with the 'SigOpt' API. More info at\n<https://sigopt.com>.",
  "License": "MIT + file LICENSE",
  "RoxygenNote": "6.0.1.9000",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-11 06:28:59 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2017-03-10 07:50:09 UTC",
  "RemoteUrl": "https://github.com/cran/SigOptR",
  "RemoteRef": "HEAD",
  "RemoteSha": "2f01ff7a666d1d182e6aff3dab5ab6d95a6a454f",
  "MD5sum": "9731306261345b58cbabb281c9ca2cd4",
  "_user": "cran",
  "_type": "src",
  "_file": "SigOptR_0.0.1.tar.gz",
  "_fileid": "d56e6555fc9942ea9470a017f3765fa70912cc85cb3700bfd6f12321e31d72b2",
  "_filesize": 100939,
  "_sha256": "d56e6555fc9942ea9470a017f3765fa70912cc85cb3700bfd6f12321e31d72b2",
  "_created": "2026-05-11T06:28:59.000Z",
  "_published": "2026-05-22T11:57:01.362Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77374645628,
      "time": 103,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6911712743"
    },
    {
      "job": 77374645370,
      "time": 99,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6911713421"
    },
    {
      "job": 77374645085,
      "time": 161,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6911687982"
    },
    {
      "job": 77374644996,
      "time": 99,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7159895167"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25653991233",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/SigOptR",
  "_commit": {
    "id": "2f01ff7a666d1d182e6aff3dab5ab6d95a6a454f",
    "author": "Alexandra Johnson <alexandra@sigopt.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.0.1\n",
    "time": 1489132209
  },
  "_maintainer": {
    "name": "Alexandra Johnson",
    "email": "alexandra@sigopt.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.0",
      "role": "Depends"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 458,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/SigOptR"
  },
  "_searchresults": 25,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/SigOptR.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2017-03-10"
    }
  ],
  "_exports": [
    "create_experiment",
    "create_observation",
    "create_suggestion",
    "fetch_experiment",
    "franke",
    "sigopt_GET",
    "sigopt_POST"
  ],
  "_help": [
    {
      "page": "create_experiment",
      "title": "Create an experiment",
      "topics": [
        "create_experiment"
      ]
    },
    {
      "page": "create_observation",
      "title": "Create an observation for an experiment",
      "topics": [
        "create_observation"
      ]
    },
    {
      "page": "create_suggestion",
      "title": "Create a suggestion for an experiment",
      "topics": [
        "create_suggestion"
      ]
    },
    {
      "page": "fetch_experiment",
      "title": "Fetch an experiment",
      "topics": [
        "fetch_experiment"
      ]
    },
    {
      "page": "franke",
      "title": "Franke function - http://www.sfu.ca/~ssurjano/franke2d.html",
      "topics": [
        "franke"
      ]
    },
    {
      "page": "sigopt_api_token",
      "title": "Get the SigOpt API token from the SIGOPT_API_TOKEN environment variable or user input",
      "topics": [
        "sigopt_api_token"
      ]
    },
    {
      "page": "sigopt_api_url",
      "title": "Get the SigOpt API url from the SIGOPT_API_URL environment variable or use default Most users will be ok with the default value",
      "topics": [
        "sigopt_api_url"
      ]
    },
    {
      "page": "sigopt_api_user_agent",
      "title": "User agent for current version of SigOpt R API Client",
      "topics": [
        "sigopt_api_user_agent"
      ]
    },
    {
      "page": "sigopt_auth",
      "title": "Create authentication for SigOpt API, using HTTP Basic Auth",
      "topics": [
        "sigopt_auth"
      ]
    },
    {
      "page": "sigopt_check",
      "title": "Check content returned by the SigOpt API",
      "topics": [
        "sigopt_check"
      ]
    },
    {
      "page": "sigopt_GET",
      "title": "GET request to SigOpt API path, with json encoded body",
      "topics": [
        "sigopt_GET"
      ]
    },
    {
      "page": "sigopt_parse",
      "title": "Parse content returned by the SigOpt API",
      "topics": [
        "sigopt_parse"
      ]
    },
    {
      "page": "sigopt_POST",
      "title": "POST request to SigOpt API path, with json encoded body",
      "topics": [
        "sigopt_POST"
      ]
    }
  ],
  "_rundeps": [
    "askpass",
    "curl",
    "httr",
    "jsonlite",
    "mime",
    "openssl",
    "R6",
    "sys"
  ],
  "_score": 1.3979400086720375,
  "_indexed": true,
  "_nocasepkg": "sigoptr",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-05-11T06:30:49.000Z",
      "distro": "noble",
      "commit": "2f01ff7a666d1d182e6aff3dab5ab6d95a6a454f",
      "fileid": "8b5bcb34bad62d715b75b177c4f06cc564f1f8be17c2772d14b3f9a8e8186aa1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25653991233"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-05-11T06:30:51.000Z",
      "distro": "noble",
      "commit": "2f01ff7a666d1d182e6aff3dab5ab6d95a6a454f",
      "fileid": "dd69fa90e17b9ad8b875da376df184b49bfa45cac0f187d3bfeb1afd2f32ac65",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25653991233"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.1",
      "date": "2026-05-22T11:56:43.000Z",
      "commit": "2f01ff7a666d1d182e6aff3dab5ab6d95a6a454f",
      "fileid": "66a5e8e1de2972975e1e415ca7f4af2d1ae18d980823730d11b825332696ea3a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25653991233"
    }
  ]
}