Skip to content

Commit

Permalink
Package infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
hmalmedal committed Oct 13, 2014
1 parent b3cecd7 commit 5362339
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 27 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
^.*\.Rproj$
^\.Rproj\.user$
48 changes: 21 additions & 27 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,36 +1,30 @@
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# =========================
# Operating System Files
# =========================

# OSX
# =========================

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# =========================
# Operating System Files
# OSX
.DS_Store
.AppleDouble
.LSOverride

# Icon must ends with two \r.
Icon

Icon
# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

.Rproj.user
.Rhistory
.RData
9 changes: 9 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Package: engsoccerdata
Title: Top 4 Tier English League Soccer Games 1888-2014
Version: 0.1
Date: 2014-10-06
Author: James Curley
Maintainer: James Curley <[email protected]>
Description: What the package does (one paragraph)
License: What license is it under?
LazyData: true
21 changes: 21 additions & 0 deletions engsoccerdata.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Version: 1.0

RestoreWorkspace: No
SaveWorkspace: No
AlwaysSaveHistory: Yes

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: knitr
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace

0 comments on commit 5362339

Please sign in to comment.