-
-
Notifications
You must be signed in to change notification settings - Fork 215
feat: support importing R data files into JASP #5841
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
base: development
Are you sure you want to change the base?
Conversation
Awesome!! |
2adf213
to
e1eccc0
Compare
Looks good at first glance! Ill have look next week, and this might even make make some datawrangling easier! |
be47ac8
to
d57e250
Compare
Is there a way to suppress the compiling warning of R package |
d57e250
to
017c442
Compare
Its a good idea to add this yeah, I like seeing the output of rpkgs being compiled in case there is an error (which is why I turned it on) but rcppeigen is ridiculous |
017c442
to
5c0c375
Compare
Yes, I also support turning on some compilation parameters to identify risks. |
781e2dc
to
b6e8eee
Compare
b6e8eee
to
e6f1825
Compare
Now we using librdata to import .RData/.rds files into JASP! Compiling librdata on Windows is still not silky🤔 because librdata is not on conan but I had opened a PR for conan repo, but it cannot build with msvc...see:conan-io/conan-center-index#26024
Close: jasp-stats/jasp-issues#2884
TODO and Help wanted: