Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: swihart/stable
Choose a Base Repository
Nothing to show
base: jim-lindsey-homepage-version-1.0
head repository: swihart/stable
Choose a Head Repository
Nothing to show
compare: master
Checking mergeability… Don’t worry, you can still create the pull request.
Commits on Nov 23, 2016
Commits on Nov 24, 2016
Commits on Dec 02, 2016
Commits on Dec 09, 2016
Commits on Dec 12, 2016
Commits on Dec 15, 2016
Commits on Dec 16, 2016
Commits on Jan 19, 2017
Commits on Apr 04, 2017
Commits on Apr 08, 2017
Commits on May 26, 2018
Commits on Feb 04, 2019
@@ -0,0 +1,10 @@
^.*\.Rproj$
^\.Rproj\.user$
^README\.Rmd$
^README-.*\.png$
^README\.HTML$
^cran-comments\.md$
^\.travis\.yml$
^LambertLindsey1999JRSSC\.pdf$
^nolan_stable_distributions_chap1\.pdf$
^CRAN-RELEASE$
@@ -0,0 +1,10 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
src/*.o
src/*.so
src/*.dll
stable.Rproj
README.Rmd
README_files/*
@@ -0,0 +1,9 @@
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
language: R
sudo: false
cache: packages

export: CC = gcc -std=gnu99 -fsanitize=address -fno-omit-frame-pointer
export: CXX = g++ -fsanitize=address -fno-omit-frame-pointer
export: F77 = gfortran -fsanitize=address
export: FC = gfortran -fsanitize=address
35 DESCRIPTION 100755 → 100644
@@ -1,11 +1,24 @@
Package: stable Package: stable
Version: 1.0 Version: 1.1.4
Title: Probability Functions and Generalized Regression Models for Stable Distributions Title: Probability Functions and Generalized Regression Models for Stable
Author: Philippe Lambert and Jim Lindsey <jlindsey@gen.unimaas.nl> Distributions
Maintainer: Jim Lindsey <jlindsey@gen.unimaas.nl> Authors@R: c(
Depends: R (>= 1.4), rmutil person("Bruce", "Swihart", email="bruce.swihart@gmail.com", role=c("cre", "aut")),
Description: Density, distribution, quantile and hazard functions of a person("Jim" , "Lindsey", email="jlindsey@gen.unimaas.nl", role="aut", comment="Jim created this package, Bruce is maintaining the CRAN version"),
stable variate; generalized regression models for the parameters person("Philippe", "Lambert", email="phlambert@stat.ucl.ac.be", role="aut")
of a stable distribution. )
License: GPL version 2 or later Imports: stabledist
URL: popgen.unimaas.nl/~jlindsey/rcode.html Depends:
R (>= 1.4),
rmutil
Description: Density, distribution, quantile and hazard functions of a
stable variate; generalized regression models for the parameters
of a stable distribution. See the README for how to make equivalent calls
to those of 'stabledist'. See github for Journal article.
License: GPL (>= 2)
URL: http://www.commanster.eu/rcode.html
BugReports: https://github.com/swihart/stable/issues
Encoding: UTF-8
LazyData: true
LazyLoad: true
RoxygenNote: 6.1.0
6 INDEX

This file was deleted.

Binary file not shown.
@@ -1,7 +1,32 @@
useDynLib("stable") # Generated by roxygen2: do not edit by hand


import(rmutil) export(disp_g)

export(disp_h)
export(dstable,pstable,qstable,rstable,hstable, export(dstable)
stablereg,fitted.stable,df.residual.stable,aic,aic.stable,deviance.stable,print.stable,stable.mode, export(hstable)
loc.g,loc.h,disp.g,disp.h,skew.g,skew.h,tail.g,tail.h) export(loc_g)
export(loc_h)
export(pm0_to_pm1)
export(pm1_to_pm0)
export(pstable)
export(qstable)
export(rstable)
export(s2sd)
export(sd2s)
export(skew_g)
export(skew_h)
export(stable.mode)
export(stablereg)
export(tail_g)
export(tail_h)
import(rmutil)
importFrom(stats,dcauchy)
importFrom(stats,dnorm)
importFrom(stats,nlm)
importFrom(stats,pcauchy)
importFrom(stats,pnorm)
importFrom(stats,qcauchy)
importFrom(stats,qnorm)
importFrom(stats,runif)
importFrom(stats,uniroot)
useDynLib(stable)

No commit comments for this range

You can’t perform that action at this time.