Skip to content

Commit

Permalink
Publish on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
liao961120 committed Oct 1, 2018
1 parent 497be9f commit 07e767c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# linguisticsdown 1.0.1

* On CRAN

# linguisticsdown 1.0.0

* Initial publish
5 changes: 5 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,18 @@ library(knitr)
[![Build Status](https://travis-ci.org/liao961120/linguisticsdown.svg?branch=master)](https://travis-ci.org/liao961120/linguisticsdown)
[![Support R Version](https://img.shields.io/badge/R-≥%203.4.0-blue.svg)](https://cran.r-project.org/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![cran version](http://www.r-pkg.org/badges/version/linguisticsdown)](https://cran.r-project.org/web/packages/linguisticsdown/index.html)

# linguisticsdown

The goal of **linguisticsdown** is to support Linguistics-related document writing in R Markdown, such as providing a [Shiny Gadget](https://shiny.rstudio.com/articles/gadgets.html) to write and insert IPA symbols easily and functions to draw syntax tree (not implemented yet).

## Installation
```{r eval=FALSE}
# CRAN
install.packages("linguisticsdown")
# Latest Version
devtools::install_github("liao961120/linguisticsdown")
```

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- README.md is generated from README.Rmd. Please edit that file -->
[![Build Status](https://travis-ci.org/liao961120/linguisticsdown.svg?branch=master)](https://travis-ci.org/liao961120/linguisticsdown) [![Support R Version](https://img.shields.io/badge/R-≥%203.4.0-blue.svg)](https://cran.r-project.org/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.org/liao961120/linguisticsdown.svg?branch=master)](https://travis-ci.org/liao961120/linguisticsdown) [![Support R Version](https://img.shields.io/badge/R-≥%203.4.0-blue.svg)](https://cran.r-project.org/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![cran version](http://www.r-pkg.org/badges/version/linguisticsdown)](https://cran.r-project.org/web/packages/linguisticsdown/index.html)

linguisticsdown
===============
Expand All @@ -10,6 +10,10 @@ Installation
------------

``` r
# CRAN
install.packages("linguisticsdown")

# Latest Version
devtools::install_github("liao961120/linguisticsdown")
```

Expand Down
2 changes: 2 additions & 0 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ library(knitr)

[![Build Status](https://travis-ci.org/liao961120/linguisticsdown.svg?branch=master)](https://travis-ci.org/liao961120/linguisticsdown)
[![Support R Version](https://img.shields.io/badge/R-≥%203.4.0-blue.svg)](https://cran.r-project.org/)
[![cran version](http://www.r-pkg.org/badges/version/linguisticsdown)](https://cran.r-project.org/web/packages/linguisticsdown/index.html)
[![cran downloads](http://cranlogs.r-pkg.org/badges/grand-total/linguisticsdown)](https://cran.r-project.org/web/packages/linguisticsdown/index.html)

# linguisticsdown

Expand Down

0 comments on commit 07e767c

Please sign in to comment.