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).