Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxo-m committed Jan 25, 2017
1 parent e59f5a8 commit 07e2117
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
.Ruserdata
.Rprofile
tests/testthat/test-my_*
README\.html
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: dplyr.teradata
Type: Package
Title: A dplyr Backend for Teradata
Title: A Teradata Backend for dplyr
Version: 0.0.0.9000
Description: A dplyr backend for Teradata.
Description: A Teradata backend for dplyr.
Authors@R: person("Koji", "Makiyama", email = "hoxo.smile@gmail.com", role = c("cre", "aut"))
License: MIT + file LICENSE
Encoding: UTF-8
Expand Down
43 changes: 43 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: "A Teradata Backend for dplyr"
author: Koji MAKIYAMA (@hoxo_m)
output:
html_document:
keep_md: true
md_document:
variant: markdown_github
---

<!-- README.md is generated from README.Rmd. Please edit that file -->

```{r setup, include=FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

[![CRAN Version](http://www.r-pkg.org/badges/version/dplyr.teradata)](https://cran.r-project.org/package=dplyr.teradata)

## 1. Overview

## 2. Installation

You can install the package from GitHub.

```{r eval=FALSE}
install.packages("devtools") # if you have not installed "devtools" package
devtools::install_github("hoxo-m/dplyr.teradata")
```

The source code for **dplyr.teradata** package is available on GitHub at

- https://github.com/hoxo-m/dplyr.teradata.

## 3. Details

## 4. Related work

- [A Teradata backend for dplyr](https://github.com/xiaodaigh/teradata.dplyr)
- [Dplyr backends: the ultimate collection](https://gist.github.com/piccolbo/3d8ac40291f4eaee644b)
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# A Teradata Backend for dplyr
Koji MAKIYAMA (@hoxo_m)

<!-- README.md is generated from README.Rmd. Please edit that file -->



[![CRAN Version](http://www.r-pkg.org/badges/version/dplyr.teradata)](https://cran.r-project.org/package=dplyr.teradata)

## 1. Overview

## 2. Installation

You can install the package from GitHub.


```r
install.packages("devtools") # if you have not installed "devtools" package
devtools::install_github("hoxo-m/dplyr.teradata")
```

The source code for **dplyr.teradata** package is available on GitHub at

- https://github.com/hoxo-m/dplyr.teradata.

## 3. Details

## 4. Related work

- [A Teradata backend for dplyr](https://github.com/xiaodaigh/teradata.dplyr)
- [Dplyr backends: the ultimate collection](https://gist.github.com/piccolbo/3d8ac40291f4eaee644b)

0 comments on commit 07e2117

Please sign in to comment.