Browse Source

First commit : package creation

master
Maxime Wack 10 years ago
commit
5b4bcabf6d
7 changed files with 71 additions and 0 deletions
  1. +2
    -0
      .Rbuildignore
  2. +4
    -0
      .gitignore
  3. +9
    -0
      DESCRIPTION
  4. +1
    -0
      NAMESPACE
  5. +0
    -0
      R/SEEC_Nancy.R
  6. +16
    -0
      SEEC_Nancy.Rproj
  7. +39
    -0
      man/SEEC_Nancy-package.Rd

+ 2
- 0
.Rbuildignore View File

@@ -0,0 +1,2 @@
^.*\.Rproj$
^\.Rproj\.user$

+ 4
- 0
.gitignore View File

@@ -0,0 +1,4 @@
.Rproj.user
.Rhistory
.RData
Read-and-delete-me

+ 9
- 0
DESCRIPTION View File

@@ -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

+ 1
- 0
NAMESPACE View File

@@ -0,0 +1 @@
exportPattern("^[[:alpha:]]+")

+ 0
- 0
R/SEEC_Nancy.R View File


+ 16
- 0
SEEC_Nancy.Rproj View File

@@ -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

+ 39
- 0
man/SEEC_Nancy-package.Rd View File

@@ -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[<pkg>:<pkg>-package]{<pkg>}} ~~
}
\examples{
~~ simple examples of the most important functions ~~
}

Loading…
Cancel
Save