pkgsrc/textproc/R-formatR/Makefile
wen 81357dde50 Update to 1.3
Upstream changes:
CHANGES IN formatR VERSION 1.3

NEW FEATURES

	o `tidy_source()` can deal with multibyte characters that cannot represented
	in the system native encoding now (on Windows)

	o `usage()` works for functions obtained from `::` or `:::` now, e.g.
	`usage(formatR::tidy_source)`

		   CHANGES IN formatR VERSION 1.2

MAJOR CHANGES

  o the minimal required R version is 3.0.2 now

		   CHANGES IN formatR VERSION 1.1

NEW FEATURES

  o added a new argument `output` to usage()

BUG FIXES

  o fixed yihui/knitr#918: when code is NULL, parse() will hang (with a question
  mark waiting for input)
2016-04-16 14:52:15 +00:00

15 lines
366 B
Makefile

# $NetBSD: Makefile,v 1.2 2016/04/16 14:52:15 wen Exp $
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/formatR/
COMMENT= Format R code automatically
# TODO: LICENSE= GPL
R_PKGNAME= formatR
R_PKGVER= 1.3
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"