On Tue, Jun 10, 2025 at 5:20 AM Paolo Chirico <paolo.chirico(a)uniupo.it> wrote:
Dear all,
I have just deleted a package I created for testing. However, the main
(public) function contained in the package seems to still exist, and
gretl prevents me from creating a new one with the same name.
I have even uninstalled gretl and installed the latest version, but the
function still exists even though the package no longer appears in the
package list.
How can I eradicate it permanently?
Paolo, what's the name of this function? Are you sure it's not built-in?
For an ordinary user-defined function you can do
function funcname delete
Allin