I was looking at an interesting bit of J -- https://github.com/vmchale/elliptic-fourier
And, while the code basically works (need to run plot plot_points after executing the data building lines of demo.ijs), the presence of a manifest.ijs suggested that I could use https://code.jsoftware.com/wiki/Pacman#github but that doesn't work. So, I forked it, and changed the manifest, and restarted J, and .. it still doesn't work. install'github:rdm/elliptic-fourier' installed: rdm/elliptic-fourier master into folder: math/elliptic-fourier require'math/elliptic-fourier' not found: /users/rauldmiller/j901/addons/math/elliptic-fourier/elliptic-fourier.ijs And, looking at the developer's guide for addons -- https://code.jsoftware.com/wiki/Addons/Developers_Guide -- I don't see that there's any description there of what should be done about this issue. (The issue is that load/require/getscripts wants to load a file which is not listed in the manifest.ijs) So I think this should be treated as a core J issue rather than just a problem with that particular example. If I'm wrong, can someone point me at the right documentation? Thanks, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
