Skip to content

Commit 0b57b75

Browse files
author
Aleksandr Popov
committed
fixes for CRAN release
1 parent 0e1dd55 commit 0b57b75

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

DESCRIPTION

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ Imports:
5353
readr,
5454
stringr,
5555
tibble,
56-
tidyselect
56+
tidyselect,
57+
purrr
5758
Depends:
5859
R (>= 4.0.0),
5960
ggplot2 (>= 3.1.0),

NAMESPACE

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ importFrom(patchwork,plot_annotation)
164164
importFrom(patchwork,wrap_plots)
165165
importFrom(pheatmap,pheatmap)
166166
importFrom(plyr,mapvalues)
167+
importFrom(purrr,map)
167168
importFrom(readr,col_character)
168169
importFrom(readr,col_double)
169170
importFrom(readr,col_guess)

R/io.R

+1
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ repLoad <- function(.path, .format = NA, .mode = "paired", .coding = TRUE) {
433433
#'
434434
#' @importFrom utils packageVersion
435435
#' @importFrom plyr mapvalues
436+
#' @importFrom purrr map
436437
#'
437438
#' @description The \code{repSave} function is deigned to save your data to the disk
438439
#' in desirable format. Currently supports "immunarch" and "vdjtools" file formats.

man/repSave.Rd

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)