-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update description to comply with CRAN
- Loading branch information
Showing
3 changed files
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,6 @@ | |
^revdep$ | ||
^cran-comments\.md$ | ||
^docs$ | ||
^CRAN-SUBMISSION$ | ||
^inst/doc/*.R | ||
^inst/doc/*.Rmd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,16 @@ Package: geneviewer | |
Type: Package | ||
Title: Gene Cluster Visualizations in R | ||
Version: 0.1.9 | ||
Author: Niels van der Velden | ||
Authors@R: person(given = "Niels", | ||
family = "van der Velden", | ||
role = c("aut", "cre"), | ||
email = "[email protected]") | ||
Maintainer: Niels van der Velden <[email protected]> | ||
Description: 'geneviewer' is an R package for plotting gene clusters and | ||
transcripts.It imports data from GenBank, FASTA, and GFF files, | ||
performs BlastP and MUMmer alignments, and displays results on | ||
gene arrow maps. The package offers extensive customization | ||
options, including legends, labels, annotations, scales, | ||
colors, tooltips, and more. | ||
Description: Provides tools for plotting gene clusters and transcripts by | ||
importing data from GenBank, FASTA, and GFF files. It performs BlastP and | ||
MUMmer alignments and displays results on gene arrow maps. Extensive | ||
customization options are available, including legends, labels, annotations, | ||
scales, colors, tooltips, and more. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
@@ -34,5 +36,4 @@ Suggests: | |
pwalign, | ||
Biostrings, | ||
testthat (>= 3.0.0) | ||
VignetteBuilder: knitr | ||
Config/testthat/edition: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters