Skip to content

Commit

Permalink
follow up from @wesm comments on apache#2489
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Sep 10, 2018
1 parent 2f97f00 commit fde31b3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 219 deletions.
11 changes: 10 additions & 1 deletion r/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Package: arrow
<<<<<<< HEAD
<<<<<<< HEAD
Title: R Integration to 'Apache' 'Arrow'
Version: 0.0.0.9000
Authors@R: c(
Expand All @@ -9,12 +10,20 @@ Authors@R: c(
Description: R Integration to 'Apache' 'Arrow'.
=======
Title: Bindings to 'Apache' 'Arrow'
=======
Title: R Integration to 'Apache' 'Arrow'
>>>>>>> follow up from @wesm comments on #2489
Version: 0.0.0.9000
Authors@R: c(
person("Romain", "François", email = "[email protected]", role = c("aut", "cre"))
person("Romain", "François", email = "[email protected]", role = c("aut", "cre")),
person("Apache Arrow", email = "[email protected]", role = c("aut", "cph"))
)
<<<<<<< HEAD
Description: R bindings to Apache Arrow.
>>>>>>> initial R :package: with travis setup and testthat suite, that links to arrow c++ library and calls arrow::int32()
=======
Description: R Integration to 'Apache' 'Arrow'.
>>>>>>> follow up from @wesm comments on #2489
Depends: R (>= 3.5)
License: Apache License (>= 2.0)
Encoding: UTF-8
Expand Down
194 changes: 0 additions & 194 deletions r/LICENSE.md

This file was deleted.

3 changes: 1 addition & 2 deletions r/src/hello.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
// specific language governing permissions and limitations
// under the License.

#include <Rcpp.h>
#include "rrrow_types.h"
#include "r_arrow_types.h"

using namespace Rcpp ;
using namespace arrow ;
Expand Down
22 changes: 0 additions & 22 deletions r/src/rrrow_types.h

This file was deleted.

0 comments on commit fde31b3

Please sign in to comment.