pkgrevdocs-translation
The md files converted from http://contributions.bioconductor.org/ Rmd files (for translation with Crowdin)
https://github.com/bioconductor-translations/pkgrevdocs-translation
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (0.4%) to scientific vocabulary
Keywords
bioconductor
translation
Last synced: 10 months ago
·
JSON representation
·
Repository
The md files converted from http://contributions.bioconductor.org/ Rmd files (for translation with Crowdin)
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 0
Topics
bioconductor
translation
Created almost 4 years ago
· Last pushed almost 4 years ago
Metadata Files
Readme
License
Citation
README.md
pkgrevdocs-translation
The md files converted from http://contributions.bioconductor.org/ Rmd files (for translation with Crowdin)
Owner
- Name: Bioconductor translations
- Login: bioconductor-translations
- Kind: organization
- Repositories: 4
- Profile: https://github.com/bioconductor-translations
A project to translate Bioconductor's English materials into multiple languages
Citation (citation-file.md)
# The CITATION file
Appropriate citations must be included in help pages (e.g., in the see
also section) and vignettes; this aspect of documentation is no
different from any scientific endeavor. The file `inst/CITATION` can be
used to specify how a package is to be cited. If this option is
utilized, a maintainer can check proper formatting of the `CITATION`
file by running `readCitationFile("inst/CITATION")` WITHOUT the package
being loaded with a library call; This must run without error for the
citation to be accurately displayed on the package landing page.
Whether or not a `CITATION` file is present, an automatically-generated
citation will appear on the package landing page on the
\[*Bioconductor*\]\[\] web site. For optimal formatting of author names
(if a `CITATION` file is not present), specify the package author and
maintainer using the `Authors@R` field as described in the \[Writing R
Extensions\]\[\] manual.