Commit a8912809 authored by Dorchies David's avatar Dorchies David
Browse files

Initial commit: creation of the R-package project

Showing with 84 additions and 0 deletions
+84 -0
^.*\.Rproj$
^\.Rproj\.user$
^data-raw$
.gitignore 0 → 100644
###############################################################################
# https://github.com/github/gitignore/blob/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
###############################################################################
# Project specific
###############################################################################
DESCRIPTION 0 → 100644
Package: rsic2
Type: Package
Title: SIC2 Software Automation with R
Version: 0.0.9000
Authors@R: c(
person("David", "Dorchies", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6595-7984"), email = "david.dorchies@inrae.fr")
)
Description: SIC^2 software (Simulation and Integration of Control for Canals (or Channels)) is a hydraulic simulation software adapted to the calculation of flows in irrigation canals, rivers and sewage systems (<https://sic.g-eau.fr/>). This package provides functions to automate the use of SIC2 with R.
License: What license is it under?
Encoding: UTF-8
LazyData: true
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)
rsic2.Rproj 0 → 100644
Version: 1.0
RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8
RnwWeave: Sweave
LaTeX: pdfLaTeX
AutoAppendNewline: Yes
StripTrailingWhitespace: Yes
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
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