Re: [Jgeneral] install from github

2020-04-08 Thread chris burke
Vanessa Just to clarify - the addon is installed into the directory given in the manifest. Any locale setting should be done in the script, so this is not part of the manifest. In your case, it should be fine for the definitions to be loaded into base. Chris On Tue, Apr 7, 2020 at 1:26 PM

Re: [Jgeneral] install from github

2020-04-08 Thread chris burke
An addon need not have a script with the same name as the directory. However, if there is such a script, then it can be loaded using a short form. For example, the following are all the same: load 'convert/pjson' load 'convert/pjson/pjson' load '~addons/convert/pjson/pjson.ijs' To load

Re: [Jgeneral] install from github

2020-04-08 Thread Raul Miller
Adding in the file with the same name as the directory works, but.. when I look in addons, I see a variety of addons which don't follow this convention (I see a variety of addons without an .ijs file whose base name matches the containing directory name): api/java games/minesweeper misc/classroom

Re: [Jgeneral] install from github

2020-04-07 Thread Vanessa McHale
Thanks! It does install now, but into the base locale… Cheers, Vanessa > On Apr 7, 2020, at 3:00 PM, chris burke wrote: > > The brief doc is at https://code.jsoftware.com/wiki/Pacman#github . > > Trying this: > > install 'github:vmchale/elliptic-fourier' > installed:

Re: [Jgeneral] install from github

2020-04-07 Thread chris burke
The brief doc is at https://code.jsoftware.com/wiki/Pacman#github . Trying this: install 'github:vmchale/elliptic-fourier' installed: vmchale/elliptic-fourier master into folder: math/elliptic-fourier dir '~addons/math/elliptic-fourier' manifest.ijs 310 07-Apr-20 12:55:53 This

Re: [Jgeneral] install from github

2020-04-07 Thread Vanessa McHale
Hi Raul, I haven’t actually tried out pacman at all! I just cargo-culted that from tables/csv. Right now I think I need to figure out locales before it would be a “release” of sorts Cheers, Vanessa > On Apr 7, 2020, at 1:46 PM, Raul Miller wrote: > > I was looking at an interesting bit of

[Jgeneral] install from github

2020-04-07 Thread Raul Miller
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