On Tue, 29 Mar 2016, Sven Schreiber wrote:
Am 29.03.2016 um 04:29 schrieb Allin Cottrell:
> On Mon, 28 Mar 2016, Allin Cottrell wrote:
>> I see what you mean. If you do "Info" on the new, non-installed
>> version you get the help for that version, but the "include" line in
>> the sample script picks up the installed version.
>
> That's now fixed in git; snapshots will follow tomorrow. So long as you
> have a function-package browser window open, pointing at an ad hoc
> directory, that is the first place that will be searched for a "include"
> file.
Thanks, it's working nicely.
Glad to hear it.
The next related problem is how to install or activate a function
package from an ad hoc place when the package comes in zipped
form.
Well, installing it is just a matter of
install /path/to/foo.zip --local
in gretl or gretlcli. But, OK, getting it to work uninstalled is
going to be trickier. I'll take a look.
Allin