Giter Club home page Giter Club logo

drat's Introduction

INBO drat repository

A drat repository is a way to make R packages more easily available to end users.

How to use it:

  1. Make sure that you have the drat package installed
  2. Add this repo to your current session drat::addRepo("inbo")
  3. Use install.packages() or update.packages() to install or update the packages

Visit https://inbo.github.io/drat/ for an overview of the available packages.

Issues for packages maintainers

  • Use the Authors@R in the DESCRIPTION. This is required to generate the package website with pkgdown.
  • Use a fixed date in the vignette preable. Setting the date to Sys.Date() cause the the vignette to update with easy run of the drat repository, resulting in unnecessary changes in the history of the drat repository.
  • In case the vignette uses HTML widgets, make sure that the have stable id's. The reason for this is similar as the fixed dates. It takes only 3 simple steps:
    1. Add htmlwidgets to the DESCRIPTION under Suggests.
    2. Add %\VignetteDepends{htmlwidgets} to the vignette preamble.
    3. Add library(htmlwidgets) and setWidgetIdSeed(my_fancy_number) to the code of the vignette. my_fancy_number can be any integer to your liking.

drat's People

Contributors

thierryo avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

thierryo

drat's Issues

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.