GithubHelp home page GithubHelp logo

easyreporting's Introduction

easyreporting

easyreporting

Project Status: Active - The project has reached a stable, usable state and is being actively developed.

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:

if (!requireNamespace("devtools", quietly = TRUE))
    install.packages("devtools")
    
devtools::install_github("drighelli/easyreporting", build_vignettes=TRUE)

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.

vignette("bio_usage", package="easyreporting")

Standard usage

This one is for illustrating a standard usage of the package showing all its multiple functionalities.

vignette("standard_usage", package="easyreporting")

easyreporting's People

Contributors

drighelli avatar nturaga avatar

Stargazers

Lluís Revilla avatar  avatar

easyreporting's Issues

easyreporting::erGUIVolcano() error

In easyreporting::erGUIVolcano() the server file needs to be updated in R 4.1 version

what you have right now:
mkdCodeChunkTitledCommented(object=er, title="Volcano Plot", level=1, codeMsg=paste0(" degs <- readRDS(\"degs.RDS\")\nVolcanoPlot(degs=degs, threshold=", threshold,")"), commentMsg=comment, sourceFilesList=system.file("script/plotFunctions.R", package="easyreporting"))

what the code needs to be changed too:
mkdCodeChunkTitledCommented(object=er, title="Volcano Plot", level=1, code=paste0(" degs <- readRDS(\"degs.RDS\")\nVolcanoPlot(degs=degs, threshold=", threshold,")"), comment=comment, sourceFilesList=system.file("script/plotFunctions.R", package="easyreporting"))

The second code chunk also works in R 4.0.5 too.

Please add easyreporting::erGUIVolcano() to R 4.0.5

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.