Package Details: r-cran-igraph 0.7.1-1

Package Base: r-cran-igraph
Description: Network analysis and visualization
Upstream URL: http://cran.r-project.org/web/packages/igraph/index.html
Category: science
Licenses: GPLv2, GPLv3
Submitter: master
Maintainer: flying-sheep
Last Packager: flying-sheep
Votes: 1
First Submitted: 2011-06-28 16:37
Last Updated: 2014-07-14 09:02

Latest Comments

Comment by flying-sheep

2014-07-14 09:02

sorry that it took so long

Comment by yan12125

2014-07-06 08:50

# A working version of PKGBUILD
pkgname=r-cran-igraph
_cranname=igraph
pkgver=0.7.1
pkgrel=1
pkgdesc='Network analysis and visualization'
url="http://cran.r-project.org/web/packages/$_cranname/index.html"
license=('GPLv2' 'GPLv3')
arch=('i686' 'x86_64')
depends=('r')
makedepends=('gcc-fortran')
source=("http://cran.r-project.org/src/contrib/${_cranname}_${pkgver/_/-}.tar.gz")
md5sums=('b234d163a74a1c988b7e88c664388bf5')

build() {
mkdir -p "$pkgdir/usr/lib/R/library"
cd "$srcdir"
R CMD INSTALL $_cranname -l "$pkgdir/usr/lib/R/library"
rm -f "$pkgdir/usr/lib/R/library/R.css"
}

Comment by yan12125

2014-07-06 08:39

igraph for R 0.7.1 is out, please update.
New version requires gcc-fortran for compiling

Anonymous comment

2012-07-10 09:02

igraph 6.0 was released in early June. Here is the source! http://cran.r-project.org/src/contrib/igraph_0.6-2.tar.gz