Skip to content

Commit

Permalink
change dependencies around
Browse files Browse the repository at this point in the history
  • Loading branch information
CreRecombinase committed May 7, 2020
1 parent 0d486b7 commit 00abf3b
Show file tree
Hide file tree
Showing 19 changed files with 1,087 additions and 267 deletions.
16 changes: 13 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Package: FGEM
Package: fgem
Type: Package
Title: R package for Functional Genomics using Expectation Maximization (FGEM)
Version: 0.1.0
Expand All @@ -8,10 +8,20 @@ Description: Given a list of gene-level bayes factors and a series of annotation
License: GPL (>= 2)
LazyData: TRUE
Imports:
Rcpp (>= 0.12.5),RcppArmadillo,dplyr,tidyr,SQUAREM,magrittr
Rcpp (>= 0.12.5),
RcppArmadillo,
dplyr,
tidyr,
turboEM,
magrittr,
speedglm,
purrr,
Matrix
LinkingTo:
Rcpp,RcppArmadillo
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 6.0.1
RoxygenNote: 7.1.0
Depends:
R (>= 2.10)
1 change: 1 addition & 0 deletions FGEM.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ LaTeX: pdfLaTeX
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace
11 changes: 8 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
exportPattern("^[[:alpha:]]+")
importFrom(Rcpp, evalCpp)
# Generated by roxygen2: do not edit by hand

export("%>%")
export(FGEM)
export(FGEM_df)
export(FGEM_marginal)
importFrom(Rcpp,evalCpp)
importFrom(magrittr,"%>%")
useDynLib(FGEM)
useDynLib(fgem)
Loading

0 comments on commit 00abf3b

Please sign in to comment.