Coder Social home page Coder Social logo

rbatteries's Introduction

rbatteries

The goal of rbatteries is to illustrate a point. About workflows within science using modern R idioms and packages.

Installation

You cannot install the released version of rbatteries from CRAN with:

install.packages("rbatteries")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("CGMossa/rbatteries")

Currently, one needs access to this repository inorder to make the install_github-call work as intended.

Overview

This package was created using usethis. The first example developed is the rbatteries::resample. Alongside this functionality, there are also tests to ensure that this resample method works as intended.

The help-file to rbatteries::resample should be very clear and close to the source code.

A vignette is there to document behaviour, decisions and assumptions, that is then made into unit-tests.

browseVignettes("rbatteries")

to see these [1]. Note however that you need to enforce the building of vignettes, when installing an R-package from, say, GitHub. Thus,

devtools::install_github("CGMossa/rbatteries", build_vignettes = TRUE)

is needed here.

Note that when such a package gets sent to CRAN, or drat-powered repositories, doesn’t need to build the vignettes on their own, but for now, this is necessary.

  1. Currently, one on resample. Maybe more will follow.

rbatteries's People

Contributors

cgmossa avatar

Watchers

James Cloos avatar  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.