mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-stringfish: Update to 0.18.0.
* gnu/packages/cran.scm (r-stringfish): Update to 0.18.0. [properties]: Record updater-ignored-native-inputs. [inputs]: Remove tbb-2020. [native-inputs]: Add r-dplyr, r-rlang, and r-stringr. Change-Id: If64356fc2f989e689fe4d6903b99e1d33ab6aad4
This commit is contained in:
parent
c2984b60f1
commit
614a2168f2
1 changed files with 10 additions and 5 deletions
|
|
@ -54928,17 +54928,18 @@ the @code{raster} package that is suitable for extracting raster values using
|
|||
(define-public r-stringfish
|
||||
(package
|
||||
(name "r-stringfish")
|
||||
(version "0.17.0")
|
||||
(version "0.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "stringfish" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0x6nad21q7shsl7wjzldb6si7j09dyxksrpq29cxphh79d0ga2ly"))))
|
||||
"1vrs2vqr6fzy5fmww1q0nbv7nkxq5dhzmmv2fxgf20svnqnn9pz2"))))
|
||||
(properties
|
||||
'((upstream-name . "stringfish")
|
||||
(updater-extra-inputs . ("pcre2"))))
|
||||
(updater-extra-inputs . ("pcre2"))
|
||||
(updater-ignored-native-inputs . ("r-qs2"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
@ -54961,11 +54962,15 @@ the @code{raster} package that is suitable for extracting raster values using
|
|||
(display (string-append
|
||||
"CXXFLAGS=-g -O2"
|
||||
" -Wno-error=changes-meaning\n"))))))))))
|
||||
(inputs (list pcre2 tbb-2020))
|
||||
(inputs (list pcre2))
|
||||
(propagated-inputs
|
||||
(list r-rcpp r-rcppparallel))
|
||||
(native-inputs
|
||||
(list pkg-config r-knitr))
|
||||
(list pkg-config
|
||||
r-dplyr
|
||||
r-knitr
|
||||
r-rlang
|
||||
r-stringr))
|
||||
(home-page "https://github.com/traversc/stringfish")
|
||||
(synopsis "Alternative string implementation")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue