Coder Social home page Coder Social logo

adamvi / packageskeletonforr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from centerforassessment/packageskeletonforr

0.0 0.0 0.0 345 KB

A package skeleton for starting an R package

Home Page: https://centerforassessment.github.io/packageSkeletonForR/

License: Other

R 100.00%

packageskeletonforr's Introduction

packageSkeletonForR

R-CMD-check AppVeyor Build Status CRAN_Status_Badge Development Version License

Overview

The packageSkeletonForR GitHub repository (repo, for short) contains an R package skeleton suitable for setting up a GitHub based R package with an associated GitHub static website. GitHub is an ideal environment for developing, maintaining, and distributing an R package. And it's SUPER cool too! ๐Ÿ˜€

The bulk of the work in using this package skeleton will be in customizing the package (e.g., changing the name of the package to something you want to call it). Many people don't create R packages because they don't think they have anything worthy to put into a package. Instead of thinking about making a package that is useful for someone else, think of making a package that is useful for yourself and what you do. You will often find that solutions to your own data issues are often utilized by others.

There some minor prerequisite knowlege for doing this (which can be figured out as part of setting this up) includes:

  • Knowing the basics of GitHub including cloning a repo, making a commit to a repo, pushing changes to a repo.
  • Knowing the basics of R and what an R package is.
  • Considering some things to add to your R package. For example, your R package could contain:
    • Useful little data cleaning functions that may apply to data that you normally work with.
    • Useful wrapper functions that use functions from base R, your own work and/or other packages that provide output in a way that you best work with.
    • Data sets that you commonly reference.
    • And don't be afraid to steal (with attribution, of course) stuff from other packages and put them into your package (with possible customizations). This is open source, you know!

This vignette takes you through the steps necessary to use this package skeleton to set up your own repo/R package.

packageskeletonforr's People

Contributors

dbetebenner avatar

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.