Skip to content

Conversation

doomlab
Copy link

@doomlab doomlab commented Sep 16, 2025

updating the window view and options that don't cause JASP to crash when creating a new developer module

Just suggesting a change - working through the developer guidelines and this window has changed - I tried a couple combinations before this one finally worked without crashing.

  • am on mac os 15.6.1 (24G90)
  • Apple M3 Max

updating the window view and options that don't cause JASP to crash when creating a new developer module
@JorisGoosen
Copy link
Contributor

Ah hey, thanks for the suggestion ^^

So we added a new way of installing development modules, where you use renv and its lockfiles to specify your exact dependencies. And then you can install your Rpackage/module within R to a particular custom libPaths (an renv handled library).
This is the system we will be moving towards in the future, because having JASP play nice with everyones development systems turns out to be quite painful.
Better to let R handle it.

However, we do still support installing devmodules through JASP, so I will add your screenshot too, with some extra text explaining the difference.

JorisGoosen added a commit to JorisGoosen/jasp-desktop that referenced this pull request Sep 18, 2025
@JorisGoosen
Copy link
Contributor

So I couldnt check out your repo to push to this branch.

No matter, thanks for pointing out the inconsistency in the docs and uploading a screenshot.

Can you check out the new text I wrote in #6023 and see if it is a bit clearer?
Thanks!

@doomlab
Copy link
Author

doomlab commented Sep 19, 2025

Thanks for the quick response! I checked it out.

JorisGoosen added a commit that referenced this pull request Sep 23, 2025
…cribed (#6023)

* make sure both the renv way and the old devmodule install way are described

Use the screenshot uploaded by @doomlab in #6020

Co-authored-by: Pablo Rodríguez-Sánchez <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants