protopackage
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.3%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: fchuffar
- License: gpl-3.0
- Language: R
- Default Branch: master
- Size: 34.2 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 13
- Open Issues: 0
- Releases: 0
Created about 3 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
License
Codemeta
README.md
protopackage
An empty R package build as a prototype. It illustrates development practices in R: documentation, literate programming, testing, versioning, continuous integration.
Install
devtools::install_github("fchuffar/protopackage")
Developement
On a terminal:
git clone git@github.com:fchuffar/protopackage.git
cd protopackage
CI
Under R:
devtools::document();
devtools::install();
Sys.setenv('_R_CHECK_SYSTEM_CLOCK_' = 0)
devtools::check()
devtools::build()
Vignettes
Under R,
devtools::build_vignettes()
Or, in the vignette directory:
rmarkdown::render("make_a_coffee.Rmd")
Owner
- Name: Florent Chuffart
- Login: fchuffar
- Kind: user
- Location: Grenoble
- Company: INSERM
- Website: https://fchuffar.github.io
- Repositories: 6
- Profile: https://github.com/fchuffar
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/GPL-3.0",
"codeRepository": "https://github.com/fchuffar/protopackage",
"dateCreated": "2016-01-26",
"name": "protopackage",
"description": "An empty R package build as a prototype. It illustrates development practices in R: documentation, literate programming, testing, versioning, continuous integration.",
"applicationCategory": "Statistiques",
"programmingLanguage": [
"R"
],
"author": [
{
"@type": "Person",
"givenName": "Florent",
"familyName": "Chuffart",
"email": "florent.chuffart@gmail.com",
"affiliation": {
"@type": "Organization",
"name": "Inserm"
}
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Magali",
"familyName": "Richard"
}
]
}
GitHub Events
Total
- Fork event: 1
Last Year
- Fork event: 1
Dependencies
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- stats * imports
- knitr * suggests
- rmarkdown * suggests