Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r-lintr v2.0.0 #9

Merged
merged 4 commits into from
Oct 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .azure-pipelines/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 23 additions & 23 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = '1.0.3' %}
{% set version = '2.0.0' %}
{% set posix = 'm2-' if win else '' %}
{% set native = 'm2w64-' if win else '' %}

Expand All @@ -10,45 +10,49 @@ source:
url:
- {{ cran_mirror }}/src/contrib/lintr_{{ version }}.tar.gz
- {{ cran_mirror }}/src/contrib/Archive/lintr/lintr_{{ version }}.tar.gz
sha256: bd226d2248716d8a7748703e15e490d2a738fd714a7586f9d8ad8937027e9a6e
sha256: 8b33a905e8cd3710d4dd7ece105b57ee7027c6409eda58bfd38fd8b24964eb25

build:
merge_build_host: True # [win]
number: 1002
number: 0
noarch: generic
rpaths:
- lib/R/lib/
- lib/

requirements:
build:

- {{posix}}zip # [win]
host:
- r-base
- r-codetools
- r-crayon
- r-cyclocomp
- r-digest
- r-httr
- r-igraph
- r-httr >=1.2.1
- r-jsonlite
- r-knitr
- r-rex
- r-rstudioapi >=0.2
- r-stringdist
- r-testthat
- r-xml2 >=1.0.0
- r-xmlparsedata >=1.0.3
run:
- r-base
- r-codetools
- r-crayon
- r-cyclocomp
- r-digest
- r-httr
- r-igraph
- r-httr >=1.2.1
- r-jsonlite
- r-knitr
- r-rex
- r-rstudioapi >=0.2
- r-stringdist
- r-testthat
- r-xml2 >=1.0.0
- r-xmlparsedata >=1.0.3

test:
commands:
Expand All @@ -62,38 +66,34 @@ about:
on the fly checking of R code edited with 'RStudio IDE', 'Emacs', 'Vim', 'Sublime
Text' and 'Atom'.
license_family: MIT
license_file:
license_file:
- '{{ environ["PREFIX"] }}/lib/R/share/licenses/MIT'
- LICENSE

extra:
recipe-maintainers:
- conda-forge/r
- johanneskoester
- bgruening
- daler
- jdblischak
- cbrueffer
- Adrianzo
- dbast

# Package: lintr
# Title: A 'Linter' for R Code
# Version: 1.0.3
# Authors@R: person("Jim", "Hester", email = "[email protected]", role = c("aut", "cre"))
# Version: 2.0.0
# Authors@R: c( person("Jim", "Hester", email = "[email protected]", role = c("aut", "cre")), person("Florent", "Angly", role = "aut") )
# URL: https://github.com/jimhester/lintr
# BugReports: https://github.com/jimhester/lintr/issues
# 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'.
# Depends: R (>= 3.1.1)
# Imports: rex, crayon, codetools, stringdist, testthat, digest, igraph, rstudioapi (>= 0.2), httr, jsonlite, knitr, stats, utils
# Depends: R (>= 3.2)
# Imports: rex, crayon, codetools, cyclocomp, stringdist, testthat, digest, rstudioapi (>= 0.2), httr (>= 1.2.1), jsonlite, knitr, stats, utils, xml2 (>= 1.0.0), xmlparsedata (>= 1.0.3)
# Suggests: rmarkdown, mockery
# License: MIT + file LICENSE
# LazyData: true
# Encoding: UTF-8
# VignetteBuilder: knitr
# RoxygenNote: 6.0.1
# RoxygenNote: 6.1.1
# Collate: 'T_and_F_symbol_linter.R' 'utils.R' 'aaa.R' 'addins.R' 'assignment_linter.R' 'cache.R' 'closed_curly_linter.R' 'commas_linter.R' 'comment_linters.R' 'comments.R' 'cyclocomp_linter.R' 'declared_functions.R' 'object_name_linters.R' 'deprecated.R' 'equals_na_lintr.R' 'exclude.R' 'expect_lint.R' 'extract.R' 'extraction_operator_linter.R' 'function_left_parentheses.R' 'get_source_expressions.R' 'ids_with_token.R' 'implicit_integer_linter.R' 'infix_spaces_linter.R' 'line_length_linter.R' 'lint.R' 'methods.R' 'namespace.R' 'no_tab_linter.R' 'object_usage_linter.R' 'open_curly_linter.R' 'paren_brace_linter.R' 'path_linters.R' 'pipe_continuation_linter.R' 'semicolon_terminator_linter.R' 'seq_linter.R' 'settings.R' 'single_quotes_linter.R' 'spaces_inside_linter.R' 'spaces_left_parentheses_linter.R' 'trailing_blank_lines_linter.R' 'trailing_whitespace_linter.R' 'tree-utils.R' 'undesirable_function_linter.R' 'undesirable_operator_linter.R' 'unneeded_concatenation_linter.R' 'with_id.R' 'zzz.R'
# NeedsCompilation: no
# Packaged: 2018-11-08 16:39:01 UTC; jhester
# Author: Jim Hester [aut, cre]
# Packaged: 2019-10-01 15:45:57 UTC; jhester
# Author: Jim Hester [aut, cre], Florent Angly [aut]
# Maintainer: Jim Hester <[email protected]>
# Repository: CRAN
# Date/Publication: 2018-11-08 17:10:10 UTC
# Date/Publication: 2019-10-01 18:10:03 UTC