Skip to content

Commit

Permalink
Minor changes for first CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
brews committed Jul 9, 2016
1 parent 72a6c49 commit 89a6530
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
^\.travis\.yml$
^.*\.sublime-workspace$
^.*\.sublime-project$
^NEWS\.md$
^data-raw$
^cran-comments\.md$
^cran-comments\.md$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Authors@R: c(
person("Steven", "Malevich", email = "malevich@email.arizona.edu", role = c("aut", "cre")),
person("Christopher", "Guiterm1an", role = c("ctb")),
person("Ellis", "Margolis", role = c("ctb")))
Description: A tool set to analyze forest fire history data (e.g. FHX2) in R.
Description: Basic tools to analyze forest fire history data (e.g. FHX2) in R.
Depends:
R (>= 3.2)
License: GPL (>= 3)
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Changes in this minor release:

* Added vignettes!
* Added a vignette!

* `get_ggplot()` is being depreciated. Please use `plot_demograph()`.

Expand All @@ -24,7 +24,7 @@ Changes in this minor release:

* Added function sample_depth() to get sample depth.

* Added run_sea function to begin to address issue #58. Has pretty table output.
* Added run_sea function to begin to address issue #58. Has pretty table output. This is still very experimental.

* Bug fix in series_stats to maintain series IDs for those with no features

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Coverage Status](https://coveralls.io/repos/github/ltrr-arizona-edu/burnr/badge.svg?branch=master)](https://coveralls.io/github/ltrr-arizona-edu/burnr?branch=master)


A tool set to analyze forest fire history data (e.g. FHX2) in R. This is designed for power users and projects with special needs.
Basic tools to analyze forest fire history data (e.g. FHX2) in R. This is designed for power users and projects with special needs.

The project is under heavy development as I try to wrap things up into a CRAN package. Hic sunt dracones.

Expand Down
5 changes: 3 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Test environments
* local Ubuntu & OS X install, R 3.3.1
* ubuntu 12.04 (on travis-ci), R 3.3.1
* 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.
Expand Down
2 changes: 1 addition & 1 deletion vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: "S. Brewster Malevich"
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Vignette Title}
%\VignetteIndexEntry{Introduction to burnr}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down

0 comments on commit 89a6530

Please sign in to comment.