GithubHelp home page GithubHelp logo

r2pptx's Introduction

r2pptx

CRAN status Downloads

Overview

r2pptx leverages the power of the officer package and the ease of use of PowerPoint templates, making it simple to create PowerPoint slide decks straight from R.

Documentation is available online or through the vignettes.

Installation

install.packages("r2pptx")

# to get the development version from GitHub:
remotes::install_github("mattle24/r2pptx")

Contributing

If you think you have encountered a bug, please submit an issue. Please include a minimal, reproducible example when you submit an issue. The reprex package provides a fantastic interface for creating these kinds of examples, and has great documentation on how to make them.

If you would like to contribute code, correct a type, or add documentation, please open a pull request.

We have a Contributor Code of Conduct. By participating in r2pptx you agree to abide by its terms.

Thank you

Thank you to David Gohel for the officeverse packages! r2pptx is a wrapper around David’s excellent work.

Also thank you to Hadley Wickham and Jenny Bryan for an introduction to S4 in Advanced R and a guide to package development!

r2pptx's People

Contributors

mattle24 avatar

Stargazers

 avatar Adrian Pascual avatar John Spaw avatar Tung N avatar

Watchers

James Cloos avatar  avatar

r2pptx's Issues

Use browseURL instead of system() call

There are a few places in the examples / documentation where there is code like system(paste("open", file)). However, this is a hacky solution and can be replaced by browseURL(file).

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.