Skip to content

Commit 9ee3c1f

Browse files
committed
Added some project descriptions, etc.
1 parent 1f6cfd0 commit 9ee3c1f

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

.Rbuildignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
^.*\.Rproj$
2+
^\.Rproj\.user$

DESCRIPTION

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
Package: delphiR
22
Version: 0.1
33
Date: 2020-01-06
4-
Title: R connector package for the Delphi project.
5-
Author: Ben Hermann <[email protected]>
4+
Title: R connector package for the Delphi project
5+
Description: This is the R connector package for the Delphi project.
6+
Authors@R: person("Ben", "Hermann", email = "[email protected]",
7+
role = c("aut", "cre"))
68
Maintainer: Ben Hermann <[email protected]>
7-
License: Apache + file LICENSE
9+
License: Apache + file LICENSE
10+
Imports:
11+
httr,
12+
jsonlite,
13+
plyr
14+
Encoding: UTF-8
15+
Language: en-US
16+
URL: https://github.com/delphi-hub/delphiR
17+
BugReports: https://github.com/delphi-hub/delphiR/issues

delphiR.Rproj

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Version: 1.0
2+
3+
RestoreWorkspace: Default
4+
SaveWorkspace: Default
5+
AlwaysSaveHistory: Default
6+
7+
EnableCodeIndexing: Yes
8+
UseSpacesForTab: Yes
9+
NumSpacesForTab: 2
10+
Encoding: UTF-8
11+
12+
RnwWeave: Sweave
13+
LaTeX: pdfLaTeX
14+
15+
BuildType: Package
16+
PackageUseDevtools: Yes
17+
PackageInstallArgs: --no-multiarch --with-keep.source

0 commit comments

Comments
 (0)