Skip to content

Commit

Permalink
Merge pull request #150 from AugustT/master
Browse files Browse the repository at this point in the history
Wrapping up Sprint III
  • Loading branch information
AugustT authored Apr 12, 2019
2 parents eb0dd19 + 99d2b0d commit 2dcaf41
Show file tree
Hide file tree
Showing 124 changed files with 5,370 additions and 3,865 deletions.
2 changes: 0 additions & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
^.*\.Rproj$
^\.Rproj\.user$
.RData
README.html
README.md
pre_vignette
.travis.yml
logo.png
frescalo.exe
^docs$
vignettes\sparta_vignette.Rmd
misc/
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
frescalo.exe
sparta.Rproj

misc/
misc/
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
Package: sparta
Type: Package
Title: Trend Analysis for Unstructured Data
Version: 0.1.49
Date: 2019-03-07
Version: 0.2.00
Date: 2019-04-12
Authors@R: c(person("Tom", "August", role = c("aut", "cre"), email = "[email protected]"),
person("Gary", "Powney", role = c("aut")),
person("Charlie", "Outhwaite", role = c("aut")),
person("Colin", "Harrower", role = c("aut")),
person("Mark", "Hill", role = c("aut")),
person("Jack", "Hatfield", role = c("aut")),
person("Francesca", "Mancini", role = c("aut")),
person("Nick", "Isaac", role = c("aut")))
Maintainer: Tom August <[email protected]>
Description: Methods used to analyse trends in unstructured
Expand Down
182 changes: 0 additions & 182 deletions README.html

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

This R package includes methods used to analyse trends in unstructured occurrence datasets and a range of useful functions for mapping such data in the UK. The package is currently **under development**. Note that frescalo currently uses an .exe compiled only for windows.

### News
News
----------------

We are in the process of re-writing much of sparta to add in things we learnt from our recent publication (Statistics for citizen science: extracting signals of change from noisy ecological data. 2014. Nick J. B. Isaac, Arco J. van Strien, Tom A. August, Marnix P. de Zeeuw and David B. Roy). Once the re-write is complete the package will go on CRAN.

### Installation
Installation
----------------

To **install** the development version of sparta, it's easiest to use the `devtools` package:
Expand Down Expand Up @@ -40,7 +40,7 @@ library(sparta)
If you have difficulties installing sparta using this method try updating your version of R to the most up-to-date version available. If you still have problems please contact us or use the issues page.


### Vignette/Tutorial
Vignette/Tutorial
----------------

We have written a vignette to support the package which can view [here](https://github.com/BiologicalRecordsCentre/sparta/raw/master/vignettes/sparta_vignette.pdf)
Expand Down
Loading

0 comments on commit 2dcaf41

Please sign in to comment.