diff --git a/.Rbuildignore b/.Rbuildignore index 120d1e5..1279836 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,3 +1,4 @@ +^CRAN-RELEASE$ ^README\.md$ ^.*\.Rproj$ ^\.Rproj\.user$ diff --git a/DESCRIPTION b/DESCRIPTION index ba447c9..dc2d324 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,7 +6,7 @@ Date: 2019-06-14 Author: Andrew Parnell Language: en-US Maintainer: Andrew Parnell -Description: Fits a stable isotope mixing model via JAGS in R. The package allows for any number of isotopes or sources, as well as concentration dependencies. +Description: Fits a stable isotope mixing model via 'JAGS' in R. The package allows for any number of isotopes or sources, as well as concentration dependencies. The methods on the papers Parnell et al 2010 , and Parnell et al 2013 . Depends: R (>= 3.2.2), R2jags, ggplot2 Imports: MASS, diff --git a/cran-comments.md b/cran-comments.md deleted file mode 100644 index d8a1721..0000000 --- a/cran-comments.md +++ /dev/null @@ -1,10 +0,0 @@ -## Test environments -* local OS X install, R 3.5.0 -* win_check (devel and release) - -## R CMD check results -There were no ERRORs or WARNINGs. - -There was 1 NOTE: - -* The package maintainer email address has changed because I moved jobs diff --git a/vignettes/simmr.Rmd b/vignettes/simmr.Rmd index d22a943..34bfbab 100644 --- a/vignettes/simmr.Rmd +++ b/vignettes/simmr.Rmd @@ -15,7 +15,7 @@ editor_options: ## Introduction -tl;dr see the [Quick Start](https://cran.r-project.org/web/packages/simmr/vignettes/quick_start.html) guide +tl;dr see the [Quick Start](https://cran.r-project.org/package=simmr/vignettes/quick_start.html) vignette `simmr` is a package designed to solve mixing equations for stable isotopic data within a Bayesian framework. This guide is designed to get researchers up and running with the package and giving them a full list of all the available features. No expertise is required in the use of R.