Type: Package Package: qsplines Title: Quaternions Splines Version: 1.0.1 Authors@R: c( person("Stéphane", "Laurent", , "laurent_step@outlook.fr", role = c("aut", "cre")), person("Matthias", "Geier", role = "aut", comment = "author of the Python library 'splines'") ) Description: Provides routines to create some quaternions splines: Barry-Goldman algorithm, De Casteljau algorithm, and Kochanek-Bartels algorithm. The implementations are based on the Python library 'splines'. Quaternions splines allow to construct spherical curves. References: Barry and Goldman , Kochanek and Bartels . License: GPL-3 URL: https://github.com/stla/qsplines BugReports: https://github.com/stla/qsplines/issues LinkingTo: Rcpp, BH Depends: onion Imports: shiny, utils, Rcpp Suggests: rgl Encoding: UTF-8 RoxygenNote: 7.2.3 Config/pak/sysreqs: cmake libgmp3-dev make libuv1-dev zlib1g-dev Repository: https://stla.r-universe.dev Date/Publication: 2023-02-27 15:55:52 UTC RemoteUrl: https://github.com/stla/qsplines RemoteRef: HEAD RemoteSha: 6e1b2f703c76d6383419a3695719e182155165a6 NeedsCompilation: yes Packaged: 2026-07-09 08:35:40 UTC; root Author: Stéphane Laurent [aut, cre], Matthias Geier [aut] (author of the Python library 'splines') Maintainer: Stéphane Laurent