Let me confess first I am new to Docker / opencpu world. here is the issue.
If I do /library/AnotherPackage in Endpoint text box I can see my package's description etc..
You probably installed the package in another library. Can you show us the output of your R CMD INSTALL
line? In particular the final line that starts with installing to....
To install into the global library, either install as user opencpu
:
sudo su opencpu
R CMD INSTALL /tmp/AnotherPackage_0.1.0.tar.gz
Or install as root:
sudo -i
R CMD INSTALL /tmp/AnotherPackage_0.1.0.tar.gz