From 4e941cf87a21abb13012955c053d2d1c0bfc89f3 Mon Sep 17 00:00:00 2001 From: Luke Winslow Date: Thu, 19 May 2016 16:34:37 -0500 Subject: [PATCH 1/5] remove readme from build --- .Rbuildignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.Rbuildignore b/.Rbuildignore index b7a3802..42af15a 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -3,3 +3,4 @@ changelog.txt .travis.yml ^.*\.Rproj$ ^\.Rproj\.user$ +README.md \ No newline at end of file diff --git a/README.md b/README.md index a124db9..63e65c8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ rLakeAnalyzer =============== [![Build Status](https://travis-ci.org/GLEON/rLakeAnalyzer.svg?branch=master)](https://travis-ci.org/GLEON/rLakeAnalyzer) -[![Download Count](http://cranlogs.r-pkg.org/badges/rLakeAnalyzer)](http://cran.rstudio.com/web/packages/rLakeAnalyzer/index.html) +[![Download Count](http://cranlogs.r-pkg.org/badges/rLakeAnalyzer)](https://cran.rstudio.com/web/packages/rLakeAnalyzer/index.html) An R version of Lake Analyzer From 0f76d20ca69a704b365bc882a734ae9cdeb37bc8 Mon Sep 17 00:00:00 2001 From: Luke Winslow Date: Thu, 19 May 2016 16:38:48 -0500 Subject: [PATCH 2/5] version increment --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 929cff0..145f9fe 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: rLakeAnalyzer Title: Package for the Analysis of Lake Physics Maintainer: Luke Winslow -Version: 1.8.2 +Version: 1.8.3 Author: Luke Winslow, Jordan Read, Richard Woolway, Jennifer Brentrup, Taylor Leach, Jake Zwart Description: Standardized methods for calculating common important derived From 9c3007ec2d54a344cea48dc70461182f1a762dee Mon Sep 17 00:00:00 2001 From: Luke Winslow Date: Thu, 19 May 2016 16:40:44 -0500 Subject: [PATCH 3/5] fix for cran --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63e65c8..2020132 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ rLakeAnalyzer =============== [![Build Status](https://travis-ci.org/GLEON/rLakeAnalyzer.svg?branch=master)](https://travis-ci.org/GLEON/rLakeAnalyzer) -[![Download Count](http://cranlogs.r-pkg.org/badges/rLakeAnalyzer)](https://cran.rstudio.com/web/packages/rLakeAnalyzer/index.html) +[![Download Count](http://cranlogs.r-pkg.org/badges/rLakeAnalyzer)]( https://cran.r-project.org/web/packages/rLakeAnalyzer/index.html) An R version of Lake Analyzer From 6c9d81f235ebad723ff3fb0753f5d7dfdda6f19c Mon Sep 17 00:00:00 2001 From: Luke Winslow Date: Fri, 20 May 2016 16:12:24 -0500 Subject: [PATCH 4/5] fix title for Uwe --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 145f9fe..a8c7a24 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: rLakeAnalyzer -Title: Package for the Analysis of Lake Physics +Title: Lake physics tools Maintainer: Luke Winslow Version: 1.8.3 Author: Luke Winslow, Jordan Read, Richard Woolway, Jennifer Brentrup, Taylor From 144f2cf792942939f8292ef8391aa7c97294e37c Mon Sep 17 00:00:00 2001 From: Luke Winslow Date: Fri, 20 May 2016 18:00:26 -0500 Subject: [PATCH 5/5] changing title to title case --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index a8c7a24..ac1bf5c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: rLakeAnalyzer -Title: Lake physics tools +Title: Lake Physics Tools Maintainer: Luke Winslow Version: 1.8.3 Author: Luke Winslow, Jordan Read, Richard Woolway, Jennifer Brentrup, Taylor