head 1.5; access; symbols pkgsrc-2023Q4:1.5.0.6 pkgsrc-2023Q4-base:1.5 pkgsrc-2023Q3:1.5.0.4 pkgsrc-2023Q3-base:1.5 pkgsrc-2023Q2:1.5.0.2 pkgsrc-2023Q2-base:1.5 pkgsrc-2023Q1:1.4.0.8 pkgsrc-2023Q1-base:1.4 pkgsrc-2022Q4:1.4.0.6 pkgsrc-2022Q4-base:1.4 pkgsrc-2022Q3:1.4.0.4 pkgsrc-2022Q3-base:1.4 pkgsrc-2022Q2:1.4.0.2 pkgsrc-2022Q2-base:1.4 pkgsrc-2022Q1:1.3.0.22 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.3.0.20 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.18 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.16 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.3.0.14 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.3.0.12 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.3.0.10 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.8 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.3.0.4 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.3.0.6 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.3.0.2 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.1.0.10 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.8 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.6 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.4 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.2 pkgsrc-2018Q2-base:1.1; locks; strict; comment @# @; 1.5 date 2023.06.17.13.04.42; author mef; state Exp; branches; next 1.4; commitid O2VGycLYcArMJitE; 1.4 date 2022.05.29.00.27.37; author wen; state Exp; branches; next 1.3; commitid icLxrxjUFfrXSSFD; 1.3 date 2019.08.08.19.53.38; author brook; state Exp; branches; next 1.2; commitid K2VPfA0XCw7xfgyB; 1.2 date 2019.07.31.15.16.44; author brook; state Exp; branches; next 1.1; commitid GWTKvPRwv48Y0dxB; 1.1 date 2018.04.15.00.35.05; author minskim; state Exp; branches; next ; commitid 2mAWzCy31P1gjtyA; desc @@ 1.5 log @(devel/R-blob) Updated 1.2.3 to 1.2.4 # blob 1.2.4 (2023-03-17) ## Bug fixes - Fix argument consistency between S3 generics and methods. @ text @# $NetBSD: Makefile,v 1.4 2022/05/29 00:27:37 wen Exp $ R_PKGNAME= blob R_PKGVER= 1.2.4 CATEGORIES= devel MAINTAINER= minskim@@NetBSD.org COMMENT= Simple S3 class for representing vectors of binary data ('BLOBS') LICENSE= gnu-gpl-v3 DEPENDS+= R-rlang>=0.4.0:../../devel/R-rlang DEPENDS+= R-prettyunits>=1.0.2:../../math/R-prettyunits DEPENDS+= R-vctrs>=0.2.0:../../math/R-vctrs USE_LANGUAGES= # none .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" @ 1.4 log @Update to 1.2.3 Upstream changes: blob 1.2.3 (2022-04-10) as_blob(NA_character_) returns a missing blob instead of as_blob("NA") (#26, @@michaelchirico). blob 1.2.2 (2021-07-23) Moved to "stable" lifecycle stage. Remove is_vector_s3() (#19). blob 1.2.1 Inline prettyunits. vec_ptype2.hms.default() forwards to vec_default_ptype2() for compatibility with vctrs 0.2.1. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2019/08/08 19:53:38 brook Exp $ d4 1 a4 1 R_PKGVER= 1.2.3 @ 1.3 log @Update all R packages to canonical form. The canonical form [1] of an R package Makefile includes the following: - The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as needed), and CATEGORIES. - HOMEPAGE is not present but defined in math/R/Makefile.extension to refer to the CRAN web page describing the package. Other relevant web pages are often linked from there via the URL field. This updates all current R packages to this form, which will make regular updates _much_ easier, especially using pkgtools/R2pkg. [1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2019/07/31 15:16:44 brook Exp $ d4 1 a4 1 R_PKGVER= 1.2.0 @ 1.2 log @R-blob: update to version 1.2.0. Update to the canonical form of an R package. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2018/04/15 00:35:05 minskim Exp $ d3 3 a5 1 CATEGORIES= devel R a7 1 HOMEPAGE= https://github.com/tidyverse/blob a10 3 R_PKGNAME= blob R_PKGVER= 1.2.0 @ 1.1 log @devel/R-blob: Import version 1.1.1 R's raw vector is useful for storing a single binary object. What if you want to put a vector of them in a data frame? The 'blob' package provides the blob object, a list of raw vectors, suitable for use as a column in data frame. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 2 DISTNAME= blob_1.1.1 CATEGORIES= devel d7 1 a7 1 COMMENT= Simple S3 Class for Representing Vectors of Binary Data ('BLOBS') d10 6 a15 1 DEPENDS+= R-prettyunits-[0-9]*:../../math/R-prettyunits @