https://github.com/ahasverus/pkgmin
:package: Structure d'un package simple sous R
Science Score: 23.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
-
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.3%) to scientific vocabulary
Keywords
appveyor
codecov
devtools
package
pkgdown
r
roxygen2
testthat
travis-ci
usethis
vignette
Last synced: 5 months ago
·
JSON representation
Repository
:package: Structure d'un package simple sous R
Basic Info
- Host: GitHub
- Owner: ahasverus
- License: other
- Language: R
- Default Branch: master
- Homepage: https://ahasverus.github.io/pkgmin/
- Size: 148 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Topics
appveyor
codecov
devtools
package
pkgdown
r
roxygen2
testthat
travis-ci
usethis
vignette
Created about 6 years ago
· Last pushed about 6 years ago
Metadata Files
Readme
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
pkgmin
=========================================================
[](https://travis-ci.org/ahasverus/pkgmin)
[](https://ci.appveyor.com/project/ahasverus/pkgmin)
[](https://codecov.io/gh/ahasverus/pkgmin?branch=master)
[](https://www.tidyverse.org/lifecycle/#stable)
[](https://opensource.org/licenses/MIT)
[](https://zenodo.org/badge/latestdoi/223958446)
The goal of pkgmin is to show the structure of an R package.
## Installation
You can install the dev version of pkgmin from [GitHub](https://github.com/ahasverus/pkgmin) with:
```{r echo=TRUE, eval=FALSE}
devtools::install_github("ahasverus/pkgmin", build_vignettes = TRUE)
```
## Getting started
Browse the vignette for a complete example:
```{r echo=TRUE, eval=FALSE}
library(pkgmin)
vignette(topic = "pkgmin")
```
Enjoy !
Owner
- Name: Nicolas Casajus
- Login: ahasverus
- Kind: user
- Location: Montpellier, France
- Company: @FRBCesab
- Website: https://nicolascasajus.fr
- Repositories: 89
- Profile: https://github.com/ahasverus
Data scientist
GitHub Events
Total
Last Year
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Nicolas Casajus | n****s@g****m | 40 |
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0