Skip to content

Commit ef6c1c2

Browse files
author
innesbre
committed
Testing
1 parent 137ff8a commit ef6c1c2

4 files changed

Lines changed: 3 additions & 16 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Description: Data package for the cell-cell interaction predictions from the
3030
?ViewAgingMouseBrainCCInx.
3131
License: MIT + file LICENSE
3232
Encoding: UTF-8
33-
LazyData: true
33+
LazyData: false
3434
Depends: CCInx (>= 0.3.0)
3535
Remotes: Baderlab/CCInx
3636
RoxygenNote: 6.1.1

R/ViewAgingMouseBrainCCInx.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#' @export
1616

1717
ViewAgingMouseBrainCCInx <- function() {
18-
temp <- load(system.file("data/OX_YX_CCInx_forPub.RData",
19-
package="AgingMouseBrainCCInx"))
20-
CCInx::ViewCCInx(get(temp))
18+
utils::data("OxYxCCInx",package="AgingMouseBrainCCInx")
19+
CCInx::ViewCCInx(OxYxCCInx)
2120
}

man/hello.Rd

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)