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.5-noble)SigOptR_0.0.1.tar.gz(r-4.4-noble)
SigOptR_0.0.1.tgz(r-4.4-emscripten)SigOptR_0.0.1.tgz(r-4.3-emscripten)
SigOptR.pdf |SigOptR.html✨
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 8 years agofrom:2f01ff7a66. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 08 2024 |
R-4.5-linux | OK | Nov 08 2024 |
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 |