Package: princurve Version: 2.1.6 Title: Fit a Principal Curve in Arbitrary Dimension Authors@R: c( person("Trevor", "Hastie", email = "trevor@research.att.com", role = "aut"), person("Andreas", "Weingessel", email = "Andreas.Weingessel@ci.tuwien.ac.at", role = "aut"), person( "Kurt", "Hornik", email = "kurt.hornik@wu.ac.at", role = "aut", comment = c(ORCID = "0000-0003-4198-9911") ), person( "Henrik", "Bengtsson", email = "henrikb@braju.com", role = "ctb", comment = c(github = "HenrikBengtsson") ), person( "Robrecht", "Cannoodt", email = "rcannood@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood") )) Description: Fitting a principal curve to a data matrix in arbitrary dimensions. Hastie and Stuetzle (1989) . License: GPL-2 Encoding: UTF-8 Depends: R (>= 3.0) Imports: stats, graphics, grDevices, Rcpp Suggests: devtools, testthat LinkingTo: Rcpp NeedsCompilation: yes RoxygenNote: 7.1.1 URL: https://github.com/rcannood/princurve, https://rcannood.github.io/princurve/ BugReports: https://github.com/rcannood/princurve/issues Collate: 'RcppExports.R' 'bias_correct_curve.R' 'deprecated.R' 'package.R' 'periodic_lowess.R' 'smoother_functions.R' 'principal_curve.R' 'start_circle.R' Repository: https://rcannood.r-universe.dev Date/Publication: 2025-01-16 09:25:45 UTC RemoteUrl: https://github.com/rcannood/princurve RemoteRef: HEAD RemoteSha: d9324e141e4e1493577bb07f4bc8e5e2ed229aa0 Packaged: 2026-07-07 06:09:12 UTC; root Author: Trevor Hastie [aut], Andreas Weingessel [aut], Kurt Hornik [aut] (ORCID: ), Henrik Bengtsson [ctb] (github: HenrikBengtsson), Robrecht Cannoodt [aut, cre] (ORCID: , github: rcannood) Maintainer: Robrecht Cannoodt