Open luisesanmartin opened 8 months ago
Hm, I am not sure it is possible to retrieve the default setting on that person's computer once it is changed with sysdir set PLUS "${dos}/ado"
. I wonder if the best solution here is to just install repkit
in that PLUS
folder. It can always be uninstalled afterwards
Discussed with @bbdaniels, for now, just write in documentation that repkit
needs to be installed in project ado if that is used
Duplicate of #3, see #33
Is this one done or should this be moved to next-release?
Tried reprun on a main do-file that changes the ado path with the line
and it returned the error:
I think this is happening because the ado changes in the middle of the code execution of the input do-file to a path that doesn't have reprun or repkit installed and then doesn't recognize commands from reprun. Perhaps it would be better if it used the ado paths set by default when opening Stata for calling reprun commands instead of looking in the local ado paths of the do-file it's run on