Skip to content

rsetienne/PBD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PBD

Branch Travis CI logo Codecov logo
master Build Status codecov.io
master Build Status codecov.io
develop Build Status codecov.io

CRAN_Status_Badge

Protracted Birth-Death model in R

This is a development version before the official release on CRAN.

Installing PBD

The PBD package has a stable version on CRAN and a development version on GitHub.

From CRAN

From within R, do:

install.packages("PBD")

From GitHub

Because the PBD package is located in the folder PBD, do:

devtools::install_github("rsetienne/PBD/PBD")

Using PBD as a package dependency

From CRAN

To your DESCRIPTION file, add PBD as any normal package.

If your package directly uses PBD:

Imports:
  PBD

If your package uses PBD in its perepherals (e.g. vignettes and tests):

Suggests:
  PBD

From GitHub

Because the PBD package is located in the folder PBD, do:

Remotes:
  rsetienne/PBD/PBD

About

Protracted Birth-Death model in R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •