[r-cran-aer] 01/02: Really clean up unwanted information

Andreas Tille tille at debian.org
Sun Nov 12 16:32:55 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-aer.

commit 7b169d1fe683d963ffa36f8fd0a5ec02cd7cb785
Author: Andreas Tille <tille at debian.org>
Date:   Sun Nov 12 17:30:15 2017 +0100

    Really clean up unwanted information
---
 debian/README.source        | 13 +------------
 debian/create_README.source |  3 ++-
 2 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index d079291..15f398a 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -26,8 +26,6 @@ Files: data/CASchools.rda
 Documented: man/CASchools.Rd
   The dataset contains data on test performance, school 
   characteristics and student demographic backgrounds for school districts in California.
-:::::
-  A data frame containing 420 observations on 14 variables.
 
 Files: data/CPS1985.rda
 Documented: man/CPS1985.Rd
@@ -109,10 +107,6 @@ Documented: man/EquationCitations.Rd
 Files: data/Equipment.rda
 Documented: man/Equipment.Rd
   Statewide data on transportation equipment manufacturing for 25 US states.
-:::::
-  A data frame containing 25 observations on 4 variables.
-    
-:::::
 
 Files: data/EuroEnergy.rda
 Documented: man/EuroEnergy.Rd
@@ -156,9 +150,6 @@ Documented: man/GoldSilver.Rd
 Files: data/GrowthDJ.rda
 Documented: man/GrowthDJ.Rd
   Growth regression data as provided by Durlauf & Johnson (1995).
-:::::
-   and write in 1960 (in percent).
-:::::
 
 Files: data/GrowthSW.rda
 Documented: man/GrowthSW.Rd
@@ -177,8 +168,6 @@ Documented: man/Guns.Rd
 Files: data/HMDA.rda
 Documented: man/HMDA.Rd
   Cross-section data on the Home Mortgage Disclosure Act (HMDA).
-:::::
-  A data frame containing 2,380 observations on 14 variables.
 
 Files: data/HealthInsurance.rda
 Documented: man/HealthInsurance.Rd
@@ -479,4 +468,4 @@ Documented: man/Fertilit*.Rd
   Online complements to Stock, J.H. and Watson, M.W. (2007):
   "Introduction to Econometrics", 2nd ed. Boston: Addison Wesley.
 
- -- Andreas Tille <tille at debian.org>  Sun, 12 Nov 2017 14:36:05 +0100
+ -- Andreas Tille <tille at debian.org>  Sun, 12 Nov 2017 17:29:02 +0100
diff --git a/debian/create_README.source b/debian/create_README.source
index fb4944a..ce035bd 100755
--- a/debian/create_README.source
+++ b/debian/create_README.source
@@ -14,7 +14,8 @@ for rda in ../data/*.rda ; do
      echo "Files: data/$(basename $rda)"
      echo "Documented: man/$(basename $rda .rda).Rd"
      sed -e '0,/^\\title{/d' -e '/^}/,$d' -e 's/^\\description{//' -e 's/^\([^ ]\)/  \1/' ../man/$(basename $rda .rda).Rd | \
-         perl -p -e 's/\cM//g' | grep -v '^ *$' | sed -e '/^ \+\\/d' -e 's/} *$/\n:::::/' | sed -e '/^:::::/ { N; N; N; N; d; }'
+         perl -p -e 's/\cM//g' | grep -v '^ *$' | sed -e '/^ \+\\/d' -e 's/} *$/\n#####/' | \
+         sed -e '/^#####/ { N; N; N; N; d; }' | sed -e '/^#####/ { N; N; N; d; }' | sed -e '/^#####/ { N; N; d; }'  | sed -e '/^#####/ { N; d; }'
      echo ""
   fi
 done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-aer.git



More information about the debian-science-commits mailing list