r45968 - /packages/R/r-cran-spatstat/trunk/debian/copyright

tille at users.alioth.debian.org tille at users.alioth.debian.org
Mon May 27 07:16:03 UTC 2013


Author: tille
Date: Mon May 27 07:16:02 2013
New Revision: 45968

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45968
Log:
Clarify how to obtain source of binary data files in copyright

Modified:
    packages/R/r-cran-spatstat/trunk/debian/copyright

Modified: packages/R/r-cran-spatstat/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-spatstat/trunk/debian/copyright?rev=45968&op=diff
==============================================================================
--- packages/R/r-cran-spatstat/trunk/debian/copyright (original)
+++ packages/R/r-cran-spatstat/trunk/debian/copyright Mon May 27 07:16:02 2013
@@ -16,6 +16,34 @@
            B.T. Scott, I.-M. Sintorn, M. Spiess, M. Stevenson, P. Surovy,
            B. Turlach, A. van Burgel, H. Wang and S. Wong.
 License: GPL2
+Comment: Regarding Files data/*.rda
+ Date: Mon, 27 May 2013 09:27:10 +0800
+ From: Adrian Baddeley <adrian.baddeley at uwa.edu.au>
+ Subject: Re: Demo data sets in spatstat R package
+ .
+ Yes, I could provide original data for each of the datasets in spatstat,
+ but may I suggest it would be easier and more reliable to use R 
+ to convert the compressed binary *.rda files back into readable text files. 
+ .
+ Example (in the R interpreter)
+            a <- load("amacrine.rda")
+            dump(a, file="amacrine.R")
+ .
+ Here 'a' is a vector of strings containing the names of the R objects
+ that were in the data file.
+ .
+ 'amacrine.R' is a text file that can replace 'amacrine.rda' in the data/
+ subdirectory.
+ .
+ I guess there may even be a way to do this automatically using the R package
+ builder;  for that you'd have to ask cran at r-project.org. Currently the package
+ builder/checker forces all data files into the compressed .rda format so
+ presumably this could be undone.
+ .
+ All the datasets in spatstat are covered by GPL >= 2
+ .
+ regards
+ Adrian
 
 Files: debian/*
 Copyright: 2013 Andreas Tille <tille at debian.org>




More information about the debian-science-commits mailing list