Dear all,
I am trying to make a package installable from GitHub via the command -net install-. I have provided on GitHub all the files required, including the stata.toc file, but the package still cannot be installed (the message "nothing to install" appears when the following command is issued:
Here is a link to GitHub: https://github.com/irubil/qstat
How can I make the package installable using -net install-?
Thanks.
ir
I am trying to make a package installable from GitHub via the command -net install-. I have provided on GitHub all the files required, including the stata.toc file, but the package still cannot be installed (the message "nothing to install" appears when the following command is issued:
Code:
net install qstat, replace from(https://github.com/irubil/qstat/blob/main/)
How can I make the package installable using -net install-?
Thanks.
ir
Comment