The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

mnirs 0.6.4

Bug fix

mnirs 0.6.3

Plotting improvements

read_mnirs() |> 
    extract_intervals() |> 
    plot()
## returns a plot with a facet for each interval
read_mnirs() |> 
    extract_intervals() |> 
    class()
#> [1] "mnirs" "list"

Modified lap extraction behaviour

read_mnirs() |> 
    extract_intervals(
        start = by_lap(1, 3),
        span = c(0, 60),
    )
## returns a list of two intervals with the first 60-sec of laps 1 and 3, respectively.

Updated core functions

create_mnirs_data(df, nirs_channels = c(o2hb, hhb))

mnirs 0.6.2

Core updates

Core function argument changes

Small edits

mnirs 0.6.1

Bug fixes

mnirs 0.6.0

Prepare for CRAN submission

Updated core functions

mnirs 0.5.2

Shiny app

mnirs 0.5.1

Updated core functions

mnirs 0.5.0

Updated core functions

Package resources

mnirs 0.4.2 and prior

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.