Skip to content

Commit

Permalink
Merge pull request #79 from quanteda/add-pkg-config
Browse files Browse the repository at this point in the history
Add pkg-config --libs tbb
  • Loading branch information
koheiw authored Sep 4, 2024
2 parents 11727bf + adf7344 commit d16ec48
Show file tree
Hide file tree
Showing 10 changed files with 5,710 additions and 20 deletions.
17 changes: 17 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Fix GitHub Linguist language detection
# docs/ and man/ are automatically excluded
vignettes/* linguist-documentation
tests/**/*.html linguist-generated

# Source files
# ============
*.Rdata text
*.rdb binary
*.rds binary
*.Rd text
*.Rdx binary
*.Rmd text
*.R text

# Fix for R checks
configure.ac text eol=lf
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: quanteda.textstats
Version: 0.97.2
Version: 0.97.3
Title: Textual Statistics for the Quantitative Analysis of Textual Data
Description: Textual statistics functions formerly in the 'quanteda' package.
Textual statistics for characterizing and comparing textual data. Includes
Expand Down
5 changes: 5 additions & 0 deletions cleanup
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
rm -f src/Makevars
rm -rf config.log config.status confdefs.h autom4te.cache/ \
src/*.o src/*.so src/symbols.rds \
*/*~ *~
Loading

0 comments on commit d16ec48

Please sign in to comment.