GNU bug report logs -
#34697
[PATCH] gnu: add r-lintr.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 11 Dec 2019 12:12:02 +0100
with message-id <87lfrj2k1p.fsf <at> elephly.net>
and subject line Re: [PATCH 3/3] gnu: Add r-lintr.
has caused the debbugs.gnu.org bug report #34697,
regarding [PATCH] gnu: add r-lintr.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
34697: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34697
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
---
gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f3bd3ded8d..a9b775f67e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10726,3 +10726,34 @@ using @code{S3}.")
(description
"This package provides a friendly interface for the construction of regular expressions.")
(license license:expat)))
+
+(define-public r-lintr
+ (package
+ (name "r-lintr")
+ (version "1.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "lintr" version))
+ (sha256
+ (base32
+ "0vlsgq13g2ddv3wqcxaaf7yki9yjj3j1agkh91vqlvbi90i6s8mx"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-codetools" ,r-codetools)
+ ("r-crayon" ,r-crayon)
+ ("r-digest" ,r-digest)
+ ("r-httr" ,r-httr)
+ ("r-igraph" ,r-igraph)
+ ("r-jsonlite" ,r-jsonlite)
+ ("r-knitr" ,r-knitr)
+ ("r-rex" ,r-rex)
+ ("r-rstudioapi" ,r-rstudioapi)
+ ("r-stringdist" ,r-stringdist)
+ ("r-testthat" ,r-testthat)))
+ (home-page "https://github.com/jimhester/lintr")
+ (synopsis "A 'Linter' for R Code")
+ (description
+ "Checks adherence to a given style, syntax errors and possible semantic issues. Supports on the fly checking of R code edited with 'RStudio IDE', 'Emacs', 'Vim', 'Sublime Text' and 'Atom'.")
+ (license license:expat)))
+
--
2.20.1
[Message part 3 (message/rfc822, inline)]
Nicolò Balzarotti <anothersms <at> gmail.com> writes:
> * gnu/packages/cran.scm (r-lintr): New variable.
I pushed these three patches with minor changes.
Thanks!
--
Ricardo
This bug report was last modified 5 years and 201 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.