Package: princurve
Version: 2.1.4
Title: Fits 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) <doi:10.2307/2289936>.
License: GPL-2
Encoding: UTF-8
Depends: R (>= 3.0)
Imports:
    stats,
    graphics,
    grDevices,
    Rcpp
Suggests:
    devtools,
    testthat
LinkingTo: 
    Rcpp
NeedsCompilation: yes
RoxygenNote: 6.1.1
URL: https://github.com/rcannood/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'
