Skip to content

Releases: yjunechoe/jlmerclusterperm

v1.1.3

06 Mar 16:39
Compare
Choose a tag to compare

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

18 Feb 01:19
03ca7ca
Compare
Choose a tag to compare

New features:

  • jlmerclusterperm() exposes a cache_dir argument for manually specifying the cache directory. This was added largely for the convenience of testing. The default value of cache_dir = NULL preserves old behavior of attempting to write to R_user_dir() and falling back to tempdir().

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

08 Feb 13:53
54e25b1
Compare
Choose a tag to compare

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

07 Oct 17:22
Compare
Choose a tag to compare

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

19 Sep 11:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

11 Sep 09:06
cd36f51
Compare
Choose a tag to compare

No user-visible changes

Fixes for CRAN:

  • Ensure minimum version requirements for Tables.jl and DataAPI.jl are met

What's Changed

Full Changelog: v1.0.4...v1.0.5

jlmerclusterperm 1.0.4

06 Sep 12:48
Compare
Choose a tag to compare

No user-visible changes

What's Changed

Full Changelog: v1.0.3...v1.0.4

jlmerclusterperm 1.0.3

20 Jul 03:05
Compare
Choose a tag to compare

Fixes for CRAN:

  • Use string for package version comparison

jlmerclusterperm 1.0.2

15 Jul 11:50
Compare
Choose a tag to compare

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.

jlmerclusterperm 1.0.1

03 Jul 00:53
Compare
Choose a tag to compare

jlmerclusterperm_setup() now exits early if Julia version requirement (>=1.8) is not met.

Fixes for CRAN:

  • Check Julia version requirement before proceeding to examples and tests