[Dplr-commits] r958 - pkg/dplR
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Feb 5 09:48:59 CET 2015
Author: mvkorpel
Date: 2015-02-05 09:48:58 +0100 (Thu, 05 Feb 2015)
New Revision: 958
Modified:
pkg/dplR/DESCRIPTION
Log:
The comma (,) is a valid character in URLs [1], so I guess it should not
be used as a separator of two URLs, even though R-exts instructs us to use a comma or white. Let's use plain whitespace instead.
[1] http://tools.ietf.org/html/rfc3986#section-2.2
[2] http://cran.r-project.org/doc/manuals/r-release/R-exts.html#The-DESCRIPTION-file
Modified: pkg/dplR/DESCRIPTION
===================================================================
--- pkg/dplR/DESCRIPTION 2015-02-04 12:08:30 UTC (rev 957)
+++ pkg/dplR/DESCRIPTION 2015-02-05 08:48:58 UTC (rev 958)
@@ -30,6 +30,6 @@
dendrochronology
LazyData: no
License: GPL (>= 2)
-URL: http://huxley.wwu.edu/trl/htrl-dplr,
+URL: http://huxley.wwu.edu/trl/htrl-dplr
http://R-Forge.R-project.org/projects/dplr/
MailingList: https://groups.google.com/d/forum/dplr-help
More information about the Dplr-commits
mailing list