We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Change Docker Memory Settings Once you have Docker installed, go to "Preferences" > "Resources" and increase the memory to 12GB or 8GB
git clone git@github.com:mcneilco/acas.git
release-2023.2.x
ACAS_TAG=release-2023.2.x
docker-compose up -d
curl localhost:3001/api/systemTest/getOrCreateACASBob curl localhost:3001/api/systemTest/getOrCreateGlobalProject curl localhost:3001/api/systemTest/getOrCreateGlobalProjectRole curl localhost:3001/api/systemTest/giveBobRoles
bob/secret
Edit the R code that you think is causing the problem and add
saveSession('/tmp/blah')
Run the function or script that you think is causing the problem. This will save the R session to /tmp/blah
Exec into the R container
docker-compose exec -it rservices R
Load the session
loadSession('/tmp/blah')