Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Address CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shntnu committed Mar 21, 2023
1 parent 456e203 commit 16223de
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Authors@R: c(
person("Shantanu", "Singh", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Gregory", "Way", email = "[email protected]", role = c("aut"))
)
Description: Functions to calculate quality metrics for readouts from
high-throughput profiling experiments.
Description: Calculate quality metrics for readouts from high-throughput
profiling experiments.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: true
Expand Down
2 changes: 1 addition & 1 deletion R/sim_read-write.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ utils::globalVariables(c("."))
#' @param output character string specifying the output directory or filename.
#' @param file_format character string specify file format. This must be one of \code{csv} or \code{parquet}(default).
#'
#' @return NULL
#' @return No return value, called for side effects
#' @export
#'
#' @importFrom magrittr %>%
Expand Down
1 change: 1 addition & 0 deletions R/utils-tidy-eval.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,5 @@
#' @importFrom rlang enquo enquos .data := as_name as_label
#' @aliases enquo enquos .data := as_name as_label
#' @export enquo enquos .data := as_name as_label
#' @return No return value, called for side effects
NULL
4 changes: 1 addition & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ knitr::opts_chunk$set(

<!-- badges: end -->

Metrics for Similarity Matrices.

`matric` contains functions to calculate quality metrics for readouts from high-throughput profiling experiments.
`matric` calculates quality metrics for readouts from high-throughput profiling experiments.

## Installation

Expand Down
3 changes: 3 additions & 0 deletions man/sim_write.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions man/tidyeval.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16223de

Please sign in to comment.