R/changelog.R

Defines functions `inla.changelog`

## Export: inla.changelog

##!\name{inla.changelog}
##!\alias{changelog}
##!\alias{inla.changelog}
##!\alias{inla.changes}
##!
##!\title{inla.changelog}
##!
##!\description{List the recent changes in the inla-program and its R-interface}
##!
##!\usage{
##!inla.changelog()
##!}
##!\author{Havard Rue \email{hrue@r-inla.org} }
##!\seealso{\code{\link{inla}}}

`inla.changelog` = function()
{
    browseURL("https://bitbucket.org/hrue/r-inla/commits/all")
    return (invisible())
}
inbo/INLA documentation built on Dec. 6, 2019, 9:51 a.m.