Skip to content

Commit

Permalink
cran
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyue322 committed Jul 13, 2019
1 parent f2694b8 commit e12594b
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Maintainer: Yue Fan <[email protected]>
Description: MQTL mapping in bisulfite sequencing studies by fitting a binomial mixed model, incorporating allelic-specific methylation pattern.
Encoding: UTF-8
License: GPL (>= 2)
Depends: R (>= 3.6.0)
Depends: R (>= 3.5.0)
Imports: Rcpp (>= 0.12.19),foreach,doParallel,parallel,Matrix
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 6.1.1
NeedsCompilation: yes
Packaged: 2019-07-08 20:14:35 UTC; yuef
Packaged: 2019-07-09 12:48:28 UTC; yuef
5 changes: 4 additions & 1 deletion R/IMAGE.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
#' @author Yue Fan, Shiquan Sun, Xiang Zhou
#' @examples
#' data(exampledata)
#' res=image(exampledata$geno,exampledata$data,exampledata$K)
#' attach(exampledata)
#' res=image(geno,data,K)
#' closeAllConnections()
#' detach(exampledata)



Expand Down
9 changes: 8 additions & 1 deletion R/exampledata.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
#' A simulated example dataset of IMAGE.
#' The variables are as follows:
#'
#' @docType data
#' @keywords datasets
#' @name exampledata
#' @usage data(exampledata)
#' @format Contains the following objects:
#' \describe{
#' \item{geno}{a data list containing 2 haplotypes.}
Expand All @@ -11,5 +15,8 @@
#' }
#' @examples
#' data(exampledata)
#' res=image(exampledata$geno,exampledata$data,exampledata$K)
#' attach(exampledata)
#' res=image(geno,data,K)
#' closeAllConnections()
#' detach(exampledata)
"exampledata"
Binary file modified build/partial.rdb
Binary file not shown.
7 changes: 5 additions & 2 deletions man/exampledata.Rd

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

5 changes: 4 additions & 1 deletion man/image.Rd

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

Binary file added src/IMAGE.dll
Binary file not shown.
Binary file added src/IMAGE.o
Binary file not shown.
Binary file added src/RcppExports.o
Binary file not shown.
Binary file added src/rcpparma_hello_world.o
Binary file not shown.

0 comments on commit e12594b

Please sign in to comment.