Skip to content

Commit

Permalink
Remove rlang dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiromagno committed Jul 30, 2024
1 parent 602bcf9 commit 65936fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion R/amino_acid_pairs.R
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 65936fd

Please sign in to comment.