00bb094f9c
[0.10.0] - fix sortlist attribute for dta format 119 - fix compress option. In the past, unwanted conversions to integer type could occur. - fix encoding issues in variable and data labels - fix for reading/writing of format 119 - fix build on FreeBSD - new feature: improved handling of time and date formats - new feature: collect warnings from read.dta13
15 lines
359 B
Makefile
15 lines
359 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/09/11 01:29:30 mef Exp $
|
|
|
|
R_PKGNAME= readstata13
|
|
R_PKGVER= 0.10.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Import 'Stata' data files
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= c c++ fortran
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../devel/R-Rcpp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|