Skip to content

Commit

Permalink
(devel/R-roxygen2) Updated 7.1.1 to 7.1.2
Browse files Browse the repository at this point in the history
# roxygen2 7.1.2

* The new `@examplesIf` tag can be used to create conditional
  examples. These examples only run if a specified condition
  holds (#962).

* roxygen2 is now licensed as MIT (#1163).

* Bug fix for upcoming stringr 2.0.0 release.

* Code blocks with language now add `sourceCode` to the generated div; this
  makes syntax highlighting more consistent across downlit/pandoc/knitr/roxygen2.

* Percent signs in markdown link targets, e.g. `[text](https://foo/ba%20r)`
  are now handled correctly (#1209).
  • Loading branch information
mef committed Apr 30, 2022
1 parent 25a4d1d commit 7d4f0d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions devel/R-roxygen2/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.3 2020/09/24 00:44:53 mef Exp $
# $NetBSD: Makefile,v 1.4 2022/04/30 14:39:03 mef Exp $

R_PKGNAME= roxygen2
R_PKGVER= 7.1.1
R_PKGVER= 7.1.2
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= In-line documentation for R
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
LICENSE= mit

DEPENDS+= R-desc>=1.2.0:../../devel/R-desc
DEPENDS+= R-pkgload>=1.0.2:../../devel/R-pkgload
Expand All @@ -27,5 +27,5 @@ TEST_DEPENDS+= R-devtools-[0-9]*:../../devel/R-devtools
USE_LANGUAGES= c c++

.include "../../math/R/Makefile.extension"
.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../lang/R-cpp11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 4 additions & 4 deletions devel/R-roxygen2/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2021/10/26 10:14:08 nia Exp $
$NetBSD: distinfo,v 1.5 2022/04/30 14:39:03 mef Exp $

BLAKE2s (R/roxygen2_7.1.1.tar.gz) = 54f7e30d5b2789591314ea0f9aec16a5fccb25573dbc5e4b28490c7d7fbffe00
SHA512 (R/roxygen2_7.1.1.tar.gz) = f6674039bc369494cd63385f567cd68674e75463ec98ab08696c3ddd3375ba44fa09ebbe78c308dcd7295414b3ebc0509ddbbf9968ce6e1219a22285028c3642
Size (R/roxygen2_7.1.1.tar.gz) = 254118 bytes
BLAKE2s (R/roxygen2_7.1.2.tar.gz) = 7355448cda19e5f878c5b7cfe22e49d9bba2be31ae12e7deffff819c830c1cfc
SHA512 (R/roxygen2_7.1.2.tar.gz) = 8ee3194c580d0cd4c36d01ccd290e76cf72b0b0943159634bd4ea93fc7c2f11e6777b936115948e13583eef4af1fc89f18c3153c27c195ebc79496bd94c5ca44
Size (R/roxygen2_7.1.2.tar.gz) = 267337 bytes

0 comments on commit 7d4f0d0

Please sign in to comment.