Skip to content

Commit ab113f2

Browse files
committed
minor changes
1 parent 865e57d commit ab113f2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Description: The InPlotSampling package provides a way for researchers
1818
and Kravchuk (2021) <https://doi.org/10.1007/s13253-021-00439-1> and
1919
enables easy use of the methods.
2020
License: MIT + file LICENSE
21-
URL: https://biometryhub.github.io/InPlotSampling/
22-
BugReports: https://github.com/biometryhub/InPlotSampling/issues
21+
URL: https://aagi-aus.github.io/InPlotSampling/
22+
BugReports: https://github.com/AAGI-AUS/InPlotSampling/issues
2323
Depends:
2424
R (>= 3.5.0)
2525
Imports:

README.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ min.r <- substr(description[, "Depends"], 7, 11)
2828

2929
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
3030
[![Codecov test coverage](https://codecov.io/gh/biometryhub/RankedSetSampling/branch/main/graph/badge.svg)](https://codecov.io/gh/biometryhub/RankedSetSampling?branch=main)
31-
[![R build status](https://github.com/biometryhub/InPlotSampling/workflows/R-CMD-check/badge.svg)](https://github.com/biometryhub/InPlotSampling/actions)
32-
![pkgdown](https://github.com/biometryhub/InPlotSampling/workflows/pkgdown/badge.svg)
31+
[![R build status](https://github.com/AAGI-AUS/InPlotSampling/workflows/R-CMD-check/badge.svg)](https://github.com/AAGI-AUS/InPlotSampling/actions)
32+
![pkgdown](https://github.com/AAGI-AUS/InPlotSampling/workflows/pkgdown/badge.svg)
3333
<br>
3434
[![minimal R version](https://img.shields.io/badge/R%3E%3D-`r min.r`-6666ff.svg)](https://cran.r-project.org/)
3535
[![packageversion](https://img.shields.io/badge/Package%20version-`r gsub('-', '--', version)`-orange.svg?style=flat-square)](/commits/main)
@@ -76,7 +76,7 @@ Use the following code to install this package:
7676

7777
```{r eval=F}
7878
if (!require("remotes")) install.packages("remotes")
79-
remotes::install_github("biometryhub/InPlotSampling", upgrade = FALSE)
79+
remotes::install_github("AAGI-AUS/InPlotSampling", upgrade = FALSE)
8080
```
8181

8282
## Examples

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
url: https://biometryhub.github.io/InPlotSampling/
1+
url: https://aagi-aus.github.io/InPlotSampling/
22

33
destination: docs
44

man/InPlotSampling.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)