Package: BsplineQuantReg Type: Package Title: 'Constrained Quantile Regression with Cubic B-Splines' Version: 0.1.0 Date: 2026-06-01 Authors@R: person("Alexandre", "Abbes", email = "alexandre.abbes@proton.me", role = c('aut', 'cre')) Description: Quantile regression with cubic B-splines under monotonicity and convexity constraints using the Karlin-Studden SOCP formulation. The method is described in Abbes (2026) . This R implementation is intended for demonstration and prototyping; all B-spline and polynomial functions have been rewritten for consistency. A faster version written in 'Python' is available at . License: GPL-3 URL: https://github.com/alexandreabbes/BsplineQuantReg, https://doi.org/10.5281/zenodo.17427913 BugReports: https://github.com/alexandreabbes/BsplineQuantReg/issues Depends: R (>= 3.5.0) Imports: CVXR Suggests: cobs,quantreg,pracma Encoding: UTF-8 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake libgmp3-dev make pkg-config libclang-dev Repository: https://alexandreabbes.r-universe.dev Date/Publication: 2026-06-18 08:23:40 UTC RemoteUrl: https://github.com/alexandreabbes/bsplinequantreg RemoteRef: HEAD RemoteSha: 80825c2c28f847e48ffa02c06d42feca09ee41b8 NeedsCompilation: no Packaged: 2026-06-24 09:29:02 UTC; root Author: Alexandre Abbes [aut, cre] Maintainer: Alexandre Abbes