Skip to content
/ hadron Public
forked from HISKP-LQCD/hadron

R package implementing analysis tools for lattice QCD

Notifications You must be signed in to change notification settings

urbach/hadron

 
 

Repository files navigation

Hadron

An R implementation of fitting routines used in lattice QCD. It provides useful functions for extraction hadronic quantities and such like.

The license is GPL 3 or later, even though the DESCRIPTION only shows GPL-3.

master branch: Build Status

Installation

First clone hadron from github, e.g.

git clone https://github.com/HISKP-LQCD/hadron.git

Then change into the directory

cd hadron

hadron can be installed using the install script provided. However, first the two packages devtools and roxygen2 need to be installed. Start R by typing

R

and then install the packages via

install.packages(c("devtools", "roxygen2"), dependencies=TRUE)

following the instructions. hadron itself also depends on a few libraries which can be installed as

install.packages(c("Rcpp", "abind", "boot", "dplyr", "R6", "stringr"), dependencies=TRUE)

Thereafter, hadron can finally be installed from the linux command line

./install

in the directory hadron was cloned into.

Alternatively, you may use the install_github function of the devtools package to directly install from the github repository.

About

R package implementing analysis tools for lattice QCD

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 94.1%
  • Mathematica 2.9%
  • C 1.6%
  • C++ 0.6%
  • TeX 0.3%
  • Shell 0.2%
  • Other 0.3%