Skip to content

Commit

Permalink
MM-98: follow testthat issue fix (#99)
Browse files Browse the repository at this point in the history
* MM-98: follow testthat issue fix

* release 2.0.1
  • Loading branch information
jdstamp authored Jan 31, 2023
1 parent 6fcf223 commit e23782c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: mvMAPIT
Title: Multivariate Genome Wide Marginal Epistasis Test
Version: 2.0.0.1
Version: 2.0.1
URL: https://github.com/lcrawlab/mvMAPIT, https://lcrawlab.github.io/mvMAPIT/
Authors@R: c(
person("Julian", "Stamp", email = "[email protected]",
Expand Down Expand Up @@ -68,4 +68,4 @@ VignetteBuilder:
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# mvMAPIT (development version)

# mvMAPIT 2.0.1 release

# mvMAPIT 2.0.0.1 release
* Fix LTO issues when submitting to CRAN. The testthat issue https://github.com/r-lib/testthat/issues/1230
describes the solution chosen. Created this github gist to reproduce LTO errors: https://gist.github.com/jdstamp/056475683110aacdb1e6761872ab1e05.

# mvMAPIT 2.0.0.1 pre-release

* CRAN issue does not show up in `R CMD check`. Version upgrade for resubmission.

Expand Down
4 changes: 2 additions & 2 deletions src/RcppExports.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ BEGIN_RCPP
END_RCPP
}

RcppExport SEXP run_testthat_tests();
RcppExport SEXP run_testthat_tests(SEXP use_xml_sxp);

static const R_CallMethodDef CallEntries[] = {
{"_mvMAPIT_MAPITCpp", (DL_FUNC) &_mvMAPIT_MAPITCpp, 8},
{"run_testthat_tests", (DL_FUNC) &run_testthat_tests, 0},
{"run_testthat_tests", (DL_FUNC) &run_testthat_tests, 1},
{NULL, NULL, 0}
};

Expand Down

0 comments on commit e23782c

Please sign in to comment.