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) . License: GPL (>= 2) Suggests: testthat (>= 3.0.0) LazyLoad: yes NeedsCompilation: yes Config/testthat/edition: 3 Config/pak/sysreqs: make Repository: https://fischuu.r-universe.dev Date/Publication: 2026-07-21 17:05:53 UTC RemoteUrl: https://github.com/fischuu/ojanp RemoteRef: HEAD RemoteSha: 0d79b05e5f8e947c8301432df88ac0bbad4985fe Packaged: 2026-07-22 10:07:21 UTC; root Author: Daniel Fischer [aut, cre] (ORCID: ), Juho Eagling [aut] (ORCID: ), Karl Mosler [aut] (ORCID: ), Jyrki Möttönen [aut] (ORCID: ), Klaus Nordhausen [aut] (ORCID: ), Oleksii Pokotylo [aut] (ORCID: ), 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