Short description: < short description that explains what this repo is used for >
Product Owner | < email > |
Developer | < email > |
dev url | < xxxxx > |
prod url | < xxxxx > |
Language | R |
... | |
License |
...
You can test how any changes you make to the fearbase R package affect the deployment of the OpenCPU server by running an OpenCPU server locally.
In the dev_local
directory of this repository run:
docker compose up -d --build
docker compose down
After making changes to the fearbase package. Simply run
docker compose up -d --build
again. If you don't see any changes it might be the browser caching an old state of the Docker container. In that case either delete your browser cache or open the OpenCPU API Explorer in a new private/icognito session.
Open http://localhost/ocpu/ in your browser to access the OpenCPU API Explorer interface.
In the interface you can run any functions and access included data of the fearbase package by making requests in ../library/fearbase/
.
Check the OpenCPU API docs for information on how to use the OpenCPU API Explorer