Skip to content

Commit

Permalink
missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
RayStick committed Apr 10, 2024
1 parent 9dc4159 commit feb3f81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import(devtools)
import(grid)
import(gridExtra)
import(rjson)
importFrom(dplyr,join_by)
importFrom(dplyr,left_join)
importFrom(dplyr,select)
importFrom(graphics,plot.new)
Expand Down
2 changes: 1 addition & 1 deletion R/compare_csv_outputs.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @param csv_file_2 CSV output file from running domain_mapping (different to csv_file_1)
#' @param json_file The metadata file used when running domain_mapping (should be the same for csv_file_1 and csv_file_2)
#' @return It returns csv_3, with consensus decisions
#' @importFrom dplyr left_join select
#' @importFrom dplyr left_join select join_by
#' @export

compare_csv_outputs <- function(csv_file_1,csv_file_2,json_file) {
Expand Down

0 comments on commit feb3f81

Please sign in to comment.