Skip to content
/ Rpcop Public

R package to compute principal curves on oriented points

License

Notifications You must be signed in to change notification settings

kmfrick/Rpcop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Principal Curves of Oriented Points

This repository provides an implementation of principal curves on oriented points that can be compiled on modern systems, using Rcpp.

The original implementation, of which this repository is an adaptation, is provided here by the authors.

Principal curves on oriented points are introduced in Delicado and Huerta (2003).

Tests

Use these commands from repository root:

# Run package tests with your default compiler flags while ignoring ~/.R/Makevars
R_MAKEVARS_USER=/dev/null R_LIBS=/tmp/Rlibs-san \
  /opt/R-devel-san/bin/Rscript -e "testthat::test_local('pkg')"
# Run full sanitizer check with ASan/UBSan instrumentation from tools/sanitize.Makevars
ASAN_OPTIONS='halt_on_error=1' \
UBSAN_OPTIONS='print_stacktrace=1:halt_on_error=1' \
R_MAKEVARS_USER=$PWD/tools/sanitize.Makevars \
R_LIBS=/tmp/Rlibs-san \
  /opt/R-devel-san/bin/R CMD check pkg

About

R package to compute principal curves on oriented points

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published