comparison R/rdc/README.txt @ 0:0cfcc391201f

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:26:28 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0cfcc391201f
1 rdc package: dyncall R bindings
2 ===============================
3 (C) 2007-2009 Daniel Adler
4
5
6 Requirement
7 - dyncall >=0.1 (url: http://dyncall.org)
8
9
10 Status
11 unreleased
12
13
14 Building from source
15
16
17 1. Check out source
18
19 > svn checkout https://dyncall.org/svn/dyncall/trunk/bindings/R/rdc rdc
20
21
22 2. Bootstrap dyncall source
23
24 * Method A: download zip file method:
25
26 > cd rdc
27 > sh bootstrap
28 > cd ..
29
30 * Method B: checkout dyncall
31
32 > svn checkout https://dyncall.org/svn/dyncall/trunk/dyncall rdc/src/dyncall
33
34 * Method C: place dyncall source tree rooted at rdc/src/dyncall
35
36 > cp -R /tmp/dyncall-0.3 rdc/src/dyncall
37
38
39 3. Build R package from source
40
41 > R CMD INSTALL rdc
42