From da4f20f2226b21dc2f7af4275f5e36eb91899079 Mon Sep 17 00:00:00 2001 From: piklprado Date: Thu, 2 Jun 2016 01:30:02 -0300 Subject: [PATCH 1/3] Fixing issues detected by CRAN We get No package encoding and non-ASCII characters in the following R files: R/data_documentation.R 18: #' Kondrat, H. 2012. Estmulos qumicos de folhas novas promovem recrutamento eficiente de formigas associadas embaba 19: #' \emph{Cecropia glaziovi} (Urticaceae). Curso de campo "Ecologia da Mata Atlntica" 20: #' (G. Machado; P.I. Prado & A.M.Z. Martini, eds.). Universidade de So Paulo, So Paulo. 41: #' Mello, T.J. 2012. Infestao por lianas e comportamento de poda por formigas em \emph{Cecropia} 42: #' (Urticaceae). Curso de campo "Ecologia da Mata Atlntica" 43: #' (G. Machado; P.I. Prado & A.M.Z. Martini, eds.). Universidade de So Paulo, So Paulo. 65: #' Werneck, R.T. 2010. Lar, viscoso lar. Experimento de seleo de habitat e forrageio de aranhas 66: #' em plantas com tricomas glandulares. Curso de campo "Ecologia da Mata Atlntica" 67: #' (G. Machado; P.I. Prado & A.A. Oliveira, eds.). Universidade de So Paulo, So Paulo. 88: #' Prado, A. \emph{et al}. 2013. Variaes na morfologia de sustentao em \emph{Rhizophora mangle} (Rizophoraceae) em diferentes 89: #' condies de inundao do solo. Curso de campo "Ecologia da Mata Atlntica" 90: #' (G. Machado, P.I. Prado & A.M.Z. Martini eds.). Universidade de So Paulo, So Paulo. The Title field should be in title case, current version then in title case: 'Ports the workflow of "Resampling Stats" add-in to R' 'Ports the Workflow of "Resampling Stats" Add-in to R' --- DESCRIPTION | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index a90142f..83337ef 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: Rsampling -Title: Ports the workflow of "Resampling Stats" add-in to R +Title: Ports the Workflow of "Resampling Stats" Add-in to R Version: 0.1.0 Authors@R: c( person("Paulo", "Prado", , "prado@ib.usp.br", role = c("aut", "cre")), @@ -29,3 +29,4 @@ Suggests: rmarkdown VignetteBuilder: knitr RoxygenNote: 5.0.1 +Encoding: UTF-8 \ No newline at end of file From 2af732f52e88b3c3ffe2d8576c3a283ae48e1b6d Mon Sep 17 00:00:00 2001 From: piklprado Date: Thu, 2 Jun 2016 01:35:08 -0300 Subject: [PATCH 2/3] Adding newline at the end of DESCRIPTION --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 83337ef..b86abf5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -29,4 +29,4 @@ Suggests: rmarkdown VignetteBuilder: knitr RoxygenNote: 5.0.1 -Encoding: UTF-8 \ No newline at end of file +Encoding: UTF-8 From e5ca79f752a42385be0505724d827bd103867a40 Mon Sep 17 00:00:00 2001 From: piklprado Date: Mon, 6 Jun 2016 23:37:09 -0300 Subject: [PATCH 3/3] Bumping version number --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index b86abf5..f7aa55a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: Rsampling Title: Ports the Workflow of "Resampling Stats" Add-in to R -Version: 0.1.0 +Version: 0.1.1 Authors@R: c( person("Paulo", "Prado", , "prado@ib.usp.br", role = c("aut", "cre")), person("Andr\'e", "Chalom", , "andrechalom@gmail.com", role = c("aut")),