Skip to content

Commit

Permalink
(www/R-rvest) Updated 1.0.1 to 1.0.4
Browse files Browse the repository at this point in the history
# rvest 1.0.4

* New `read_html_live()` reads HTML into a real, live, HTML browser, meaning
  that you can scrape HTML generated by javascript. It returns a `LiveHTML`
  object which you can also use to simulate user interactions with the page,
  like clicking, typing, and scrolling (#245).

* `html_table()` discards rows without cells (@epiben, #360).

# rvest 1.0.3

* Re-document to fix HTML issues in `.Rd`.

# rvest 1.0.2

* Fixes for CRAN

* `html_table()` converts empty tables to empty tibbles (@epiben, #327).
  • Loading branch information
mef committed Jan 1, 2025
1 parent f06ce97 commit 215de71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions www/R-rvest/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.4 2022/05/04 12:38:54 mef Exp $
# $NetBSD: Makefile,v 1.5 2025/01/01 11:38:16 mef Exp $

R_PKGNAME= rvest
R_PKGVER= 1.0.1
R_PKGVER= 1.0.4
CATEGORIES= www

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -16,7 +16,8 @@ DEPENDS+= R-lifecycle>=1.0.0:../../devel/R-lifecycle
DEPENDS+= R-rlang>=0.4.10:../../devel/R-rlang
DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble

# Packages suggested but not available: 'repurrrsive', 'webfakes'
# Package suggested but not available: 'chromote'

TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-glue-[0-9]*:../../devel/R-glue
TEST_DEPENDS+= R-httr-[0-9]*:../../www/R-httr
Expand Down
8 changes: 4 additions & 4 deletions www/R-rvest/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2021/10/26 11:29:15 nia Exp $
$NetBSD: distinfo,v 1.5 2025/01/01 11:38:16 mef Exp $

BLAKE2s (R/rvest_1.0.1.tar.gz) = 650eb2478f6fbc2dc4aa34f49c85a78eb81fcf66bdcd03efaf672b42a8f31d5f
SHA512 (R/rvest_1.0.1.tar.gz) = 246cba48246a3d0697ed673e37afdca5d063ee56b382fe33083dd587c16035cbb37ae93f54863954dcdcdc3596e103553f0986aaeab21bb37d33346534c3fda3
Size (R/rvest_1.0.1.tar.gz) = 94307 bytes
BLAKE2s (R/rvest_1.0.4.tar.gz) = 706245818f3f0f1dd98bfce2a9c9738ab2445ce3820a0d7185938ab3b67cda5d
SHA512 (R/rvest_1.0.4.tar.gz) = cad8f18c91c60847e793f865a00b4dbb19769e37016bb9cf4d8b923708ebb0a3daebb69e69066eb9c67d2a53b08da3059f928733234a036fdb0bf4dadab80b46
Size (R/rvest_1.0.4.tar.gz) = 115876 bytes

0 comments on commit 215de71

Please # to comment.