Skip to content

Commit a1b1b47

Browse files
committedApr 7, 2024·
updating description, links
1 parent a44c820 commit a1b1b47

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed
 

‎DESCRIPTION

+10-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@ Type: Package
33
Title: A fluent interface for manipulating GenomicRanges
44
Version: 1.23.1
55
Authors@R: c(
6-
person("Stuart", "Lee", email = "stuart.andrew.lee@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1179-8436")),
6+
person("Stuart", "Lee", role = c("aut"),
7+
comment = c(ORCID = "0000-0003-1179-8436")),
78
person("Michael", "Lawrence", role = c("aut", "ctb")),
89
person("Dianne", "Cook", role = c("aut", "ctb")),
9-
person("Spencer", "Nystrom", role = c("ctb"), comment = c(ORCID = "0000-0003-1000-1579"))
10-
)
11-
Maintainer: Stuart Lee <stuart.andrew.lee@gmail.com>
10+
person("Spencer", "Nystrom", role = c("ctb"),
11+
comment = c(ORCID = "0000-0003-1000-1579")),
12+
person("Pierre-Paul", "Axisa", role=c("ctb")),
13+
person("Michael", "Love", role = c("ctb","cre"),
14+
email = "michaelisaiahlove@gmail.com")
15+
)
16+
Maintainer: Michael Love <michaelisaiahlove@gmail.com>
1217
Description: A dplyr-like interface for interacting with the common Bioconductor
1318
classes Ranges and GenomicRanges. By providing a grammatical
1419
and consistent way of manipulating these classes their accessiblity for new
@@ -31,7 +36,7 @@ Imports:
3136
S4Vectors (>= 0.23.10),
3237
utils
3338
biocViews: Infrastructure, DataRepresentation, WorkflowStep, Coverage
34-
BugReports: https://github.com/sa-lee/plyranges
39+
BugReports: https://github.com/tidyomics/plyranges
3540
License: Artistic-2.0
3641
Encoding: UTF-8
3742
ByteCompile: true

‎README.Rmd

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ knitr::opts_chunk$set(
1515
# plyranges: fluent genomic data analysis <img id="plyranges_logo" src="man/figures/logo.png" align="right" width = "125" />
1616

1717
<!-- badges: start -->
18-
[![R-CMD-check-bioc](https://github.com/sa-lee/plyranges/workflows/R-CMD-check-bioc/badge.svg)](https://github.com/sa-lee/plyranges/actions?query=workflow%3AR-CMD-check-bioc)
18+
[![R-CMD-check-bioc](https://github.com/tidyomics/plyranges/workflows/R-CMD-check-bioc/badge.svg)](https://github.com/tidyomics/plyranges/actions?query=workflow%3AR-CMD-check-bioc)
1919
[![BioC status](http://www.bioconductor.org/shields/build/release/bioc/plyranges.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/plyranges)
2020
[![Codecov test
21-
coverage](https://codecov.io/gh/sa-lee/plyranges/branch/master/graph/badge.svg)](https://codecov.io/gh/sa-lee/plyranges?branch=master)
21+
coverage](https://codecov.io/gh/tidyomics/plyranges/branch/master/graph/badge.svg)](https://codecov.io/gh/tidyomics/plyranges?branch=master)
2222
<!-- badges: end -->
2323

2424
[plyranges](https://www.bioconductor.org/packages/release/bioc/html/plyranges.html) provides a consistent interface for importing and wrangling
@@ -44,10 +44,10 @@ of functions.
4444
of functions.
4545

4646
For more details on the features of plyranges, read the
47-
[vignette](https://sa-lee.github.io/plyranges/articles/an-introduction.html).
47+
[vignette](https://tidyomics.github.io/plyranges/articles/an-introduction.html).
4848
For a complete case-study on using plyranges to combine ATAC-seq and RNA-seq
4949
results read the [*fluentGenomics*
50-
workflow](https://sa-lee.github.io/fluentGenomics).
50+
workflow](https://tidyomics.github.io/fluentGenomics).
5151

5252
# Installation
5353

@@ -62,7 +62,7 @@ BiocManager::install("plyranges")
6262
To install the development version from GitHub:
6363

6464
```{r, eval=FALSE}
65-
BiocManager::install("sa-lee/plyranges")
65+
BiocManager::install("tidyomics/plyranges")
6666
```
6767

6868
# Quick overview

0 commit comments

Comments
 (0)
Please sign in to comment.