File tree 3 files changed +32
-3
lines changed
3 files changed +32
-3
lines changed Original file line number Diff line number Diff line change
1
+ ^.*\.Rproj$
2
+ ^\.Rproj\.user$
Original file line number Diff line number Diff line change 1
1
Package: delphiR
2
2
Version: 0.1
3
3
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"))
6
8
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments