-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
39 additions
and
280 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 |
---|---|---|
|
@@ -31,3 +31,4 @@ | |
^CITATION\.cff$ | ||
^codemeta\.json$ | ||
^cran-comments-archive\.md$ | ||
^vignettes/.*\.log$ |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,137 +1,4 @@ | ||
|
||
<script type="application/ld+json"> | ||
{ | ||
"@context": "https://schema.org", | ||
"@graph": [ | ||
{ | ||
"type": "SoftwareSourceCode", | ||
"author": [ | ||
{ | ||
"id": "https://orcid.org/0000-0002-4791-442X", | ||
"type": "Person", | ||
"email": "[email protected]", | ||
"familyName": "Aravind", | ||
"givenName": "J." | ||
}, | ||
{ | ||
"type": "Person", | ||
"email": "[email protected]", | ||
"familyName": "Radhamani", | ||
"givenName": "J." | ||
}, | ||
{ | ||
"type": "Organization", | ||
"email": "[email protected]", | ||
"name": "Kalyani Srinivasan" | ||
}, | ||
{ | ||
"type": "Person", | ||
"email": "[email protected]", | ||
"familyName": "Ananda Subhash", | ||
"givenName": "B." | ||
}, | ||
{ | ||
"type": "Person", | ||
"email": "[email protected]", | ||
"familyName": "Tyagi", | ||
"givenName": [ | ||
"Rishi", | ||
"Kumar" | ||
] | ||
} | ||
], | ||
"codeRepository": "https://github.com/aravind-j/PGRdup", | ||
"contributor": [ | ||
{ | ||
"type": "Person", | ||
"email": "[email protected]", | ||
"familyName": "Aubrey", | ||
"givenName": "Maurice" | ||
}, | ||
{ | ||
"type": "Person", | ||
"email": "[email protected]", | ||
"familyName": "Atkinson", | ||
"givenName": "Kevin" | ||
}, | ||
{ | ||
"type": "Person", | ||
"familyName": "Philips", | ||
"givenName": "Lawrence" | ||
} | ||
], | ||
"copyrightHolder": { | ||
"type": "Organization", | ||
"name": "ICAR-NBGPR" | ||
}, | ||
"description": "Provides functions to aid the identification of probable/possible duplicates in Plant Genetic Resources (PGR) collections using 'passport databases' comprising of information records of each constituent sample. These include methods for cleaning the data, creation of a searchable Key Word in Context (KWIC) index of keywords associated with sample records and the identification of nearly identical records with similar information by fuzzy, phonetic and semantic matching of keywords.", | ||
"license": "https://spdx.org/licenses/GPL-2.0", | ||
"name": "PGRdup: Discover Probable Duplicates in Plant Genetic Resources Collections", | ||
"programmingLanguage": { | ||
"type": "ComputerLanguage", | ||
"name": "R", | ||
"url": "https://r-project.org" | ||
}, | ||
"provider": { | ||
"id": "https://cran.r-project.org", | ||
"type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"runtimePlatform": "R Under development (unstable) (2023-04-28 r84338 ucrt)", | ||
"version": "0.2.3.8" | ||
}, | ||
{ | ||
"type": "SoftwareSourceCode", | ||
"author": [ | ||
{ | ||
"id": "https://orcid.org/0000-0002-4791-442X", | ||
"type": "Person", | ||
"email": "[email protected]", | ||
"familyName": "Aravind", | ||
"givenName": "J." | ||
}, | ||
{ | ||
"type": "Person", | ||
"email": "[email protected]", | ||
"familyName": "Radhamani", | ||
"givenName": "J." | ||
}, | ||
{ | ||
"type": "Organization", | ||
"email": "[email protected]", | ||
"name": [ | ||
"Kalyani", | ||
"Srinivasan" | ||
] | ||
}, | ||
{ | ||
"type": "Person", | ||
"email": "[email protected]", | ||
"familyName": "Ananda Subhash", | ||
"givenName": "B." | ||
}, | ||
{ | ||
"type": "Person", | ||
"email": "[email protected]", | ||
"familyName": "Tyagi", | ||
"givenName": [ | ||
"Rishi", | ||
"Kumar" | ||
] | ||
} | ||
], | ||
"description": [ | ||
"R package version 0.2.3.8", | ||
"https://github.com/aravind-j/PGRdup,", | ||
"https://cran.r-project.org/package=PGRdup" | ||
], | ||
"name": "PGRdup: Discover Probable Duplicates in Plant Genetic Resources Collections" | ||
} | ||
] | ||
} | ||
</script> | ||
|
||
<img src="https://raw.githubusercontent.com/aravind-j/PGRdup/master/inst/extdata/PGRdup.png" align="center" alt="logo" width="750" height = "85" style = "border: solid white 10px;"> | ||
|
||
###### Version : [0.2.3.9](https://aravind-j.github.io/PGRdup/articles/Introduction.html#version-history); Copyright (C) 2014-2023: [ICAR-NBPGR](http://www.nbpgr.ernet.in/); License: [GPL-2\|GPL-3](https://www.r-project.org/Licenses/) | ||
|
@@ -159,7 +26,7 @@ Size](https://img.shields.io/github/languages/code-size/aravind-j/PGRdup.svg)](h | |
[![Project Status: | ||
Inactive](https://www.repostatus.org/badges/latest/inactive.svg)](https://www.repostatus.org/#inactive) | ||
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) | ||
[![Last-changedate](https://img.shields.io/badge/last%20change-2023--08--18-yellowgreen.svg)](https://github.com/aravind-j/PGRdup) | ||
[![Last-changedate](https://img.shields.io/badge/last%20change-2023--08--30-yellowgreen.svg)](https://github.com/aravind-j/PGRdup) | ||
[![Rdoc](https://api.rdocumentation.org/badges/version/PGRdup)](https://rdocumentation.org/packages/PGRdup/) | ||
[![Zenodo | ||
DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.841963.svg)](https://doi.org/10.5281/zenodo.841963) | ||
|
@@ -384,8 +251,9 @@ citation("PGRdup") | |
|
||
To cite the R package 'PGRdup' in publications use: | ||
|
||
Aravind, J., Radhamani, J., Kalyani Srinivasan, Ananda Subhash, B., and Tyagi, R. K. (). PGRdup: Discover Probable Duplicates in Plant | ||
Genetic Resources Collections. R package version 0.2.3.9, https://github.com/aravind-j/PGRdup,https://cran.r-project.org/package=PGRdup. | ||
Aravind, J., Radhamani, J., Kalyani Srinivasan, Ananda Subhash, B., and Tyagi, R. K. (). PGRdup: | ||
Discover Probable Duplicates in Plant Genetic Resources Collections. R package version 0.2.3.9, | ||
https://github.com/aravind-j/PGRdup,https://cran.r-project.org/package=PGRdup. | ||
|
||
A BibTeX entry for LaTeX users is | ||
|
||
|
@@ -395,5 +263,5 @@ citation("PGRdup") | |
note = {R package version 0.2.3.9 https://github.com/aravind-j/PGRdup, https://cran.r-project.org/package=PGRdup}, | ||
} | ||
|
||
This free and open-source software implements academic research by the authors and co-workers. If you use it, please support the project | ||
by citing the package. | ||
This free and open-source software implements academic research by the authors and co-workers. If you use | ||
it, please support the project by citing the package. |
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
Binary file not shown.