Skip to content

Commit 0bbde48

Browse files
committed
upped version
1 parent 8a07434 commit 0bbde48

File tree

5 files changed

+48
-11
lines changed

5 files changed

+48
-11
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: formality
22
Title: Calculate Text Formality
3-
Version: 0.0.1
3+
Version: 0.1.0
44
Authors@R: c(person("Tyler", "Rinker", email = "tyler.rinker@gmail.com", role = c("aut",
55
"cre")))
66
Maintainer: Tyler Rinker <tyler.rinker@gmail.com>

NEWS

+19-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NEWS
1+
NEWS
22
====
33

44
Versioning
@@ -10,14 +10,28 @@ Releases will be numbered with the following semantic versioning format:
1010

1111
And constructed with the following guidelines:
1212

13-
* Breaking backward compatibility bumps the major (and resets the minor
13+
* Breaking backward compatibility bumps the major (and resets the minor
1414
and patch)
15-
* New additions without breaking backward compatibility bumps the minor
15+
* New additions without breaking backward compatibility bumps the minor
1616
(and resets the patch)
1717
* Bug fixes and misc changes bumps the patch
1818

19+
formality 0.1.0
20+
----------------------------------------------------------------
21+
22+
BUG FIXES
23+
24+
NEW FEATURES
25+
26+
MINOR FEATURES
27+
28+
IMPROVEMENTS
29+
30+
CHANGES
31+
32+
1933

20-
formality 0.0.1
34+
formality 0.0.1
2135
----------------------------------------------------------------
2236

23-
This package is...
37+
This package calculates the formality of text based on part of speech tags.

NEWS.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
NEWS
2+
====
3+
4+
Versioning
5+
----------
6+
7+
Releases will be numbered with the following semantic versioning format:
8+
9+
&lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;
10+
11+
And constructed with the following guidelines:
12+
13+
* Breaking backward compatibility bumps the major (and resets the minor
14+
and patch)
15+
* New additions without breaking backward compatibility bumps the minor
16+
(and resets the patch)
17+
* Bug fixes and misc changes bumps the patch
18+
19+
20+
formality 0.0.1
21+
----------------------------------------------------------------
22+
23+
This package calculates the <a href="https://github.com/trinker/formality" target="_blank">formality</a> of text based on part of speech tags.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ developed.](http://www.repostatus.org/badges/0.1.0/active.svg)](http://www.repos
99
Status](https://travis-ci.org/trinker/formality.svg?branch=master)](https://travis-ci.org/trinker/formality)
1010
[![Coverage
1111
Status](https://coveralls.io/repos/trinker/formality/badge.svg?branch=master)](https://coveralls.io/r/trinker/formality?branch=master)
12-
<a href="https://img.shields.io/badge/Version-0.0.1-orange.svg"><img src="https://img.shields.io/badge/Version-0.0.1-orange.svg" alt="Version"/></a>
12+
<a href="https://img.shields.io/badge/Version-0.1.0-orange.svg"><img src="https://img.shields.io/badge/Version-0.1.0-orange.svg" alt="Version"/></a>
1313
</p>
1414
<img src="inst/formality_logo/r_formality.png" width="300" alt="tagger Logo">
1515

inst/CITATION

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ citHeader("To cite formality in publications, please use:")
22

33

44
citEntry(entry = "manual",
5-
title = "{formality}: A ...",
5+
title = "{formality}: Calculate Text Formality",
66
author = "Tyler W. Rinker",
77
organization = "University at Buffalo/SUNY",
88
address = "Buffalo, New York",
99
note = "version 0.1.0",
1010
year = "2015",
11-
url = "http://github.com/trinker/formality",
11+
url = "http://github.com/trinker/formality",
1212
textVersion = paste("Rinker, T. W. (2015).",
13-
"formality: ...",
13+
"formality: Calculate Text Formality",
1414
"version 0.1.0. University at Buffalo. Buffalo, New York.",
1515
"http://github.com/trinker/formality")
16-
)
16+
)

0 commit comments

Comments
 (0)