lgc - Log Gaussian Cox Processes for fish abundance modelling
RForge.net

lgc

About lgc
SVN access
Download/Files
Check results
Package R docs

SVN repository access

The SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/lgc/trunk lgc

To install the latest development snapshot of this package, use

install.packages("lgc",,"http://rforge.net/",type="source")

To list branches use

svn ls svn://svn.rforge.net/lgc/branches
and for tags use
svn ls svn://svn.rforge.net/lgc/tags

Most recent SVN commits


r3 | kasper | 2013-06-26 08:09:09 +0000 (Wed, 26 Jun 2013) | 2 lines
   M trunk/src/Makevars
   M trunk/src/Makevars.win
Fix build problem?

r2 | kasper | 2013-06-25 14:45:42 +0000 (Tue, 25 Jun 2013) | 2 lines
   A trunk/DESCRIPTION
   A trunk/NAMESPACE
   A trunk/R
   A trunk/R/GMRF.R
   A trunk/R/MatrixAdditions.R
   A trunk/R/covStruct.R
   A trunk/R/dist.R
   A trunk/R/evaluation_mode.R
   A trunk/R/formula_interface.R
   A trunk/R/grid.R
   A trunk/R/lgc.R
   A trunk/R/lgc_sparse.R
   A trunk/R/lgcopt.R
   A trunk/R/polygon_grid.R
   A trunk/R/rstandard.R
   A trunk/R/utility.R
   A trunk/R/zzz.R
   A trunk/README
   A trunk/data
   A trunk/data/NorthSeaCod.2009.Q1.RData
   A trunk/demo
   A trunk/demo/00Index
   A trunk/demo/NorthSeaCod.R
   A trunk/demo/binomial.R
   A trunk/demo/circulant.R
   A trunk/demo/distFactor.R
   A trunk/demo/externallib.R
   A trunk/demo/formula.R
   A trunk/demo/gridConstruction.R
   A trunk/demo/nonlin.R
   A trunk/generateDemoIndex.R
   A trunk/inst
   A trunk/man
   A trunk/man/LRtest.Rd
   A trunk/man/activateOptMethods.Rd
   A trunk/man/covStructFormula.Rd
   A trunk/man/fitlgc.Rd
   A trunk/man/grid.Rd
   A trunk/man/lgc-package.Rd
   A trunk/man/lgc_control.Rd
   A trunk/man/rstandard.fitlgc.Rd
   A trunk/man/sepGMRFpredict.Rd
   A trunk/man/simulate.fitlgc.Rd
   A trunk/src
   A trunk/src/Makevars
   A trunk/src/Makevars.win
   A trunk/src/MatrixHeaders
   A trunk/src/MatrixHeaders/CHMfactor.h
   A trunk/src/MatrixHeaders/Csparse.h
   A trunk/src/MatrixHeaders/Mutils.h
   A trunk/src/MatrixHeaders/Syms.h
   A trunk/src/MatrixHeaders/TMatrix_as.h
   A trunk/src/MatrixHeaders/Tsparse.h
   A trunk/src/MatrixHeaders/abIndex.h
   A trunk/src/MatrixHeaders/chm_common.h
   A trunk/src/MatrixHeaders/cs.h
   A trunk/src/MatrixHeaders/cs_utils.h
   A trunk/src/MatrixHeaders/dense.h
   A trunk/src/MatrixHeaders/dgCMatrix.h
   A trunk/src/MatrixHeaders/dgTMatrix.h
   A trunk/src/MatrixHeaders/dgeMatrix.h
   A trunk/src/MatrixHeaders/dpoMatrix.h
   A trunk/src/MatrixHeaders/dppMatrix.h
   A trunk/src/MatrixHeaders/dsCMatrix.h
   A trunk/src/MatrixHeaders/dspMatrix.h
   A trunk/src/MatrixHeaders/dsyMatrix.h
   A trunk/src/MatrixHeaders/dtCMatrix.h
   A trunk/src/MatrixHeaders/dtTMatrix.h
   A trunk/src/MatrixHeaders/dtpMatrix.h
   A trunk/src/MatrixHeaders/dtrMatrix.h
   A trunk/src/MatrixHeaders/factorizations.h
   A trunk/src/MatrixHeaders/ldense.h
   A trunk/src/MatrixHeaders/lgCMatrix.h
   A trunk/src/MatrixHeaders/sparseQR.h
   A trunk/src/chol.c
   A trunk/src/dist.c
   A trunk/src/lgc_sparse.c
   A trunk/src/local_stubs.c
   A trunk/src/ops.c
   A trunk/src/winfix.c
Initiated project

r1 | rforge | 2013-06-24 09:07:01 +0000 (Mon, 24 Jun 2013) | 1 line
   A branches
   A files
   A tags
   A trunk
   A web
Create initial repository structure