Skip to content

Commit b36bded

Browse files
committed
Make sure LICENSE.note is shipped on cran
1 parent da1cd4d commit b36bded

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
3-
LICENSE
3+
LICENSE$
44
dev
55
.bin
66
.tsv

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: ruimtehol
22
Type: Package
33
Title: Learn Text 'Embeddings' with 'Starspace'
4-
Version: 0.1
4+
Version: 0.1.1
55
Maintainer: Jan Wijffels <[email protected]>
66
Authors@R: c(
77
person('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = '[email protected]', comment = "R wrapper"),
@@ -13,8 +13,9 @@ Description: Wraps the 'StarSpace' library <https://github.com/facebookresearch/
1313
find similarities between texts and categories, do collaborative-filtering based recommendation
1414
as well as content-based recommendation, find out relations between entities, calculate
1515
graph 'embeddings' as well as perform semi-supervised learning and multi-task learning on plain text.
16-
The techniques are explained in detail in the paper: 'StarSpace: Embed All The Things!' by Ledell et al. (2017), available at <arXiv:1709.03856>.
16+
The techniques are explained in detail in the paper: 'StarSpace: Embed All The Things!' by Wu et al. (2017), available at <arXiv:1709.03856>.
1717
License: MPL-2.0
18+
URL: https://github.com/bnosac/ruimtehol
1819
Encoding: UTF-8
1920
LazyData: true
2021
Depends: R (>= 2.10)

LICENSE.notes renamed to LICENSE.note

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The package also includes 3rd party open source software components which are di
2020
The following is a list of these components. The full copies of the license agreements of these components are included below.
2121

2222
- StarSpace (all code under src/Starspace, as retrieved from https://github.com/facebookresearch/Starspace): BSD license
23-
23+
This software is also accompanied with a PATENTS file which you can find in this repository either under the inst/PATENTS file or under the PATENTS file.
2424

2525
BSD License
2626

0 commit comments

Comments
 (0)