Skip to content

Commit

Permalink
Update repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkellner committed Oct 3, 2024
1 parent 546f443 commit 1a1bb33
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 65 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ LinkingTo:
RcppEigen
SystemRequirements: GNU make
URL: https://groups.google.com/d/forum/unmarked,
https://hmecology.github.io/unmarked/
BugReports: https://github.com/hmecology/unmarked/issues
https://biodiverse.github.io/unmarked/
BugReports: https://github.com/biodiverse/unmarked/issues
VignetteBuilder: knitr
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# R package unmarked

<!-- badges: start -->
[![R build status](https://github.com/hmecology/unmarked/workflows/R-CMD-check/badge.svg)](https://github.com/hmecology/unmarked/actions)
[![R build status](https://github.com/biodiverse/unmarked/workflows/R-CMD-check/badge.svg)](https://github.com/biodiverse/unmarked/actions)
[![CRAN status](https://www.r-pkg.org/badges/version/unmarked)](https://cran.r-project.org/package=unmarked)
<!-- badges: end -->

Expand All @@ -19,25 +19,25 @@ The latest development version can be installed from Github:

```r
install.packages("remotes")
remotes::install_github("hmecology/unmarked")
remotes::install_github("biodiverse/unmarked")
```

## Support

Support is provided through the [unmarked Google group](http://groups.google.com/group/unmarked).
The package [website](https://hmecology.github.io/unmarked) has more information.
You can report bugs [here](https://github.com/hmecology/unmarked/issues), by posting to the Google group, or by emailing [the current maintainer](https://kenkellner.com).
The package [website](https://biodiverse.github.io/unmarked) has more information.
You can report bugs [here](https://github.com/biodiverse/unmarked/issues), by posting to the Google group, or by emailing [the current maintainer](https://kenkellner.com).

## Get Started

See the following vignettes for an introduction to `unmarked` and some example analyses:

[Overview of `unmarked`](https://hmecology.github.io/unmarked/articles/unmarked.html)
[Overview of `unmarked`](https://cran.r-project.org/web/packages/unmarked/vignettes/unmarked.html)

[Dynamic occupancy models](https://hmecology.github.io/unmarked/articles/colext.html)
[Dynamic occupancy models](https://cran.r-project.org/web/packages/unmarked/vignettes/colext.html)

[Multispecies occupancy models](https://hmecology.github.io/unmarked/articles/occuMulti.html)
[Multispecies occupancy models](https://cran.r-project.org/web/packages/unmarked/vignettes/occuMulti.html)

[Distance sampling](https://hmecology.github.io/unmarked/articles/distsamp.html)
[Distance sampling](https://cran.r-project.org/web/packages/unmarked/vignettes/distsamp.html)

[Contributing to `unmarked`](https://hmecology.github.io/unmarked/articles/contributing_to_unmarked.html)
[Contributing to `unmarked`](https://cran.r-project.org/web/packages/unmarked/vignettes/contributing_to_unmarked.html)
Loading

0 comments on commit 1a1bb33

Please sign in to comment.