R package tarball size
1
0
Entering edit mode
@mohamad-s-hasan-13264
Last seen 4.5 years ago

In Bioconductor, it is required that the tarball size should be <= 4MB but my package's tarball size is 50MB. I checked the folders and found that the actual package is less than 1MB. Why is the size of the package's tarball high?

R bioconductor • 902 views
ADD COMMENT
0
Entering edit mode

@Morgan Thank you for your prompt reply. The package name is OPWeight, issue no. is 395 and the location is https://github.com/mshasan/OPWeight. The package is fine so far but the tarball size is about 50MB. 

ADD REPLY
1
Entering edit mode

Yes the tarball contains the cached results from processing the vignette.

ADD REPLY
1
Entering edit mode
@martin-morgan-1513
Last seen 26 days ago
United States

Ask questions about package development on the bioc-devel mailing list.

Mention the name of your package / issue number / repository location, so that it is easy to help you.

If you mean OPWpaper a hint is from the long file paths note. It looks like you enable caching in your vignette. R CMD build builds the vignette, generating the cache, and then bundling the cache with the built package tar ball. Disable the use of the cache when building the vignette (e.g., test for an environment variable available on your system but not the build system).

ADD COMMENT

Login before adding your answer.

Traffic: 733 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6