[med-svn] [r-cran-rglwidget] 05/07: New upstream version 0.2.1

Andreas Tille tille at debian.org
Mon Oct 2 10:26:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-rglwidget.

commit a787cbeb81b6ac1c263a8000af2294ddd5194338
Author: Andreas Tille <tille at debian.org>
Date:   Mon Oct 2 12:22:06 2017 +0200

    New upstream version 0.2.1
---
 DESCRIPTION                     |  15 +++++++++++++++
 MD5                             |   5 +++++
 NAMESPACE                       |  11 +++++++++++
 R/zzz.R                         |   2 ++
 build/partial.rdb               | Bin 0 -> 3927 bytes
 debian/changelog                |  12 ------------
 debian/compat                   |   1 -
 debian/control                  |  35 -----------------------------------
 debian/copyright                |  30 ------------------------------
 debian/rules                    |   3 ---
 debian/source/format            |   1 -
 debian/source/lintian-overrides |   2 --
 debian/watch                    |   2 --
 man/rglwidget-package.Rd        |  39 +++++++++++++++++++++++++++++++++++++++
 14 files changed, 72 insertions(+), 86 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
new file mode 100644
index 0000000..d4ac9ae
--- /dev/null
+++ b/DESCRIPTION
@@ -0,0 +1,15 @@
+Package: rglwidget
+Type: Package
+Title: 'rgl' in 'htmlwidgets' Framework
+Version: 0.2.1
+Author: Duncan Murdoch
+Maintainer: Duncan Murdoch <murdoch.duncan at gmail.com>
+Description: The contents of this package have
+  been merged into rgl, so it is no longer needed.
+Imports: rgl (>= 0.96.0)
+License: GPL-2
+LazyData: TRUE
+NeedsCompilation: no
+Packaged: 2016-08-26 11:08:18 UTC; murdoch
+Repository: CRAN
+Date/Publication: 2016-08-26 13:22:08
diff --git a/MD5 b/MD5
new file mode 100644
index 0000000..5249858
--- /dev/null
+++ b/MD5
@@ -0,0 +1,5 @@
+e6217771a5f4a05f39fd29ee7d4f86c3 *DESCRIPTION
+b60f9c5a0375454be2f117fb90f9da80 *NAMESPACE
+c00ffce4d54b8406c1220e62c6173054 *R/zzz.R
+083d41b8347fb1e443532c8c878f2796 *build/partial.rdb
+7061477ae26f52338c667a13e1f4d037 *man/rglwidget-package.Rd
diff --git a/NAMESPACE b/NAMESPACE
new file mode 100644
index 0000000..92265c4
--- /dev/null
+++ b/NAMESPACE
@@ -0,0 +1,11 @@
+export(rglwidget, renderRglwidget, rglwidgetOutput,
+       playwidget, renderPlaywidget, playwidgetOutput,
+       subsetControl, propertyControl, clipplaneControl, ageControl, vertexControl,
+       elementId2Prefix, registerSceneChange, sceneChange,
+       "%>%")
+
+importFrom(rgl, rglwidget, renderRglwidget, rglwidgetOutput,
+       playwidget, renderPlaywidget, playwidgetOutput,
+       subsetControl, propertyControl, clipplaneControl, ageControl, vertexControl,
+       elementId2Prefix, registerSceneChange, sceneChange,
+       "%>%")
diff --git a/R/zzz.R b/R/zzz.R
new file mode 100644
index 0000000..f430392
--- /dev/null
+++ b/R/zzz.R
@@ -0,0 +1,2 @@
+.onAttach <- function(libname, pkgname)
+  packageStartupMessage("The functions in the rglwidget package have been moved to rgl.")
diff --git a/build/partial.rdb b/build/partial.rdb
new file mode 100644
index 0000000..004915e
Binary files /dev/null and b/build/partial.rdb differ
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index f9d7829..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,12 +0,0 @@
-r-cran-rglwidget (0.2.1-1) unstable; urgency=medium
-
-  * New upstream version
-    Closes: #837233
-
- -- Andreas Tille <tille at debian.org>  Sat, 10 Sep 2016 22:13:08 +0200
-
-r-cran-rglwidget (0.1.1434-1) unstable; urgency=low
-
-  * Initial release (closes: #829132)
-
- -- Andreas Tille <tille at debian.org>  Thu, 30 Jun 2016 22:29:30 +0200
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 35989cb..0000000
--- a/debian/control
+++ /dev/null
@@ -1,35 +0,0 @@
-Source: r-cran-rglwidget
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>
-Section: gnu-r
-Priority: optional
-Build-Depends: debhelper (>= 9),
-               cdbs,
-               r-base-dev,
-               r-cran-htmlwidgets,
-               r-cran-htmltools,
-               r-cran-knitr,
-               r-cran-jsonlite,
-               r-cran-shiny,
-               r-cran-magrittr,
-               r-cran-rgl
-Standards-Version: 3.9.8
-Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-rglwidget/trunk/
-Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-rglwidget/trunk/
-Homepage: https://cran.r-project.org/web/packages/rglwidget
-
-Package: r-cran-rglwidget
-Architecture: all
-Depends: ${misc:Depends},
-         ${R:Depends},
-         r-cran-htmlwidgets,
-         r-cran-htmltools,
-         r-cran-knitr,
-         r-cran-jsonlite,
-         r-cran-shiny,
-         r-cran-magrittr,
-         r-cran-rgl
-Description: GNU R 'rgl' in 'htmlwidgets' Framework
- This GNU R package provides an 'htmlwidgets' (framework for creating
- HTML widgets that render in various contexts) framework for the 'rgl'
- (three-dimensional visualisation using OpenGL) package.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 6213153..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,30 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: rglwidget
-Upstream-Contact: Duncan Murdoch <murdoch at stats.uwo.ca>
-Source: https://cran.r-project.org/web/packages/rglwidget
-
-Files: *
-Copyright: 2014-2016 Daniel Adler, Duncan Murdoch
-License: GPL-2+
-
-Files: debian/*
-Copyright: 2016 Andreas Tille <tille at debian.org>
-License: GPL-2+
-
-License: GPL-2+
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
- .
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
- .
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- .
- On Debian systems, the complete text of the GNU General Public
- License can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 2fbba2d..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/R/debian/r-cran.mk
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
deleted file mode 100644
index 7df4ba5..0000000
--- a/debian/source/lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# The source of the compressed JS script is right inside the same directory so this is a false positive
-r-cran-rglwidget source: source-is-missing inst/htmlwidgets/lib/CanvasMatrix/CanvasMatrix.js line length is 11111 characters (>512)
diff --git a/debian/watch b/debian/watch
deleted file mode 100644
index 69e4c42..0000000
--- a/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-http://cran.r-project.org/src/contrib/rglwidget_([-\d.]*)\.tar\.gz
diff --git a/man/rglwidget-package.Rd b/man/rglwidget-package.Rd
new file mode 100644
index 0000000..e9a8576
--- /dev/null
+++ b/man/rglwidget-package.Rd
@@ -0,0 +1,39 @@
+\name{rglwidget-package}
+\alias{rglwidget-package}
+\alias{rglwidget}
+\alias{renderRglwidget}
+\alias{rglwidgetOutput}
+\alias{playwidget}
+\alias{renderPlaywidget}
+\alias{playwidgetOutput}
+\alias{subsetControl}
+\alias{propertyControl}
+\alias{clipplaneControl}
+\alias{ageControl}
+\alias{vertexControl}
+\alias{elementId2Prefix}
+\alias{registerSceneChange}
+\alias{sceneChange}
+\alias{\%>\%}
+\docType{package}
+\title{
+\packageTitle{rglwidget}
+}
+\description{
+\packageDescription{rglwidget}
+}
+\details{
+
+The DESCRIPTION file:
+\packageDESCRIPTION{rglwidget}
+\packageIndices{rglwidget}
+
+The \pkg{rglwidget} package has been merged into the
+\pkg{rgl} package, and should no longer be used.
+}
+\author{
+\packageAuthor{rglwidget}
+
+Maintainer: \packageMaintainer{rglwidget}
+}
+\keyword{ package }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-rglwidget.git



More information about the debian-med-commit mailing list