Giter VIP home page Giter VIP logo

stablegr's Introduction

stableGR

Contents

Overview

Welcome to the stableGR repository, containing the production-ready version of the R package stableGR.

Repo Contents

  • R: R package code.
  • man: package documentation and usage of the stableGR package.
  • data: data included in thestableGR package.

System Requirements

Hardware Requirements

The stableGR package requires no special hardware. Because the stableGR package diagnoses convergence for Markov chains, computers with greater RAM will complete the analyses more quickly.

OS Requirements

The stableGR package was developed and tested on Ubuntu using version 3.4.3 of R. Additional testing was performed on a Windows PC and on a Mac. The package should be compatible with Windows, Mac, and Linux operating systems.

Installation Guide

Before installing the stableGR package, users should have downloaded and installed R version 3.1.1 or higher from from CRAN. Installing R should take 2 to 3 minutes and installing the stableGR package should take 1 to 2 minutes.

This package will be available on CRAN once updates from the R package mcmcse are pushed to CRAN. In the meantime, the devtools package enables users to install packages directly from GitHub.

First, you will need to get three required packages:

install.packages("Rcpp") 
install.packages("RcppArmadillo")
install.packages("devtools")

Then, install mcmcse from github (rather than CRAN) so that you have the newer methods, which are not yet available on CRAN.

library(devtools)
install_github("dvats/mcmcse")

Finally, you can install the stableGR package:

install_github("knudson1/stableGR/stableGR")
library(stableGR)

The above steps need to be performed once. Once stableGR is installed on your computer, you can simply type

library(stableGR)

to use the package (just like if you had installed a package from CRAN).

Detailed directions can be found online in many places, including this source.

License

The license for stableGR is GPL-3.

stablegr's People

Contributors

knudson1 avatar dvats avatar

Stargazers

Finlay Clark avatar Meng Ye avatar  avatar Dheephiga avatar Tanmay Baweja avatar Alessandra Cabassi avatar Will Landau avatar

Watchers

Will Landau avatar  avatar  avatar  avatar Dheephiga avatar

stablegr's Issues

Allow installation via remotes::install_github("knudson1/stableGR")

First of all, thank you for the package. I am pleased to find an implementation of the stable lugsail-based PSRF and principled termination threshold from https://arxiv.org/abs/1812.09384.

I was wondering if you could move the source files to the top level so users like me can install stableGR directly from GitHub.

remotes::install_github("knudson1/stableGR")
#> Error: Failed to install 'unknown package' from GitHub:
#>   HTTP error 401.
#>   Bad credentials
#> 
#>   Rate limit remaining: 59/60
#>   Rate limit reset at: 2019-07-22 13:44:14 UTC
#> 
#> 

Created on 2019-07-22 by the reprex package (v0.3.0)

I think the files in DesignDoc/ would make a good package vignette.

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.