NagaMalli

Cran.scm file from 21088 Line

Apr 20th, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. /home/nagamalli/Documents/outreachy/Guix/guix/gnu/packages/cran.scm:21088:2: warning: invalid field specifier
  2.  
  3.  
  4. (package
  5. (name "r-asd")
  6. (version "2.2")
  7. (source
  8. (origin
  9. (method url-fetch)
  10. (uri (cran-uri "asd" version))
  11. (sha256
  12. (base32
  13. "0p3r4qjam3sl3rpcilb0pgx4xx3ly71xqnvkv31vzjs885lgxz4l"))))
  14. (properties `((upstream-name . "asd")))
  15. (build-system r-build-system)
  16. <<<<<<< HEAD
  17. (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
  18. (home-page
  19. "https://cran.r-project.org/web/packages/asd")
  20. (synopsis
  21. "Simulations for Adaptive Seamless Designs")
  22. (description
  23. "Package runs simulations for adaptive seamless designs with and without
  24. early outcomes for treatment selection and subpopulation type designs.")
  25. =======
  26. (propagated-inputs
  27. `(("r-mvtnorm" ,r-mvtnorm)))
  28. (home-page "https://cran.r-project.org/web/packages/asd")
  29. (synopsis "Simulations for Adaptive Seamless Designs")
  30. (description
  31. "This package provdes means to run simulations for adaptive seamless
  32. designs with and without early outcomes for treatment selection and
  33. subpopulation type designs.")
  34. (license license:gpl3)))
  35.  
  36. (define-public r-nbconvertr
  37. (package
  38. (name "r-nbconvertr")
  39. (version "1.3.2")
  40. (source
  41. (origin
  42. (method url-fetch)
  43. (uri (cran-uri "nbconvertR" version))
  44. (sha256
  45. (base32
  46. "0yhmz177r1miain65vspclahhz8cg7638ldbpsw8ylgf7a60l0sg"))))
  47. (properties `((upstream-name . "nbconvertR")))
  48. (build-system r-build-system)
  49. (inputs
  50. `(("jupyter" ,python-nbconvert)
  51. ("pandoc" ,ghc-pandoc)))
  52. (home-page "https://cran.r-project.org/web/packages/nbconvertR/")
  53. (synopsis "Vignette engine wrapping Jupyter notebooks")
  54. (description
  55. "This package calls the Jupyter script @code{nbconvert} to create
  56. vignettes from notebooks. Those notebooks (@code{.ipynb} files) are files
  57. containing rich text, code, and its output. Code cells can be edited and
  58. evaluated interactively.")
  59. >>>>>>> a8f01c45c627f92f9fa1ab8b0c8de722ecd1e4df
  60. (license license:gpl3)))
  61.  
  62. (define-public r-rxnat
  63. (package
  64. (name "r-rxnat")
  65. (version "1.0.8")
  66. (source
  67. (origin
  68. (method url-fetch)
  69. (uri (cran-uri "Rxnat" version))
  70. (sha256
  71. (base32
  72. "12xcs2l6vn50bwzfmv60j1qahjw2npfm1a3yjhffcxzh6p8chwbg"))))
  73. (properties `((upstream-name . "Rxnat")))
  74. (build-system r-build-system)
  75. (propagated-inputs
  76. `(("r-httr" ,r-httr) ("r-rcurl" ,r-rcurl)))
  77. (native-inputs `(("r-knitr" ,r-knitr)))
  78. (home-page "https://cran.r-project.org/web/packages/Rxnat")
  79. (synopsis "Queries and extracts Images from Extensible Neuroimaging Archive Toolkit")
  80. (description
  81. "Allows communication with Extensible Neuroimaging Archive Toolkit
  82. <https://www.xnat.org>.Rxnat is using the XNAT REST API to perform data
  83. queries and download images.")
  84. (license license:gpl2)))
  85.  
  86. (define-public r-tea
  87. (package
  88. (name "r-tea")
  89. (version "1.1")
  90. (source
  91. (origin
  92. (method url-fetch)
  93. (uri (cran-uri "tea" version))
  94. (sha256
  95. (base32
  96. "0ql7lrxk0ihm49kqsvz79ig8i54rwiy9nxav4v9hy72j9kj5bgjn"))))
  97. (properties `((upstream-name . "tea")))
  98. (build-system r-build-system)
  99. (propagated-inputs `(("r-matrix" ,r-matrix)))
  100. (home-page "https://cran.r-project.org/web/packages/tea")
  101. (synopsis "Threshold Estimation Approaches")
  102. (description
  103. "Different approaches for selecting the threshold in generalized Pareto
  104. distributions. Most of them are based on minimizing the AMSE-criterion or at least
  105. by reducing the bias of the assumed GPD-model. Others are heuristically motivated by
  106. searching for stable sample paths, i.e. a nearly constant region of the tail index estimator
  107. with respect to k, which is the number of data in the tail.The third class is motivated by
  108. graphical inspection.In addition, a sequential testing procedure for GPD-GoF-tests
  109. is also implemented here.")
  110. (license license:gpl3)))
Add Comment
Please, Sign In to add comment