Skip to content
Snippets Groups Projects
Commit 0fce7d3e authored by Christoph Schürz's avatar Christoph Schürz
Browse files

Initialized R package

parents
No related branches found
No related tags found
No related merge requests found
^.*\.Rproj$
^\.Rproj\.user$
inst/doc
# History files
.Rhistory
.Rapp.history
# Session Data files
.RData
# 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
# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
rsconnect/
.Rproj.user
Package: SWATdoctR
Type: Package
Title: Finding the right diagnoses and treatments for SWAT+ models
Version: 0.1.0.9000
Author: c(person("Svajunas", "Plunge",
email = "svajunas_plunge@sggw.edu.pl",
role = c("aut")),
person("Christoph", "Schürz",
email = "christoph.schuerz@ufz.de",
role = c("aut", "cre")))
Maintainer: Christoph Schuerz <christoph.schuerz@ufz.de>
Description: A collection of functions for verification and evaluation of SWAT+ model setups.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
exportPattern("^[[:alpha:]]+")
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment