Skip to content

Commit 6db4068

Browse files
committed
Tidy up mason generated template
1 parent d0f1e8e commit 6db4068

File tree

9 files changed

+66
-51
lines changed

9 files changed

+66
-51
lines changed

DESCRIPTION

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
Package: franc
22
Title: Detect the Language of Text
3-
Version: 1.0.0
4-
Author: Titus Wormer, , Maciej Ceglowski, Jacob R. Rideout, and Kent S. Johnson.
3+
Version: 1.1.1
4+
Author: Gabor Csardi, Titus Wormer, Maciej Ceglowski, Jacob R. Rideout,
5+
and Kent S. Johnson
56
Maintainer: Gabor Csardi <[email protected]>
6-
Description: TODO
7+
Description: Franc has no external dependencies and
8+
supports 335 languages; all languages spoken by
9+
more than one million speakers. Franc is a port
10+
of the JavaScript project of the same name,
11+
see https://github.com/wooorm/franc.
712
License: MIT + file LICENSE
813
LazyData: true
914
URL: https://github.com/gaborcsardi/franc
1015
BugReports: https://github.com/gaborcsardi/franc/issues
11-
Suggests:
16+
Suggests:
1217
testthat
18+
RoxygenNote: 4.1.1.9001

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
YEAR:
2-
COPYRIGHT HOLDER: Titus Wormer, , Maciej Ceglowski, Jacob R. Rideout, and Kent S. Johnson.
1+
YEAR: 2004-2015
2+
COPYRIGHT HOLDER: Gabor Csardi, Titus Wormer, Maciej Ceglowski, Jacob R. Rideout, and Kent S. Johnson.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
all: README.md
33

4-
README.md: README.Rmd
4+
README.md: inst/README.Rmd
55
Rscript -e "library(knitr); knit('$<', output = '$@', quiet = TRUE)"

NAMESPACE

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
# Generated by roxygen2 (4.1.1): do not edit by hand
1+
# Generated by roxygen2: do not edit by hand
2+

README.md

-29
This file was deleted.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
inst/README.md

README.Rmd inst/README.Rmd

+5-4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ knitr::opts_chunk$set(
1313
> Detect the Language of Text
1414
1515
[![Linux Build Status](https://travis-ci.org/gaborcsardi/franc.svg?branch=master)](https://travis-ci.org/gaborcsardi/franc)
16-
1716
[![Windows Build status](https://ci.appveyor.com/api/projects/status/github/gaborcsardi/franc?svg=true)](https://ci.appveyor.com/project/gaborcsardi/franc)
1817
[![](http://www.r-pkg.org/badges/version/franc)](http://www.r-pkg.org/pkg/franc)
1918
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/franc)](http://www.r-pkg.org/pkg/franc)
2019

21-
22-
TODO
20+
Franc has no external dependencies and supports 335 languages; all
21+
languages spoken by more than one million speakers. Franc is a port
22+
of the JavaScript project of the same name, see
23+
https://github.com/wooorm/franc.
2324

2425
## Installation
2526

@@ -35,4 +36,4 @@ library(franc)
3536

3637
## License
3738

38-
MIT + file LICENSE © [Titus Wormer, , Maciej Ceglowski, Jacob R. Rideout, and Kent S. Johnson.](https://github.com/gaborcsardi).
39+
MIT © Titus Wormer, Maciej Ceglowski, Jacob R. Rideout and Kent S. Johnson.

inst/README.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
3+
4+
# franc
5+
6+
> Detect the Language of Text
7+
8+
[![Linux Build Status](https://travis-ci.org/gaborcsardi/franc.svg?branch=master)](https://travis-ci.org/gaborcsardi/franc)
9+
[![Windows Build status](https://ci.appveyor.com/api/projects/status/github/gaborcsardi/franc?svg=true)](https://ci.appveyor.com/project/gaborcsardi/franc)
10+
[![](http://www.r-pkg.org/badges/version/franc)](http://www.r-pkg.org/pkg/franc)
11+
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/franc)](http://www.r-pkg.org/pkg/franc)
12+
13+
Franc has no external dependencies and supports 335 languages; all
14+
languages spoken by more than one million speakers. Franc is a port
15+
of the JavaScript project of the same name, see
16+
https://github.com/wooorm/franc.
17+
18+
## Installation
19+
20+
21+
```r
22+
devtools::install_github("gaborcsardi/franc")
23+
```
24+
25+
## Usage
26+
27+
28+
```r
29+
library(franc)
30+
```
31+
32+
## License
33+
34+
MIT © Titus Wormer, Maciej Ceglowski, Jacob R. Rideout and Kent S. Johnson.

man/franc.Rd

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/package.Rd

-10
This file was deleted.

0 commit comments

Comments
 (0)