public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Robert Greener" <me@r0bert.dev>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/htmlwidgets/
Date: Sun,  3 Jul 2022 09:04:56 +0000 (UTC)	[thread overview]
Message-ID: <1656839092.f836ffb85e546f4451bc7a11f47130fa3d8267ac.me@gentoo> (raw)

commit:     f836ffb85e546f4451bc7a11f47130fa3d8267ac
Author:     Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Sun Jul  3 09:04:52 2022 +0000
Commit:     Robert Greener <me <AT> r0bert <DOT> dev>
CommitDate: Sun Jul  3 09:04:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f836ffb8

dev-R/htmlwidgets: new package, add 1.5.4

Signed-off-by: Robert Greener <me <AT> r0bert.dev>

 dev-R/htmlwidgets/Manifest                 |  1 +
 dev-R/htmlwidgets/htmlwidgets-1.5.4.ebuild | 32 ++++++++++++++++++++++++++++++
 dev-R/htmlwidgets/metadata.xml             | 17 ++++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/dev-R/htmlwidgets/Manifest b/dev-R/htmlwidgets/Manifest
new file mode 100644
index 000000000..08a68e2bb
--- /dev/null
+++ b/dev-R/htmlwidgets/Manifest
@@ -0,0 +1 @@
+DIST htmlwidgets_1.5.4.tar.gz 956850 BLAKE2B a2f9f6664a98c523f91cf085f84df62968010a01ca245b1ec70577a46738f154ee068b31d2e592dae68fc6d9082455e293aaa75d2650328382fc607cc7ee0eba SHA512 80f647dd3c71497a2dc2fc7d9ff7c743912cdd3678f02e4b320623a7b16aebebfa4d782aedd2eeb1b9d3fd172e6d322da9b7ae0ca52b4c8155a1c6e907be329d

diff --git a/dev-R/htmlwidgets/htmlwidgets-1.5.4.ebuild b/dev-R/htmlwidgets/htmlwidgets-1.5.4.ebuild
new file mode 100644
index 000000000..cde342d0a
--- /dev/null
+++ b/dev-R/htmlwidgets/htmlwidgets-1.5.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages edo
+
+DESCRIPTION="HTML Widgets for R"
+KEYWORDS="~amd64"
+LICENSE='MIT'
+RESTRICT="!test? ( test )"
+IUSE="test"
+
+DEPEND="
+	>=dev-R/htmltools-0.3
+	>=dev-R/jsonlite-0.9.16
+	dev-R/yaml
+	test? (
+		dev-R/testthat
+	)
+"
+
+SUGGESTED_PACKAGES="
+	>=dev-R/knitr-1.8
+	dev-R/rmarkdown
+	dev-R/testthat
+"
+
+src_test() {
+	cd "${WORKDIR}/${P}/tests" || die
+	NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
+}

diff --git a/dev-R/htmlwidgets/metadata.xml b/dev-R/htmlwidgets/metadata.xml
new file mode 100644
index 000000000..8675553fe
--- /dev/null
+++ b/dev-R/htmlwidgets/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>me@r0bert.dev</email>
+		<name>Robert Greener</name>
+	</maintainer>
+	<longdescription lang="en">A framework for creating HTML widgets that render in various contexts including the R console, 'R Markdown' documents, and 'Shiny' web applications.</longdescription>
+	<upstream>
+		<maintainer>
+			<name>Carson Sievert</name>
+			<email>carson@rstudio.com</email>
+		</maintainer>
+		<bugs-to>https://github.com/ramnathv/htmlwidgets/issues</bugs-to>
+		<remote-id type="github">ramnathv/htmlwidgets</remote-id>
+	</upstream>
+</pkgmetadata>


                 reply	other threads:[~2022-07-03  9:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1656839092.f836ffb85e546f4451bc7a11f47130fa3d8267ac.me@gentoo \
    --to=me@r0bert.dev \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox