Package: OjaNP
Type: Package
Title: Multivariate Methods Based on the Oja Median and Related
        Concepts
Version: 2.0
Date: 2026-06-26
Encoding: UTF-8
Authors@R: c(
    person(given = "Daniel", 
           family = "Fischer", 
           role = c("aut", "cre"), 
           email = "daniel.fischer@luke.fi",
           comment = c(ORCID = "0000-0002-7513-683X")),
    person(given = "Juho",
           family = "Eagling",
           role = c("aut"),
           comment = c(ORCID = "0000-0001-8333-5057")),
    person(given = "Karl",
           family = "Mosler", 
           role = "aut",
           comment = c(ORCID = "0000-0002-4015-8094")),
    person(given = "Jyrki", 
           family = "Möttönen", 
           role = "aut",
           comment = c(ORCID = "0000-0002-6270-2556")),
    person(given = "Klaus", 
           family = "Nordhausen", 
           role = "aut",
           comment = c(ORCID = "0000-0002-3758-8501")),
    person(given = "Oleksii", 
           family = "Pokotylo", 
           role = "aut",
           comment = c(ORCID = "0000-0002-1136-5123")),
    person(given = "Daniel", 
           family = "Vogel", 
           role = "aut"),
    person(
        given = "Tommi",
        family = "Ronkainen",
        role = "ctb",
        comment = "Contributor of incorporated C++ code"
    ),
    person(
        given = "Makoto",
        family = "Matsumoto",
        role = c("ctb", "cph"),
        comment = "Original Mersenne Twister implementation"
    ),
    person(
        given = "Takuji",
        family = "Nishimura",
        role = c("ctb", "cph"),
        comment = "Original Mersenne Twister implementation"
    ),
    person(
        given = "Shawn",
        family = "Cokus",
        role = "ctb",
        comment = "Contributor to the Mersenne Twister implementation"
    ),
    person(
        given = "Richard J.",
        family = "Wagner",
        role = "ctb",
        comment = "Contributor to the Mersenne Twister implementation"
    )
  )
Depends: R (>= 4.0), ICS, ICSNP
LinkingTo: Rcpp
Description: Calculating the Oja median, Oja signs and ranks and methods based upon them. For details, see the the corresponding publication Fischer, Mosler, et al. (2020) <doi:10.18637/jss.v092.i08>.
License: GPL (>= 2)
Suggests: testthat (>= 3.0.0)
LazyLoad: yes
NeedsCompilation: yes
Config/testthat/edition: 3
Repository: CRAN
Packaged: 2026-07-21 10:18:12 UTC; fischerd
Author: Daniel Fischer [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-7513-683X>),
  Juho Eagling [aut] (ORCID: <https://orcid.org/0000-0001-8333-5057>),
  Karl Mosler [aut] (ORCID: <https://orcid.org/0000-0002-4015-8094>),
  Jyrki Möttönen [aut] (ORCID: <https://orcid.org/0000-0002-6270-2556>),
  Klaus Nordhausen [aut] (ORCID: <https://orcid.org/0000-0002-3758-8501>),
  Oleksii Pokotylo [aut] (ORCID: <https://orcid.org/0000-0002-1136-5123>),
  Daniel Vogel [aut],
  Tommi Ronkainen [ctb] (Contributor of incorporated C++ code),
  Makoto Matsumoto [ctb, cph] (Original Mersenne Twister implementation),
  Takuji Nishimura [ctb, cph] (Original Mersenne Twister implementation),
  Shawn Cokus [ctb] (Contributor to the Mersenne Twister implementation),
  Richard J. Wagner [ctb] (Contributor to the Mersenne Twister
    implementation)
Maintainer: Daniel Fischer <daniel.fischer@luke.fi>
Date/Publication: 2026-07-21 11:20:09 UTC
Built: R 4.5.2; aarch64-apple-darwin20; 2026-07-21 12:01:44 UTC; unix
Archs: OjaNP.so.dSYM
