Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 387 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 387 Bytes

ticket_296660

Notes and code for ticket 296660

Notes

Do a install local

From Stack Overflow:

remotes::install_local

or:

devtools::install_local

I think we have this on Bianca.

Convert zip to tar

From Stack Overflow:

bsdtar -zcf file.tar.gz @file.zip