gnu: r-qqconf: Update to 1.3.0.

* gnu/packages/cran.scm (r-qqconf): Update to 1.3.0.
[propagated-inputs]: Remove r-dplyr, r-magrittr, and r-rlang.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:53:18 +02:00
parent f1896a804a
commit 8ebb59f598
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -24878,22 +24878,19 @@ finding peaks in spectra, converting humidity measures.")
(define-public r-qqconf
(package
(name "r-qqconf")
(version "1.2.3")
(version "1.3.0")
(source (origin
(method url-fetch)
(uri (cran-uri "qqconf" version))
(sha256
(base32
"0qnfzq2zb776kmvbwmyj9di4nlzx7dg0nz4097hfcllfx9160nwv"))))
"11sh0q5bwmqdygqd1gspx7xc5mysj18whz11afnz6s1m820snhhw"))))
(properties `((upstream-name . "qqconf")))
(build-system r-build-system)
(inputs (list fftw))
(propagated-inputs
(list r-dplyr
r-magrittr
r-mass
(list r-mass
r-rcpp
r-rlang
r-robustbase))
(native-inputs (list pkg-config r-knitr))
(home-page "https://github.com/eweine/qqconf")