Skip to content

Commit d16ec48

Browse files
authored
Merge pull request #79 from quanteda/add-pkg-config
Add pkg-config --libs tbb
2 parents 11727bf + adf7344 commit d16ec48

File tree

10 files changed

+5710
-20
lines changed

10 files changed

+5710
-20
lines changed

.gitattributes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Fix GitHub Linguist language detection
2+
# docs/ and man/ are automatically excluded
3+
vignettes/* linguist-documentation
4+
tests/**/*.html linguist-generated
5+
6+
# Source files
7+
# ============
8+
*.Rdata text
9+
*.rdb binary
10+
*.rds binary
11+
*.Rd text
12+
*.Rdx binary
13+
*.Rmd text
14+
*.R text
15+
16+
# Fix for R checks
17+
configure.ac text eol=lf

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: quanteda.textstats
2-
Version: 0.97.2
2+
Version: 0.97.3
33
Title: Textual Statistics for the Quantitative Analysis of Textual Data
44
Description: Textual statistics functions formerly in the 'quanteda' package.
55
Textual statistics for characterizing and comparing textual data. Includes

cleanup

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
rm -f src/Makevars
3+
rm -rf config.log config.status confdefs.h autom4te.cache/ \
4+
src/*.o src/*.so src/symbols.rds \
5+
*/*~ *~

0 commit comments

Comments
 (0)