GNU bug report logs -
#75666
[PATCH] gnu: Add r-vscdebugger
Previous Next
To reply to this bug, email your comments to 75666 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#75666
; Package
guix-patches
.
(Sun, 19 Jan 2025 07:39:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jonas Freimuth <jonas.freimuth <at> posteo.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 19 Jan 2025 07:39:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/statistics.scm (r-vscdebugger): New variable.
Change-Id: Ie21c638de839b08ddce7c49b08ec7b3bd12c240a
---
gnu/packages/statistics.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index d6ad9fdff9..84a47e15c5 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -7103,6 +7103,31 @@ (define-public r-languageserver
completion.")
(license license:expat))))
+(define-public r-vscdebugger
+ (let ((commit "83e91154629de8cb81d043dea24fd78f77c6108c")
+ (revision "1"))
+ (package
+ (name "r-vscdebugger")
+ (version (git-version "0.5.3" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ManuelHentschel/vscDebugger")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1zn2smrpkdjy66ka2w7na4513hymrix2nqv6jwlgzm9ib6hp6fl9"))))
+ (properties `((upstream-name . "vscDebugger")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-jsonlite r-r6))
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/ManuelHentschel/vscDebugger")
+ (synopsis "Support for Visual Studio Code Debugger")
+ (description
+ "This package provides support for a visual studio code debugger.")
+ (license license:expat))))
+
(define-public python-rpy2
(package
(name "python-rpy2")
base-commit: 750b13031bd41661b4375e990e9af76ee304d2b9
--
2.47.1
This bug report was last modified 53 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.