We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bfb7bc commit 1946cd2Copy full SHA for 1946cd2
DESCRIPTION
@@ -1,5 +1,5 @@
1
Package: mirt
2
-Version: 1.45
+Version: 1.45.1
3
Type: Package
4
Title: Multidimensional Item Response Theory
5
Authors@R: c( person("Phil", family="Chalmers", email =
NEWS.md
@@ -1,4 +1,4 @@
-# Changes in mirt 1.45
+# Changes in mirt 1.45.1
- Added argument `fscores(..., expected.info = FALSE)` to allow computation of the
expected vs observed information
src/Makevars
@@ -1,2 +1,2 @@
-PKG_CXXFLAGS=$(SHLIB_OPENMP_CXXFLAGS)
+PKG_CXXFLAGS=$(SHLIB_OPENMP_CXXFLAGS) -DARMA_USE_CURRENT
PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) $(SHLIB_OPENMP_CXXFLAGS)
0 commit comments