diff --git a/.Rbuildignore b/.Rbuildignore index c368e8e..e78aa70 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -4,3 +4,4 @@ ^doc$ ^Meta$ ^.lintr +^vignettes/(.*).ref$ \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index 484da33..68fe609 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,11 +5,10 @@ Version: 1.0 Date: 2024-04-05 Author: Philipp Koch Maintainer: Philipp Koch -Description: One paragraph description of what the package does as one - or more full sentences. +Description: Package to provide metrics to assess the quality of generated text. License: GPL (>= 2) Depends: - R (>= 4.2.2) + R (>= 4.2.0) Imports: checkmate, Rcpp (>= 1.0.12),