Skip to content
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

Wrap Julia scripts into module #9

Merged
merged 13 commits into from
Jul 26, 2023
Merged

Wrap Julia scripts into module #9

merged 13 commits into from
Jul 26, 2023

Conversation

yjunechoe
Copy link
Owner

Julia module is loaded via JuliaConnectoR::juliaImport("JlmerClusterPerm").

New structure:

/inst/julia
│   load-pkgs.jl
│   Project.toml
│
└───JlmerClusterPerm
    │   Project.toml
    │
    └───src
            01-utils.jl
            02-jlmer.jl
            03-compute_timewise_statistics.jl
            04-extract_clusters.jl
            05-permute.jl
            06-permute_timewise_statistics.jl
            JlmerClusterPerm.jl

@yjunechoe yjunechoe mentioned this pull request Jul 26, 2023
20 tasks
@yjunechoe yjunechoe merged commit 50b3ca4 into main Jul 26, 2023
6 checks passed
@yjunechoe yjunechoe deleted the wrap-module branch January 19, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant