Package: SigOptR 0.0.1

Alexandra Johnson
SigOptR: R API Wrapper for SigOpt
Interfaces with the 'SigOpt' API. More info at <https://sigopt.com>.
Authors:
SigOptR_0.0.1.tar.gz
SigOptR_0.0.1.tar.gz(r-4.7-any)SigOptR_0.0.1.tar.gz(r-4.6-any)
SigOptR_0.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
SigOptR/json (API)
| # Install 'SigOptR' in R: |
| install.packages('SigOptR', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:2f01ff7a66. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 103 | ||
| source / vignettes | OK | 161 | ||
| linux-release-x86_64 | OK | 99 | ||
| wasm-release | OK | 99 |
Exports:create_experimentcreate_observationcreate_suggestionfetch_experimentfrankesigopt_GETsigopt_POST
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create an experiment | create_experiment |
| Create an observation for an experiment | create_observation |
| Create a suggestion for an experiment | create_suggestion |
| Fetch an experiment | fetch_experiment |
| Franke function - http://www.sfu.ca/~ssurjano/franke2d.html | franke |
| Get the SigOpt API token from the SIGOPT_API_TOKEN environment variable or user input | sigopt_api_token |
| Get the SigOpt API url from the SIGOPT_API_URL environment variable or use default Most users will be ok with the default value | sigopt_api_url |
| User agent for current version of SigOpt R API Client | sigopt_api_user_agent |
| Create authentication for SigOpt API, using HTTP Basic Auth | sigopt_auth |
| Check content returned by the SigOpt API | sigopt_check |
| GET request to SigOpt API path, with json encoded body | sigopt_GET |
| Parse content returned by the SigOpt API | sigopt_parse |
| POST request to SigOpt API path, with json encoded body | sigopt_POST |