I've created a package to use internally in our small company. When I install on my PC the vignette installs and I can see it with the following command:
vignette(package="TaxAwareAA")
I emailed the tar.gz file to my colleague (who is new to the company and R) and walked him through installing it via RStudio's Packages / Install from Package Archive File. The package installs. During the installation there was even a "Vignette installed" message. But the vignette is not there both according to the command above and our browsing the library.
Any ideas why the vignette is missing and how we could install it? Thank you. Not sure how to make this reproducible (could put the tar.gz file on Github).
I don't know if you want to keep the package private. In this case you can pay for the github private version or you can use other platforms like bitbucket. If you want to do public you could send to CRAN and there they will help you to check all the problems.