Package: ferrn Title: Facilitate Exploration of touRR optimisatioN Version: 0.2.0 Authors@R: c( person("H. Sherry","Zhang", email = "huizezhangsh@gmail.com", role = c("aut","cre"), comment = c(ORCID = "0000-0002-7122-1463")), person("Dianne", "Cook", email = "dicook@monash.edu", role = "aut", comment = c(ORCID = "0000-0002-3813-7155")), person("Ursula", "Laa", email = "ursula.laa@boku.ac.at", role = "aut", comment = c(ORCID = "0000-0002-0249-6439")), person("Nicolas", "Langrené", email = "nicolaslangrene@uic.edu.cn", role = "aut", comment = c(ORCID = "0000-0001-7601-4618")), person("Patricia", "Menéndez", email = "patricia.menendez@unimelb.edu.au ", role = "aut", comment = c(ORCID = "0000-0003-0701-6315")) ) Description: Diagnostic plots for optimisation, with a focus on projection pursuit. These show paths the optimiser takes in the high-dimensional space in multiple ways: by reducing the dimension using principal component analysis, and also using the tour to show the path on the high-dimensional space. Several botanical colour palettes are included, reflecting the name of the package. A paper describing the methodology can be found at . License: MIT + file LICENSE Encoding: UTF-8 LazyData: true URL: https://github.com/huizezhang-sherry/ferrn/, https://huizezhang-sherry.github.io/ferrn/ BugReports: https://github.com/huizezhang-sherry/ferrn/issues Imports: rlang (>= 0.1.2), dplyr, magrittr, scales, gganimate, ggplot2, tibble, purrr, tourr, stringr, ggrepel, ggforce, tidyr, cli, progress, glue, GpGp RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Suggests: roxygen2, covr, pkgdown, testthat, forcats, patchwork, future.apply, ash, vdiffr Language: en-GB Config/pak/sysreqs: libabsl-dev cmake libfontconfig1-dev libfreetype6-dev libgdal-dev gdal-bin libgeos-dev libglpk-dev libgsl0-dev libicu-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://huizezhang-sherry.r-universe.dev Date/Publication: 2025-11-20 21:31:55 UTC RemoteUrl: https://github.com/huizezhang-sherry/ferrn RemoteRef: HEAD RemoteSha: 3e6189a85eeb5e5bb518679a631ed907e4138c7d NeedsCompilation: no Packaged: 2026-06-18 08:38:54 UTC; root Author: H. Sherry Zhang [aut, cre] (ORCID: ), Dianne Cook [aut] (ORCID: ), Ursula Laa [aut] (ORCID: ), Nicolas Langrené [aut] (ORCID: ), Patricia Menéndez [aut] (ORCID: ) Maintainer: H. Sherry Zhang