Skip to content

Commit

Permalink
Updating GitHub links
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviaAB committed Mar 28, 2024
1 parent a331874 commit 64754ac
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Description: A package to facilitate the construction of reproducible pipelines
construction of input objects for several multi-omics integration packages
(such as mixOmics or MOFA), as well as visualisation of the results and comparison
of different integration tools.
URL: https://github.com/PlantandFoodResearch/moiraine, https://bookish-disco-p832pyq.pages.github.io/
BugReports: https://github.com/PlantandFoodResearch/moiraine/issues
URL: https://github.com/Plant-Food-Research-Open/moiraine, https://plant-food-research-open.github.io/moiraine/
BugReports: https://github.com/Plant-Food-Research-Open/moiraine/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ The workflow for a typical multi-omics integration analysis handled with `moirai

* Comparison of the integration results obtained by different methods or pre-processing approaches.

An overview of the capabilities of the package is available [here](https://solid-lamp-kq546rq.pages.github.io/overview.html).
An overview of the capabilities of the package is available [here](https://plant-food-research-open.github.io/moiraine-manual/overview.html).

## Installation

You can install the development version of moiraine from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("PlantandFoodResearch/moiraine")
devtools::install_github("Plant-Food-Research-Open/moiraine")
```

## Example
Expand All @@ -66,6 +66,6 @@ library(moiraine)
create_moiraine_pipeline()
```

The [user manual](https://solid-lamp-kq546rq.pages.github.io/) provides an in-depth walk-through of a multi-omics integration analysis with the package.
The [user manual](https://plant-food-research-open.github.io/moiraine-manual/) provides an in-depth walk-through of a multi-omics integration analysis with the package.

Before using `moiraine`, we encourage you to get familiar with the `targets` package; the [`targets` manual](https://books.ropensci.org/targets/) is a great place to start.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The workflow for a typical multi-omics integration analysis handled with
pre-processing approaches.

An overview of the capabilities of the package is available
[here](https://solid-lamp-kq546rq.pages.github.io/overview.html).
[here](https://plant-food-research-open.github.io/moiraine-manual/overview.html).

## Installation

Expand All @@ -62,7 +62,7 @@ You can install the development version of moiraine from

``` r
# install.packages("devtools")
devtools::install_github("PlantandFoodResearch/moiraine")
devtools::install_github("Plant-Food-Research-Open/moiraine")
```

## Example
Expand All @@ -76,9 +76,10 @@ library(moiraine)
create_moiraine_pipeline()
```

The [user manual](https://solid-lamp-kq546rq.pages.github.io/) provides
an in-depth walk-through of a multi-omics integration analysis with the
package.
The [user
manual](https://plant-food-research-open.github.io/moiraine-manual/)
provides an in-depth walk-through of a multi-omics integration analysis
with the package.

Before using `moiraine`, we encourage you to get familiar with the
`targets` package; the [`targets`
Expand Down
8 changes: 4 additions & 4 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://bookish-disco-p832pyq.pages.github.io/
url: https://plant-food-research-open.github.io/moiraine/
template:
bootstrap: 5
bootswatch: zephyr
Expand All @@ -12,16 +12,16 @@ navbar:
type: default
left:
- text: Overview
href: https://solid-lamp-kq546rq.pages.github.io/overview.html
href: https://plant-food-research-open.github.io/moiraine-manual/overview.html
- text: Reference
href: reference/index.html
- text: Manual
href: https://solid-lamp-kq546rq.pages.github.io/
href: https://plant-food-research-open.github.io/moiraine-manual/
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/PlantandFoodResearch/moiraine
href: https://github.com/Plant-Food-Research-Open/moiraine

reference:
- title: "Project management"
Expand Down

0 comments on commit 64754ac

Please sign in to comment.