diff --git a/.Rbuildignore b/.Rbuildignore index cadb187..737c2f2 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -10,3 +10,5 @@ cran-comments.md ^docs$ ^pkgdown$ Clarity.txt +^doc$ +^Meta$ diff --git a/.gitignore b/.gitignore index b590904..d26a200 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ inst/extdata/.DS_Store *.Rproj .Rapp.history cran-comments.md +/doc/ +/Meta/ diff --git a/DESCRIPTION b/DESCRIPTION index 5ef4680..8b7ed4b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -11,7 +11,7 @@ Suggests: knitr, VignetteBuilder: knitr Type: Package Title: Distance Sampling Survey Design -Version: 1.0.2 +Version: 1.0.3 Authors@R: c( person("Laura", "Marshall", email = "lhm@st-andrews.ac.uk", role = c("aut", "cre")), person("Rexstad", "Eric", email = "eric.rexstad@st-andrews.ac.uk", role = "ctb")) @@ -23,7 +23,7 @@ Description: Creates survey designs for distance sampling surveys. These available in our 'Distance' for Windows software and are detailed in Chapter 7 of Advanced Distance Sampling, Buckland et. al. (2008, ISBN-13: 978-0199225873). Find out more about estimating animal/plant - abundance with distance sampling at . + abundance with distance sampling at . BugReports: https://github.com/DistanceDevelopment/dssd/issues License: GPL (>=2) Encoding: UTF-8 diff --git a/NEWS.md b/NEWS.md index 6c112a2..b21502a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# dssd 1.0.3 + +Enhancements + +* Updated web site links + # dssd 1.0.2 Bug Fixes diff --git a/R/dssd-package.R b/R/dssd-package.R index 9e92ca3..52d1855 100644 --- a/R/dssd-package.R +++ b/R/dssd-package.R @@ -11,9 +11,9 @@ #' #' The main functions in this package are: \link{make.region}, \link{make.design}, \link{generate.transects} and \link{run.coverage}. See also \link{write.transects} for examples of how to export surveys generated by dssd. #' -#' Further information on distance sampling methods and example code is available at \url{http://distancesampling.org/R/}. +#' Further information on distance sampling methods and example code is available at \url{https://distancesampling.org}. #' -#' Also see our website for vignettes / example code at \url{http://examples.distancesampling.org}. +#' Also see our website for vignettes / example code at \url{https://distancesampling.org/resources/vignettes.html}. #' #' For help with distance sampling and this package, there is a Google Group \url{https://groups.google.com/forum/#!forum/distance-sampling}. #' diff --git a/docs/404.html b/docs/404.html index 6b1085b..1618fa9 100644 --- a/docs/404.html +++ b/docs/404.html @@ -8,8 +8,8 @@ Page not found (404) • dssd - - + + @@ -21,7 +21,7 @@ dssd - 1.0.2 + 1.0.3