diff --git a/.Rbuildignore b/.Rbuildignore index 4933508..8697a53 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,6 +1,6 @@ ^.*\.Rproj$ ^\.Rproj\.user$ -LICENSE +LICENSE$ dev .bin .tsv diff --git a/DESCRIPTION b/DESCRIPTION index 9ec2574..fd65f15 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: ruimtehol Type: Package Title: Learn Text 'Embeddings' with 'Starspace' -Version: 0.1 +Version: 0.1.1 Maintainer: Jan Wijffels Authors@R: c( person('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = 'jwijffels@bnosac.be', comment = "R wrapper"), @@ -13,8 +13,9 @@ Description: Wraps the 'StarSpace' library . + The techniques are explained in detail in the paper: 'StarSpace: Embed All The Things!' by Wu et al. (2017), available at . License: MPL-2.0 +URL: https://github.com/bnosac/ruimtehol Encoding: UTF-8 LazyData: true Depends: R (>= 2.10) diff --git a/LICENSE.notes b/LICENSE.note similarity index 95% rename from LICENSE.notes rename to LICENSE.note index f383213..5d750c7 100644 --- a/LICENSE.notes +++ b/LICENSE.note @@ -20,7 +20,7 @@ The package also includes 3rd party open source software components which are di The following is a list of these components. The full copies of the license agreements of these components are included below. - StarSpace (all code under src/Starspace, as retrieved from https://github.com/facebookresearch/Starspace): BSD license - + 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. BSD License