b4b68548c7
Provides a minimal R and C++ API for parsing well-known binary and well-known text representation of geometries to and from R-native formats. Well-known binary is compact and fast to parse; well-known text is human-readable and is useful for writing tests. These formats are only useful in R if the information they contain can be accessed in R, for which high-performance functions are provided here.
15 lines
349 B
Makefile
15 lines
349 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/09/20 06:01:41 mef Exp $
|
|
|
|
R_PKGNAME= wk
|
|
R_PKGVER= 0.5.0
|
|
CATEGORIES= geography
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Lightweight well-known geometry parsing
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../lang/R-cpp11/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|