Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ cran-comments.md
^docs$
^pkgdown$
Clarity.txt
^doc$
^Meta$
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ inst/extdata/.DS_Store
*.Rproj
.Rapp.history
cran-comments.md
/doc/
/Meta/
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand All @@ -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 <http://distancesampling.org/>.
abundance with distance sampling at <https://distancesampling.org/>.
BugReports: https://github.com/DistanceDevelopment/dssd/issues
License: GPL (>=2)
Encoding: UTF-8
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# dssd 1.0.3

Enhancements

* Updated web site links

# dssd 1.0.2

Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions R/dssd-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
#'
Expand Down
6 changes: 3 additions & 3 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/articles/GettingStarted.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/articles/MultiStrataVignette.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading