-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: I cannot install the module template #3083
Comments
You could build the module using RStudio and than load it from the resulting libpath. |
thanks! I am very much looking forward to it. i would like to add tidyplot
as a JASP module to allow a truly customized plot creation for anyone who
wants it
|
This would be wonderful!!! |
This libpaths feature is included in the latest release that is currently live. |
@boutinb |
@bmatyasb we have a mattermost server where we do most of our internal communication. There is also a channel there specifically to help people who want to develop modules. Would you like to be added to this? |
thank you very much for your trust! :D For now I'd like to try it out to
see if it's not too much for me. I have only developed Shiny apps so far,
and I don't want to just promise. I'll report back soon as I manage to
squeeze out some basic tidyplot functionality.
…On Sat, 14 Dec 2024 at 11:00, Joris Goosen ***@***.***> wrote:
@bmatyasb <https://github.com/bmatyasb> we have a mattermost server where
we do most of our internal communication. There is also a channel there
specifically to help people who want to develop modules.
Would you like to be added to this?
Perhaps you can then send an email to ***@***.***, then we know
what email to add. (Github will probably redact it here and you might not
want to post it online anyway)
—
Reply to this email directly, view it on GitHub
<#3083 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVW2D7ITOMIVKKHKHJKDK5T2FP6TLAVCNFSM6AAAAABTQNUF3KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBTGAZTKMRWGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Done |
@bmatyasb |
Impressive @bmatyasb ! |
I'm doing pretty well. I think I'll be done by mid-January. The tidyplotting is really quite easy, very customizable :) However, I have a question. When I'm done, should I just compress the Package I created in RStudio and send it to you? I suppose you then build -> install package in RStudio in the same way as I did, and then load it as a developer module in JASP. To which e-mail will I be able to send it? |
@bmatyasb As far as I know, how to submit your module as tar.gz is described here in step 3, but this may be outdated: @boutinb |
Great works! you can just create a github repo and we will fork your repo to build into JASP. |
Let me just chime in and echo how cool this is!! |
Dear Developers,
making plots one by one is only one thing. It would be nice if you could create plot layouts.
I can do that with another function. So inside the module there would be a Plot builder and a Plot grid.
Except that in the Plot grid I would have to somehow access the plots created in the Plot builder. The obvious thing to do would be to give each plot a name, which I could call in the Plot grid. I have tried a lot, but I don't know how to do it.
How can I leave the plot created in the Plot builder "in the JASP environment" and call the same plot in another function of the module. Is there a way to do this? I have tried with createJaspState, but no success.
|
@bmatyasb how will you allow users to add multiple plots? As in, they would have to come from the same analysis. So this would need some sort of list or entryfield for having multiple plots right? The relevant option can then be used as dependencies for a jaspContainer to keep the plots in? Perhaps joining our chatserver could be practical? The offer still stands and it would allow us to communicate easier. |
I had just invited @bmatyasb to join in our channel ^^ please check your e-mail messages. |
@JorisGoosen Finally, I solved it by using tabView to create multiple plots, and then using the cowplot package's plot_grid() function to join these plots together in a specified number of columns and rows. of course the individual plots and the grid are in separate containers. |
@bmatyasb |
I'm getting there. thanks! i think i'm fine without help! I'm really trying
to finish this month :)
…On Wed, 22 Jan 2025 at 13:59, Thomas Langkamp ***@***.***> wrote:
@bmatyasb <https://github.com/bmatyasb>
how is it going? Anything you need?
—
Reply to this email directly, view it on GitHub
<#3083 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVW2D7LLVC6QGWFLMO4EVS32L6I4LAVCNFSM6AAAAABTQNUF3KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBXGE4DKNRWGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
JASP Version
0.19.2
Commit ID
No response
JASP Module
Unrelated
What analysis are you seeing the problem on?
No response
What OS are you seeing the problem on?
Windows 11
Bug Description
I would like to add extra functionality to JASP for myself. I think I have gone through the tutorial on adding modules. I saw that there is a template module. I downloaded it and thought I'd try loading it into JASP, testing to see if I had the simplest dependencies. But unfortunately it didn't work. I got an error message, I'll screenshot it. Is it just me, or is the template called jaspModule not really installable "by itself", just as downloaded?
Expected Behaviour
Actually, I don't know : )
Steps to Reproduce
Download the template as a zip file (https://github.com/jasp-stats/jaspModuleTemplate).
Unpack, repack as targz.
JASP -> developer mode -> top right corner -> select the targz.
(in fact I tried to specify the source folder in the options (obviously not the targz file), and still no luck. )
Log (if any)
No response
More Debug Information
No response
Final Checklist
The text was updated successfully, but these errors were encountered: