-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,29 @@ | ||
Package: microbial | ||
Type: Package | ||
Title: Do 16s Data Analysis and Generate Figures | ||
Version: 0.0.19 | ||
Authors@R: c(person("Kai","Guo",email = "[email protected]", | ||
role = c("aut", "cre") | ||
), | ||
person("Pan","Gao",role = "aut")) | ||
Description: Provides functions to enhance the available | ||
statistical analysis procedures in R by providing simple functions to | ||
analysis and visualize the 16S rRNA data.Here we present a tutorial | ||
with minimum working examples to demonstrate usage and dependencies. | ||
License: GPL-3 | ||
Depends: R (>= 3.5.0) | ||
Imports: | ||
dplyr, | ||
plyr, | ||
magrittr, | ||
broom, | ||
phyloseq, | ||
vegan, | ||
rlang, | ||
ggplot2, | ||
ggpubr, | ||
DESeq2, | ||
dada2, | ||
SummarizedExperiment, | ||
S4Vectors, | ||
Biostrings, | ||
rstatix, | ||
tidyr, | ||
DECIPHER, | ||
phangorn, | ||
MASS, | ||
randomForest, | ||
edgeR, | ||
testthat | ||
Package: eoffice | ||
Type: Package | ||
Title: Export or Graph and Tables to 'Microsoft' Office and Import | ||
Figures and Tables | ||
Version: 0.2.1 | ||
Authors@R: person("Kai", "Guo", email = "[email protected]", | ||
role = c("aut", "cre")) | ||
Description: Provides wrap functions to export and import graphics and | ||
data frames in R to 'microsoft' office. And This package also | ||
provide write out figures with lots of different formats. | ||
Since people may work on the platform without GUI support, the package | ||
also provide function to easily write out figures | ||
to lots of different type of formats. Now this package provide function | ||
to extract colors from all types of figures and pdf files. | ||
License: GPL-2 | ||
Imports: officer, rvg, flextable, broom, dplyr, magrittr, ggplotify, | ||
R.devices, devEMF, magick, ggplot2, htmlwidgets, plotly | ||
Depends: | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Suggests: markdown, rmarkdown,knitr,tools | ||
Suggests: knitr, markdown, rmarkdown | ||
VignetteBuilder: knitr | ||
biocViews: Software,GraphAndNetwork | ||
RoxygenNote: 7.1.1 | ||
NeedsCompilation: no | ||
Packaged: 2020-11-18 16:14:34 UTC; bioguo | ||
Author: Kai Guo [aut, cre] | ||
Maintainer: Kai Guo <[email protected]> | ||
Repository: CRAN | ||
Date/Publication: 2020-11-18 21:40:02 UTC |