Hi all!
I'd like to install Stata packages offline. Why?
?
I've had luck with some well-packaged tools (i.e. they include everything they need, and a stata.toc, like https://github.com/sergiocorreia/ftools). Unfortuntely, some don't include a stata.toc - unless there's a way to build or extract this from ideas.repec.org. For example, no luck with https://ideas.repec.org/c/boc/bocode/s457147.html.
Do I really need to deal with setting up a separate system, and mirroring the plus folder over this isolated lab every time we make a change?
Thanks for any help!
Warren
PS: I've referred to this and this, among other sources already.
I'd like to install Stata packages offline. Why?
- This is for a secure lab with no Internet connection
- I would like to avoid maintaining another Internet connected system with Stata (I don't use Stata, helping some other folks who do)
Code:
net install, from ('path')
I've had luck with some well-packaged tools (i.e. they include everything they need, and a stata.toc, like https://github.com/sergiocorreia/ftools). Unfortuntely, some don't include a stata.toc - unless there's a way to build or extract this from ideas.repec.org. For example, no luck with https://ideas.repec.org/c/boc/bocode/s457147.html.
Do I really need to deal with setting up a separate system, and mirroring the plus folder over this isolated lab every time we make a change?
Thanks for any help!
Warren
PS: I've referred to this and this, among other sources already.
Comment