From 65936fdeb02214841867958cd504b66aae873489 Mon Sep 17 00:00:00 2001 From: Ramiro Magno Date: Tue, 30 Jul 2024 18:15:04 +0100 Subject: [PATCH] Remove rlang dependency --- DESCRIPTION | 3 +-- NAMESPACE | 2 +- R/amino_acid_pairs.R | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8387167..60984be 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -35,8 +35,7 @@ Depends: Imports: tibble, vctrs, - dplyr, - rlang + dplyr URL: https://www.pattern.institute/grantham/, https://github.com/patterninstitute/grantham BugReports: https://github.com/patterninstitute/grantham/issues Suggests: diff --git a/NAMESPACE b/NAMESPACE index 115dfbe..d9eae14 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -8,5 +8,5 @@ export(grantham_distance) export(grantham_distance_exact) export(grantham_distance_original) export(grantham_equation) -importFrom(rlang,.data) +importFrom(dplyr,.data) importFrom(tibble,tibble) diff --git a/R/amino_acid_pairs.R b/R/amino_acid_pairs.R index f5c4e1b..131ae63 100644 --- a/R/amino_acid_pairs.R +++ b/R/amino_acid_pairs.R @@ -24,7 +24,7 @@ #' # Generate specific combinations of Ser against Ala and Trp. #' amino_acid_pairs(x = 'Ser', y = c('Ala', 'Trp')) #' @md -#' @importFrom rlang .data +#' @importFrom dplyr .data #' @export amino_acid_pairs <- function(x = amino_acids(),