-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #103 from adrientaudiere/dev
refactor: Better lint
- Loading branch information
Showing
191 changed files
with
884 additions
and
902 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
linters: linters_with_tags( | ||
tags = c("default", "common_mistakes", "package_development", "consistency", "correctness", "robustness"), | ||
undesirable_operator_linter = NULL, | ||
line_length_linter(120), | ||
keyword_quote_linter = NULL, | ||
condition_message_linter = NULL, | ||
paste_linter = NULL, | ||
implicit_integer_linter = NULL, | ||
packages = "lintr", | ||
exclude_tags = "deprecated" | ||
) | ||
encoding: "UTF-8" | ||
|
||
exclusions: list( | ||
# excluded from all lints: | ||
"tests/testthat.R" | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: MiscMetabar | ||
Type: Package | ||
Title: Miscellaneous Functions for Metabarcoding Analysis | ||
Version: 0.10.1 | ||
Version: 0.10.2 | ||
Authors@R: person("Adrien", "Taudière", email = "[email protected]", | ||
role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-1088-1182")) | ||
Description: Facilitate the description, transformation, exploration, and reproducibility of metabarcoding analyses. 'MiscMetabar' is mainly built on top of the 'phyloseq', 'dada2' and 'targets' R packages. It helps to build reproducible and robust bioinformatics pipelines in R. 'MiscMetabar' makes ecological analysis of alpha and beta-diversity easier, more reproducible and more powerful by integrating a large number of tools. Important features are described in Taudière A. (2023) <doi:10.21105/joss.06038>. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.