Max Bladen

Results 40 issues of Max Bladen

**Is your feature request related to a problem? Please describe.** A `block.spls` object cannot be passed into `cim()`, despite the fact that the functionality already exists to produce a CIM...

feature-request
ready-to-review

This PR contains numerous changes to the `network()` function. Users noted that a lack of control over vertex size and distances made for difficulty in plotting. Vertices frequently overlapped, covering...

enhancement
documentation
ready-to-review

**Is your feature request related to a problem? Please describe.** Users have had trouble with using the `network()` function as the vertices begin to overlap ([see here](https://mixomics-users.discourse.group/t/change-network-layout/1007)). The vertices completely...

enhancement
documentation
ready-to-review

Within the `helpers.R` file for tests, added the `.quiet()` function which prevents any calls to `cat()` or `print()` within a function from being printed. Also set `progressBar = FALSE` where...

bug fix
rapid-review

This function which was not utilised anymore was removed (had the exact same functionality as `plot.tune.spls1()` - if it needs to be accessed again I have saved a local copy)....

documentation
bug fix
cleaning-backend

On top of the fix suggested in #196, there were additional lines (between 542 and 587) which required adjustment to account for the nzv features. This primarily consisted of slicing...

bug fix

This pull request adds the `verbose.call` parameter to the following methods: - `pca`, - `spca`, - `pls`, - `spls`, - `rcc`, - `block.pls`, - `block.plsda`, - `block.spls`, - `block.splsda`, -...

enhancement
ready-to-review

As per #109, the user should be notified that the Y dataframe (in a DA context) contains `NA`s rather than just displaying an arbitrary error message

enhancement
ready-to-review

Derives from closed and depreciated PR (#198). Mostly the same implementation, such that: - `plotIndiv.mint.pls()` given functionality to process `background.predict` objects. Included adjusting way in which X and Y axes...

enhancement
ready-to-review

Derives from closed and depreciated PR (https://github.com/mixOmicsTeam/mixOmics/pull/195). Mostly the same implementation, such that: - Small check added to `perf.mixo_splsda()` to notify user if any class contains only one sample -...

bug fix
rapid-review
ready-to-review