From c5260b71f652fd7c872ef2adf59bd9720c2e9cb5 Mon Sep 17 00:00:00 2001 From: Brewster Malevich Date: Fri, 26 Aug 2016 09:42:38 -0700 Subject: [PATCH] Changes in prep for first v0.1.1 CRAN submission --- .Rbuildignore | 2 +- DESCRIPTION | 2 +- NEWS.md | 2 +- cran-comments.md | 10 +--------- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index d624872..16a8892 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -4,4 +4,4 @@ ^.*\.sublime-workspace$ ^.*\.sublime-project$ ^data-raw$ -^cran-comments\.md$ \ No newline at end of file +^cran-comments\.md$ diff --git a/DESCRIPTION b/DESCRIPTION index 1bc34ab..415afe2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: burnr Title: Advanced Fire History Analysis in R -Version: 0.1.1.9000 +Version: 0.1.1 Authors@R: c( person("Steven", "Malevich", email = "malevich@email.arizona.edu", role = c("aut", "cre")), person("Christopher", "Guiterman", role = c("ctb")), diff --git a/NEWS.md b/NEWS.md index e374661..88d7709 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# burnr v0.1.1.9000 +# burnr v0.1.1 Changes in this patch: diff --git a/cran-comments.md b/cran-comments.md index 0b29d68..8cc63e5 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,18 +1,10 @@ -## Resubmission - -This is a resubmission. In this version, I put a space between a URL and an escaped bracket in the vignette file 'introduction.Rmd'. R CMD now no longer detects this as a faulty URL. - -Note also that the possibly mis-spelled word in DESCRIPTION, 'FHX', is not a misspelling. - ## Test environments * local Ubuntu & OS X install, R release * travis-ci: Ubuntu 12.04 (devel, release, and R 3.2.5) and OSX (R release) * win-builder (devel) ## R CMD check results -There were no ERRORs, WARNINGs. - -One NOTE mentions that this is the first time this package has been submitted to CRAN. +There were no ERRORs, WARNINGs. There is one NOTE on "checking CRAN incoming feasibility". ## Downstream dependencies This package has no downstream dependencies. \ No newline at end of file