From 5b4bcabf6dd23ed37a0f7b3b03d94e109563df3e Mon Sep 17 00:00:00 2001 From: satamaxx Date: Wed, 18 Sep 2013 10:42:11 +0200 Subject: [PATCH] First commit : package creation --- .Rbuildignore | 2 ++ .gitignore | 4 ++++ DESCRIPTION | 9 +++++++++ NAMESPACE | 1 + R/SEEC_Nancy.R | 0 SEEC_Nancy.Rproj | 16 ++++++++++++++++ man/SEEC_Nancy-package.Rd | 39 +++++++++++++++++++++++++++++++++++++++ 7 files changed, 71 insertions(+) create mode 100644 .Rbuildignore create mode 100644 .gitignore create mode 100644 DESCRIPTION create mode 100644 NAMESPACE create mode 100644 R/SEEC_Nancy.R create mode 100644 SEEC_Nancy.Rproj create mode 100644 man/SEEC_Nancy-package.Rd diff --git a/.Rbuildignore b/.Rbuildignore new file mode 100644 index 0000000..91114bf --- /dev/null +++ b/.Rbuildignore @@ -0,0 +1,2 @@ +^.*\.Rproj$ +^\.Rproj\.user$ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..06d7d0e --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.Rproj.user +.Rhistory +.RData +Read-and-delete-me diff --git a/DESCRIPTION b/DESCRIPTION new file mode 100644 index 0000000..842edeb --- /dev/null +++ b/DESCRIPTION @@ -0,0 +1,9 @@ +Package: SEEC_Nancy +Type: Package +Title: Fonctions pour le SEEC de Nancy +Version: 1.0 +Date: 2013-09-18 +Author: Maxime Wack +Maintainer: maximewack@free.fr +Description: +License: GPLv3 diff --git a/NAMESPACE b/NAMESPACE new file mode 100644 index 0000000..d75f824 --- /dev/null +++ b/NAMESPACE @@ -0,0 +1 @@ +exportPattern("^[[:alpha:]]+") diff --git a/R/SEEC_Nancy.R b/R/SEEC_Nancy.R new file mode 100644 index 0000000..e69de29 diff --git a/SEEC_Nancy.Rproj b/SEEC_Nancy.Rproj new file mode 100644 index 0000000..96bdc3d --- /dev/null +++ b/SEEC_Nancy.Rproj @@ -0,0 +1,16 @@ +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX + +BuildType: Package +PackageInstallArgs: --no-multiarch diff --git a/man/SEEC_Nancy-package.Rd b/man/SEEC_Nancy-package.Rd new file mode 100644 index 0000000..3654566 --- /dev/null +++ b/man/SEEC_Nancy-package.Rd @@ -0,0 +1,39 @@ +\name{SEEC_Nancy-package} +\alias{SEEC_Nancy-package} +\alias{SEEC_Nancy} +\docType{package} +\title{ +Fonctions pour le SEEC de Nancy +} +\description{ +More about what it does (maybe more than one line) +} +\details{ +\tabular{ll}{ +Package: \tab SEEC_Nancy\cr +Type: \tab Package\cr +Version: \tab 1.0\cr +Date: \tab 2013-09-18\cr +License: \tab GPLv3\cr +} +~~ An overview of how to use the package, including the ~~ +~~ most important functions ~~ +} +\author{ +Maxime Wack + +Maintainer: maximewack@free.fr +} +\references{ +~~ Literature or other references for background information ~~ +} +~~ Optionally other standard keywords, one per line, from ~~ +~~ file KEYWORDS in the R documentation directory ~~ +\keyword{ package } +\seealso{ +~~ Optional links to other man pages, e.g. ~~ +~~ \code{\link[:-package]{}} ~~ +} +\examples{ +~~ simple examples of the most important functions ~~ +}