Skip to content

Commit

Permalink
Automated CRAN import
Browse files Browse the repository at this point in the history
  • Loading branch information
PromyLOPh committed Oct 19, 2022
1 parent 8914e58 commit 6b176db
Show file tree
Hide file tree
Showing 22 changed files with 356 additions and 447 deletions.
4 changes: 2 additions & 2 deletions guix-cran/packages/a.scm
Expand Up @@ -15211,13 +15211,13 @@ constraints are supported. See <doi:10.1002/sim.8291> and
(define-public r-adobeanalyticsr
(package
(name "r-adobeanalyticsr")
(version "0.3.2")
(version "0.3.3")
(source (origin
(method url-fetch)
(uri (cran-uri "adobeanalyticsr" version))
(sha256
(base32
"0p1c2hya3jqsvfvrx8a3fgs995snmkvxh9gv5qpmk312wm2gwb09"))))
"1x1mkprp42xyfgiyffkj9lwzfv79dfwdg9alxfcpmgcvcrnbxcwi"))))
(properties `((upstream-name . "adobeanalyticsr")))
(build-system r-build-system)
(propagated-inputs (list r-vctrs
Expand Down
45 changes: 10 additions & 35 deletions guix-cran/packages/b.scm
Expand Up @@ -3606,13 +3606,13 @@ Priyadarshana and Sofronov (2012b)).")
(define-public r-breakfast
(package
(name "r-breakfast")
(version "2.2")
(version "2.3")
(source (origin
(method url-fetch)
(uri (cran-uri "breakfast" version))
(sha256
(base32
"1bdzi0czhjwiqid6xz1b10p9wqy051sy5jhxnwzh9bxzh94a79lk"))))
"03qkablrfgxp5c0kpyj38z831f6dwxwql2xkfpkpfjdiaqs7snrd"))))
(properties `((upstream-name . "breakfast")))
(build-system r-build-system)
(propagated-inputs (list r-rcpp r-plyr r-ggplot2))
Expand Down Expand Up @@ -7224,31 +7224,6 @@ of distributions, including Mohammadi and et al. (2013)
<doi:10.1080/03610918.2011.588358>.")
(license license:gpl2+)))

(define-public r-bmix
(package
(name "r-bmix")
(version "0.6")
(source (origin
(method url-fetch)
(uri (cran-uri "Bmix" version))
(sha256
(base32
"17swhn2p7jv29fkspacg2v181lkc9yd3xww2fx31xs8hsndcm857"))))
(properties `((upstream-name . "Bmix")))
(build-system r-build-system)
(propagated-inputs (list r-mvtnorm))
(home-page "http://faculty.chicagobooth.edu/matt.taddy")
(synopsis "Bayesian Sampling for Stick-Breaking Mixtures")
(description
"This is a bare-bones implementation of sampling algorithms for a variety of
Bayesian stick-breaking (marginally DP) mixture models, including particle
learning and Gibbs sampling for static DP mixtures, particle learning for
dynamic BAR stick-breaking, and DP mixture regression. The software is designed
to be easy to customize to suit different situations and for experimentation
with stick-breaking models. Since particles are repeatedly copied, it is not an
especially efficient implementation.")
(license license:gpl2+)))

(define-public r-bmisc
(package
(name "r-bmisc")
Expand Down Expand Up @@ -9745,13 +9720,13 @@ from examples at <https://bl.ocks.org/NPashaP> (released under GPL-3).")
(define-public r-bipartite
(package
(name "r-bipartite")
(version "2.17")
(version "2.18")
(source (origin
(method url-fetch)
(uri (cran-uri "bipartite" version))
(sha256
(base32
"0lgpcvsjj7vpcbb4lgmpbvqay3s06kg3ayrpliqw16dfh3f2xpjq"))))
"1n15vs9zpq1arays1xjicfbam0k7v71afcq64skjnh9qmycyzh4v"))))
(properties `((upstream-name . "bipartite")))
(build-system r-build-system)
(propagated-inputs (list r-vegan
Expand Down Expand Up @@ -17691,13 +17666,13 @@ accompanying Pratola et. al. (2013) <arXiv:1309.1906>.")
(define-public r-bcee
(package
(name "r-bcee")
(version "1.3.0")
(version "1.3.1")
(source (origin
(method url-fetch)
(uri (cran-uri "BCEE" version))
(sha256
(base32
"19sg84qw44pa7dmr2l656zv988cj6ap6069l53vza5ynqswckbw2"))))
"0ys7gbxjwk28ajxa4pa7wyfc97dwlmysbvpsza1wrf661hjrdn6z"))))
(properties `((upstream-name . "BCEE")))
(build-system r-build-system)
(propagated-inputs (list r-rcpparmadillo r-rcpp r-leaps r-boot r-bma))
Expand Down Expand Up @@ -23309,13 +23284,13 @@ data and web metrics in general.")
(define-public r-bamp
(package
(name "r-bamp")
(version "2.1.1")
(version "2.1.3")
(source (origin
(method url-fetch)
(uri (cran-uri "bamp" version))
(sha256
(base32
"1w5c2a5ncfahkb5a4yczjyrknyad26gs0xyflkv6i09r34aixyqg"))))
"0qzcndjdwbgiwyvc7ikb7jr0n7cmn78v56h5in22j24jjj740l2z"))))
(properties `((upstream-name . "bamp")))
(build-system r-build-system)
(propagated-inputs (list r-coda r-abind))
Expand Down Expand Up @@ -24136,13 +24111,13 @@ add-in that can be bound to a keyboard shortcut.")
(define-public r-backbone
(package
(name "r-backbone")
(version "2.1.0")
(version "2.1.1")
(source (origin
(method url-fetch)
(uri (cran-uri "backbone" version))
(sha256
(base32
"16asj7g76hwvq5rgcdmwha0i0nxbkbyplq4x5dch4y53xzrz4yhr"))))
"1b000lpd3wyfzaj6xf36k8281vx091l4fffbklx7k6vk650fsj07"))))
(properties `((upstream-name . "backbone")))
(build-system r-build-system)
(propagated-inputs (list r-rcpp r-matrix r-igraph))
Expand Down
18 changes: 10 additions & 8 deletions guix-cran/packages/c.scm
Expand Up @@ -3364,13 +3364,13 @@ developed in the context of H2020 MED-GOLD (776467) and S2S4E (776787) projects.
(define-public r-cshshydrology
(package
(name "r-cshshydrology")
(version "1.2.9")
(version "1.2.10")
(source (origin
(method url-fetch)
(uri (cran-uri "CSHShydRology" version))
(sha256
(base32
"0hg4mxfppq87g4a52ninj2jkfgidmsd76vylr6siyc8y2scxi2rm"))))
"1h3lcixsq19si1lbzzm8h9h0k4p01z2s8zzdw5az4vlsbg7wv1gl"))))
(properties `((upstream-name . "CSHShydRology")))
(build-system r-build-system)
(propagated-inputs (list r-whitebox
Expand Down Expand Up @@ -4347,13 +4347,13 @@ correlation, autocorrelation, and volatility clustering without power loss.")
(define-public r-crs
(package
(name "r-crs")
(version "0.15-35")
(version "0.15-36")
(source (origin
(method url-fetch)
(uri (cran-uri "crs" version))
(sha256
(base32
"0v90cydhlki3dh4ib0fzk7w5idj59wz89rlljqlhz39fq7ljln1q"))))
"07r08d1cpgvnzlhrpx0xayknh4nai2h6ndv3w0dvp35f1075ksys"))))
(properties `((upstream-name . "crs")))
(build-system r-build-system)
(propagated-inputs (list r-quantreg r-np r-boot))
Expand Down Expand Up @@ -31216,16 +31216,18 @@ de la Torre, Abad and Olea (2017) <DOI:10.1027/1614-2241/a000131>.")
(define-public r-cdatanet
(package
(name "r-cdatanet")
(version "1.0.1")
(version "2.0.1")
(source (origin
(method url-fetch)
(uri (cran-uri "CDatanet" version))
(sha256
(base32
"1ah992z1icmwm04m812fvhdgsjibvbkp4i2gm6fd0v10vr9iczg8"))))
"0slw0lz0k6706hww7msfkal1nwq1252cnxswpi9b9yjm9qnmj1hs"))))
(properties `((upstream-name . "CDatanet")))
(build-system r-build-system)
(propagated-inputs (list r-rcppprogress
r-rcppnumerical
r-rcppeigen
r-rcppdist
r-rcpparmadillo
r-rcpp
Expand Down Expand Up @@ -34246,13 +34248,13 @@ graphic presentation of maps, for instance, map palettes, layout elements
(define-public r-cartogramr
(package
(name "r-cartogramr")
(version "1.0-8")
(version "1.0-9")
(source (origin
(method url-fetch)
(uri (cran-uri "cartogramR" version))
(sha256
(base32
"0k5jnz0yg5yn63k287zzx4q1w0n17k1m08r49yyyh634gi6fyqlz"))))
"0j8xa11g3m9sp2vcx0z6lk6cpdd8f83r2qx1ibcz28h5s6nmvn69"))))
(properties `((upstream-name . "cartogramR")))
(build-system r-build-system)
(propagated-inputs (list r-sf r-data-table))
Expand Down
19 changes: 9 additions & 10 deletions guix-cran/packages/d.scm
Expand Up @@ -2210,22 +2210,21 @@ incorporating functionalities from many other packages.")
(define-public r-dtsea
(package
(name "r-dtsea")
(version "0.0.1")
(version "0.0.2")
(source (origin
(method url-fetch)
(uri (cran-uri "DTSEA" version))
(sha256
(base32
"1b1rpyi24qa5s74n18rcqfqsl0l69sjyng6dx45chshdak0hyg8d"))))
"00jndqn4vyjymy6ys2rqxqd1fwf6bdqiv831g905k6nczxh8d7wv"))))
(properties `((upstream-name . "DTSEA")))
(build-system r-build-system)
(propagated-inputs (list r-tidyr
r-tibble
r-magrittr
r-igraph
r-fgsea
r-dplyr
r-biocparallel))
r-dplyr))
(native-inputs (list r-knitr))
(home-page "https://cran.r-project.org/package=DTSEA")
(synopsis "Drug Target Set Enrichment Analysis")
Expand Down Expand Up @@ -20736,13 +20735,13 @@ function of hat F may also be calculated (but may be slow).")
(define-public r-dbitest
(package
(name "r-dbitest")
(version "1.7.2")
(version "1.7.3")
(source (origin
(method url-fetch)
(uri (cran-uri "DBItest" version))
(sha256
(base32
"0zx58nq6l21g0sbrmrnmckw0x20i2f6lv81cczh02yrv4r968cmh"))))
"0749mg3yadbxyixpsicnyi10dmwdjr1f590gfdzfrnpyg1ih5drh"))))
(properties `((upstream-name . "DBItest")))
(build-system r-build-system)
(propagated-inputs (list r-withr
Expand Down Expand Up @@ -21427,13 +21426,13 @@ can be performed with different methods including BLADJ (Webb et al. (2008)
(define-public r-datefixr
(package
(name "r-datefixr")
(version "1.2.0")
(version "1.3.0")
(source (origin
(method url-fetch)
(uri (cran-uri "datefixR" version))
(sha256
(base32
"1a0xc2fkj8ysiwiqri50cs3xmgs1cjcwscybgwjal28qqjkfzvks"))))
"0gscak3s2agf28491fmna211vyxcvq2zqdrc817kl6q063bcxj84"))))
(properties `((upstream-name . "datefixR")))
(build-system r-build-system)
(propagated-inputs (list r-stringr r-rlang r-lifecycle))
Expand All @@ -21455,13 +21454,13 @@ user-controlled behavior.")
(define-public r-date
(package
(name "r-date")
(version "1.2-39")
(version "1.2-40")
(source (origin
(method url-fetch)
(uri (cran-uri "date" version))
(sha256
(base32
"0mwp1619rxqyyyyxk224fh0x6g4rgyvr97q0kj076cxp71b97cdm"))))
"1kqiy0nvdcm8mrkm6kzz5wjxv4f58710sk7fycfcnlpf4ndn30ly"))))
(properties `((upstream-name . "date")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/package=date")
Expand Down
32 changes: 16 additions & 16 deletions guix-cran/packages/e.scm
Expand Up @@ -10679,28 +10679,28 @@ within-module correlations fitted to each module.")
(define-public r-emmixssl
(package
(name "r-emmixssl")
(version "1.1.0")
(version "1.1.1")
(source (origin
(method url-fetch)
(uri (cran-uri "EMMIXSSL" version))
(sha256
(base32
"14zhb065amcs7w7kr3ygwpclnf0fxil8xbipb2w0pq24d091vlxd"))))
"1z8mqh4d0vlxhk2mvpxwypr5labra3z4xsvpm4li1v4hga791h0v"))))
(properties `((upstream-name . "EMMIXSSL")))
(build-system r-build-system)
(propagated-inputs (list r-mvtnorm))
(home-page "https://cran.r-project.org/package=EMMIXSSL")
(synopsis "Semi-Supervised Learning via Gaussian Mixture Model")
(description
"The algorithm of semi-supervised learning for a partially classified sample via
Gaussian mixture model with the missing-label mechanism is designed for a
fitting g-component Gaussian mixture model via maximum likelihood (ML). The
classifier is proposed to treat the labels of the unclassified features as
missing-data and to introduce a framework for their missing as in the pioneering
work of Rubin (1976) for missing in incomplete data analysis. It suggests that
the missingness of the labels of the features can be modelled by representing
the probability of a missing-label for a feature via the logistic model
depending on the entropy of the feature or an appropriate proxy for it.")
(synopsis
"Semi-Supervised Gaussian Mixture Model with a Missing-Data Mechanism")
(description
"The algorithm of semi-supervised learning based on finite Gaussian mixture
models with a missing-data mechanism is designed for a fitting g-class Gaussian
mixture model via maximum likelihood (ML). It is proposed to treat the labels
of the unclassified features as missing-data and to introduce a framework for
their missing as in the pioneering work of Rubin (1976) for missing in
incomplete data analysis. This dependency in the missingness pattern can be
leveraged to provide additional information about the optimal classifier as
specified by Bayes’ rule.")
(license license:gpl3)))

(define-public r-emmixmfa
Expand Down Expand Up @@ -18747,16 +18747,16 @@ coupled-to-MCMC schemes are implemented.")
(define-public r-ease
(package
(name "r-ease")
(version "0.1.0")
(version "0.1.1")
(source (origin
(method url-fetch)
(uri (cran-uri "Ease" version))
(sha256
(base32
"11lhzx3kxkhp7x1wzyvwb2pnwnyhy61q395djpb0sxg4grq4dxv3"))))
"1aydwpb5wl3jvqkgf9gp4cc72rmh6206ci6p4v77jwbyzak53ldc"))))
(properties `((upstream-name . "Ease")))
(build-system r-build-system)
(propagated-inputs (list r-tidyr r-rcppprogress r-rcpp r-ggpubr r-ggplot2))
(propagated-inputs (list r-rcppprogress r-rcpp))
(native-inputs (list r-knitr))
(home-page "https://cran.r-project.org/package=Ease")
(synopsis "Simulating Explicit Population Genetics Models")
Expand Down

0 comments on commit 6b176db

Please sign in to comment.