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
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Authors@R: c(
))
Description: This package provides a range of tools for setting up, running and plotting a spatial plan using the prioritizr. It is only intended for use by the Mathematical Marine Ecology Lab at UQ, as it sets up projects using their approach and data sets.
License: MIT + file LICENSE
URL: https://github.com/MathMarEcol/spatialplanr
BugReports: https://github.com/MathMarEcol/spatialplanr/issues
URL: https://github.com/SpatialPlanning/spatialplanr
BugReports: https://github.com/SpatialPlanning/spatialplanr/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Expand Down
14 changes: 7 additions & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ knitr::opts_chunk$set(
)
```

# spatialplanr <a href="https://mathmarecol.github.io/spatialplanr"><img src="man/figures/logo.png" align="right" height="139" alt="spatialplanr website" /></a>
# spatialplanr <a href="https://SpatialPlanning.github.io/spatialplanr"><img src="man/figures/logo.png" align="right" height="139" alt="spatialplanr website" /></a>

<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![Ubuntu](https://github.com/MathMarEcol/spatialplanr/actions/workflows/Ubuntu.yaml/badge.svg)](https://github.com/MathMarEcol/spatialplanr/actions/workflows/Ubuntu.yaml)
[![MacOS](https://github.com/MathMarEcol/spatialplanr/actions/workflows/MacOS.yaml/badge.svg)](https://github.com/MathMarEcol/spatialplanr/actions/workflows/MacOS.yaml)
[![Windows](https://github.com/MathMarEcol/spatialplanr/actions/workflows/Windows.yaml/badge.svg)](https://github.com/MathMarEcol/spatialplanr/actions/workflows/Windows.yaml)
[![Codecov test coverage](https://codecov.io/gh/MathMarEcol/spatialplanr/branch/main/graph/badge.svg)](https://app.codecov.io/gh/MathMarEcol/spatialplanr/tree/main)
[![Issues](https://img.shields.io/github/issues/MathMarEcol/spatialplanr)](https://github.com/MathMarEcol/spatialplanr/issues)
[![Ubuntu](https://github.com/SpatialPlanning/spatialplanr/actions/workflows/Ubuntu.yaml/badge.svg)](https://github.com/SpatialPlanning/spatialplanr/actions/workflows/Ubuntu.yaml)
[![MacOS](https://github.com/SpatialPlanning/spatialplanr/actions/workflows/MacOS.yaml/badge.svg)](https://github.com/SpatialPlanning/spatialplanr/actions/workflows/MacOS.yaml)
[![Windows](https://github.com/SpatialPlanning/spatialplanr/actions/workflows/Windows.yaml/badge.svg)](https://github.com/SpatialPlanning/spatialplanr/actions/workflows/Windows.yaml)
[![Codecov test coverage](https://codecov.io/gh/SpatialPlanning/spatialplanr/branch/main/graph/badge.svg)](https://app.codecov.io/gh/SpatialPlanning/spatialplanr/tree/main)
[![Issues](https://img.shields.io/github/issues/SpatialPlanning/spatialplanr)](https://github.com/SpatialPlanning/spatialplanr/issues)
<!-- badges: end -->

## Overview
Expand All @@ -33,5 +33,5 @@ Be aware that this package is in the very early stages of development. Functions

``` r
# install.packages("devtools")
devtools::install_github("https://github.com/MathMarEcol/spatialplanr")
devtools::install_github("https://github.com/SpatialPlanning/spatialplanr")
```
15 changes: 7 additions & 8 deletions docs/404.html

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

6 changes: 3 additions & 3 deletions docs/LICENSE-text.html

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

8 changes: 4 additions & 4 deletions docs/LICENSE.html

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

Loading
Loading