Commit 2d10934c authored by Dorchies David's avatar Dorchies David
Browse files

feat: creation of the R package

parent 55e40483
No related merge requests found
Showing with 756 additions and 0 deletions
+756 -0
^rvgest\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
.gitignore 0 → 100644
###############################################################################
# Project-specific
# Man pages generated by Roxygen
man/*.Rd
/.vscode/
/NAMESPACE
/database
/output
###############################################################################
# https://raw.githubusercontent.com/github/gitignore/master/R.gitignore
# History files
.Rhistory
.Rapp.history
# Session Data files
.RData
# User-specific files
.Ruserdata
# Example code in package build process
*-Ex.R
# Output files from R CMD build
/*.tar.gz
# Output files from R CMD check
/*.Rcheck/
# RStudio files
.Rproj.user
# produced vignettes
vignettes/*.html
vignettes/*.pdf
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth
# knitr and R markdown default cache directories
*_cache/
/cache/
# Temporary files created by R markdown
*.utf8.md
*.knit.md
# R Environment Variables
.Renviron
# pkgdown site
docs/
DESCRIPTION 0 → 100644
Package: rvgest
Title: R Wrapper for 'VGEST'
Version: 0.0.0.9000
Authors@R:
person(given = "David",
family = "Dorchies",
role = c("aut", "cre"),
email = "david.dorchies@inrae.fr",
comment = c(ORCID = "0000-0002-6595-7984"))
Description: This package automates the use of the 'VGEST' software for multiple purposes of reservoir management.
License: AGPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
LICENSE.md 0 → 100644
This diff is collapsed.
rvgest.Rproj 0 → 100644
Version: 1.0
RestoreWorkspace: No
SaveWorkspace: No
AlwaysSaveHistory: Default
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8
RnwWeave: Sweave
LaTeX: pdfLaTeX
AutoAppendNewline: Yes
StripTrailingWhitespace: Yes
LineEndingConversion: Posix
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment