Changes in version 1.3.3 (2021-15-03) fixing bug on bibliography file in header
Changes in version 1.3.3 (2021-15-03)
easyreporting
This package implements an S4 class for facilitating the automation of creation of rmarkdown files inside other packages/software.
At the current status, the easyiest way to install it is through devtools:
if (!requireNamespace("devtools", quietly = TRUE)) install.packages("devtools") devtools::install_github("drighelli/easyreporting", build_vignettes=TRUE)
The easyreporting package comes with two vignettes to guide the user on its usage:
The first one has been designed for illustrating the easy way to implement and use easyreporting during bioinformatics analysis.
vignette("bio_usage", package="easyreporting")
This one is for illustrating a standard usage of the package showing all its multiple functionalities.
vignette("standard_usage", package="easyreporting")
用于生成和自动化生物信息学分析报告的工具
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
easyreporting
easyreporting
This package implements an S4 class for facilitating the automation of creation of rmarkdown files inside other packages/software.
Installation
At the current status, the easyiest way to install it is through devtools:
Long documentations
The easyreporting package comes with two vignettes to guide the user on its usage:
Bioinformatics usage
The first one has been designed for illustrating the easy way to implement and use easyreporting during bioinformatics analysis.
Standard usage
This one is for illustrating a standard usage of the package showing all its multiple functionalities.