Skip to content

Commit 2fc69d0

Browse files
committed
Remove LazyData from DESCRIPTION
1 parent 0d56b6b commit 2fc69d0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: BTM
22
Type: Package
33
Title: Biterm Topic Models for Short Text
4-
Version: 0.3.5
4+
Version: 0.3.6
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"),
@@ -17,7 +17,6 @@ Description: Biterm Topic Models find topics in collections of short texts.
1717
License: Apache License 2.0
1818
URL: https://github.com/bnosac/BTM
1919
Encoding: UTF-8
20-
LazyData: true
2120
Imports: Rcpp, utils
2221
Suggests: udpipe, data.table
2322
LinkingTo: Rcpp

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### CHANGES IN BTM VERSION 0.3.6
2+
3+
- Remove LazyData from DESCRIPTION
4+
15
### CHANGES IN BTM VERSION 0.3.5
26

37
- terms.data.frame now returns the 'terms' attribute if it is part of x and it is not null, otherwise it calls the previously implemented terms.data.frame, this is done in order to circumvent the assumption that stats::terms always calls stats:::terms.default on the output of model.frame (which is used o.a in the hardhat package). While one can debate over what stats::terms should return, note that the use of terms in the BTM package is mimicked from similar functionality in the terms function from the topicmodels NLP package.

0 commit comments

Comments
 (0)