pkgsrc/devel/R-remotes/Makefile
brook 0a1aa575c2 R-remotes: initial commit
Download and install R packages stored in 'GitHub', 'BitBucket', or
plain 'subversion' or 'git' repositories. This package provides the
'install_*' functions in 'devtools'. Indeed most of the code was
copied over from 'devtools'.
2019-08-09 18:33:40 +00:00

14 lines
358 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/08/09 18:33:40 brook Exp $
R_PKGNAME= remotes
R_PKGVER= 2.1.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= R package installation from remote repositories, including 'GitHub'
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"