Type: Package Package: InPlotSampling Title: Easing the Application of Ranked Set Sampling in Practice Version: 0.1.0 Date: 2021-02-09 Authors@R: c( person("Omer", "Ozturk", , "omer@stat.osu.edu", role = "aut", comment = c(ORCID = "0000-0002-0235-4772")), person("Sam", "Rogers", , "sam.rogers@adelaide.edu.au", role = c("cre", "aut")), person("Olena", "Kravchuk", , "olena.kravchuk@adelaide.edu.au", role = c("aut", "dtc"), comment = c(ORCID = "0000-0001-5291-3600")), person("Peter", "Kasprzak", , "peter.kasprzak@adelaide.edu.au", role = "aut") ) Description: The InPlotSampling package provides a way for researchers to easily implement Ranked Set Sampling in practice. Ranked Set Sampling was originally described by McIntyre (1952) (reprinted in 2005) . This package takes work by Omer and Kravchuk (2021) and enables easy use of the methods. License: MIT + file LICENSE URL: https://aagi-aus.github.io/InPlotSampling/ BugReports: https://github.com/AAGI-AUS/InPlotSampling/issues Depends: R (>= 3.5.0) Imports: Rcpp, ggplot2, SDaA, FNN Suggests: covr, testthat, parallel LinkingTo: Rcpp Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://aagi-aus.r-universe.dev Date/Publication: 2026-03-27 06:43:03 UTC RemoteUrl: https://github.com/AAGI-AUS/InPlotSampling RemoteRef: HEAD RemoteSha: 5a444efee2ec3af20769a732b67d3e569735ac87 NeedsCompilation: yes Packaged: 2026-07-03 15:10:32 UTC; root Author: Omer Ozturk [aut] (ORCID: ), Sam Rogers [cre, aut], Olena Kravchuk [aut, dtc] (ORCID: ), Peter Kasprzak [aut] Maintainer: Sam Rogers