Releases: yjunechoe/jlmerclusterperm
Releases · yjunechoe/jlmerclusterperm
v1.1.4
v1.1.3
No user-visible changes
Fixes for CRAN:
- Stricter specification of package versions in
Project.toml
to avoid version conflicts.
Full Changelog: v1.1.2...v1.1.3
v1.1.2
New features:
jlmerclusterperm()
exposes acache_dir
argument for manually specifying the cache directory. This was added largely for the convenience of testing. The default value ofcache_dir = NULL
preserves old behavior of attempting to write toR_user_dir()
and falling back totempdir()
.
Fixes for CRAN:
- Write cache to
tempdir()
for the purposes of running examples and tests.
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
-
More informative warnings when constructing a spec object
-
Fixed minor bugs when interfacing with Julia
-
Fixed bug with reporting convergence warnings when only one is encountered
Full Changelog: v1.1.0...v1.1.1
jlmerclusterperm 1.1.0
Minor breaking change:
- Slightly loosened the default convergence criterion for permute_timewise_statistics()
Fixes for CRAN:
- Specified importing R_user_dir() from {backports} which was missing previously
Full Changelog: v1.0.6...v1.1.0
jlmerclusterperm 1.0.6
v1.0.5
No user-visible changes
Fixes for CRAN:
- Ensure minimum version requirements for Tables.jl and DataAPI.jl are met
What's Changed
- 1.0.5 patch by @yjunechoe in #19
Full Changelog: v1.0.4...v1.0.5
jlmerclusterperm 1.0.4
No user-visible changes
What's Changed
- Type assertions in Julia functions by @yjunechoe in #7
- Wrap Julia scripts into module by @yjunechoe in #9
- Julia docstrings for exported functions by @yjunechoe in #11
- Cache Manifest.toml in R_user_dir by @yjunechoe in #17
Full Changelog: v1.0.3...v1.0.4
jlmerclusterperm 1.0.3
Fixes for CRAN:
- Use string for package version comparison
jlmerclusterperm 1.0.2
Bug fixes
jlmerclusterperm_setup()
now works for rc and alpha builds of Julia
Fixes for CRAN:
- The exclusion of Manifest.toml is now specified in .Rbuildignore - only Project.toml is bundled as intended.