Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix check notes #51

Merged
merged 1 commit into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ VignetteBuilder: knitr
ByteCompile: TRUE
LazyLoad: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
RoxygenNote: 7.3.1
SwitchrLibrary: gDR
DeploySubPath: gDR
Encoding: UTF-8
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## gDR 1.1.7 - 2024-05-15
* fix check notes

## gDR 1.1.6 - 2024-05-08
* fix typo

Expand Down
8 changes: 4 additions & 4 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' made-up of 10 drugs and 10 cell lines
#'
#' @format A data frame with 3300 rows and 12 variables:
#' \itemize{
#' \item{Barcode}
#' \describe{
#' \item{Barcode}{barcode}
#' \item{clid}{cell line id}
#' \item{CellLineName}{cell line name}
#' \item{Tissue}{cell line tissue}
Expand All @@ -31,8 +31,8 @@
#' 3 drugs, 2 co-drugs, and 2 cell lines
#'
#' @format A data frame with 3600 rows and 16 variables:
#' \itemize{
#' \item{Barcode}
#' \describe{
#' \item{Barcode}{barcode}
#' \item{clid}{cell line id}
#' \item{CellLineName}{cell line name}
#' \item{Tissue}{cell line tissue}
Expand Down
6 changes: 3 additions & 3 deletions man/gDR-package.Rd

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

4 changes: 2 additions & 2 deletions man/small_combo_data.Rd

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

4 changes: 2 additions & 2 deletions man/small_data.Rd

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

Loading