Let me confess first I am new to Docker / opencpu world. here is the issue.
- I installed Docker from opencpu site on my windows 10 box.
- I was able to successfully run the docker by "docker run --name myDocker -t -p 80:80 -p 8004:8004 opencpu/rstudio".
- I successfully installed my R package by "R CMD INSTALL /tmp/AnotherPackage_0.1.0.tar.gz".
- Only issue now is I cant see my Package in http://localhost/ocpu/test/. so in below figure I cant see my package in right box (which shows all the other packages).
If I do /library/AnotherPackage in Endpoint text box I can see my package's description etc..