diff --git a/DESCRIPTION b/DESCRIPTION index dcf5b31..efd5c10 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: STAARpipeline Type: Package Title: STAARpipeline for Analyzing Whole-Genome/Whole-Exome Sequencing Data -Version: 0.9.7 -Date: 2024-05-19 +Version: 0.9.7.1 +Date: 2024-08-09 Author: Xihao Li [aut, cre], Zilin Li [aut, cre], Sheila M. Gaynor [aut], Han Chen [aut] Maintainer: Xihao Li , Zilin Li Description: An R package for performing STAARpipeline in analyzing whole-genome/whole-exome sequencing data. diff --git a/R/RcppExports.R b/R/RcppExports.R index 5b9ad24..ddd1e3f 100644 --- a/R/RcppExports.R +++ b/R/RcppExports.R @@ -55,5 +55,5 @@ matrix_flip_minor <- function(G) { # Register entry points for exported C++ functions methods::setLoadAction(function(ns) { - .Call('_STAARpipeline_RcppExport_registerCCallable', PACKAGE = 'STAARpipeline') + .Call(`_STAARpipeline_RcppExport_registerCCallable`) }) diff --git a/README.md b/README.md index 62448a8..b2be529 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Please see the **STAARpipeline** user ma ## Data Availability The whole-genome functional annotation data assembled from a variety of sources and the precomputed annotation principal components are available at the [Functional Annotation of Variant - Online Resource (FAVOR)](https://favor.genohub.org) site and [FAVOR Essential Database](https://doi.org/10.7910/DVN/1VGTJI). ## Version -The current version is 0.9.7 (May 19, 2024). +The current version is 0.9.7.1 (August 9, 2024). ## Citation If you use **STAARpipeline** and **STAARpipelineSummary** for your work, please cite: diff --git a/docs/STAARpipeline_manual.pdf b/docs/STAARpipeline_manual.pdf index 6c7be1b..83f3224 100644 Binary files a/docs/STAARpipeline_manual.pdf and b/docs/STAARpipeline_manual.pdf differ diff --git a/src/RcppExports.cpp b/src/RcppExports.cpp index 7820b22..d452b66 100644 --- a/src/RcppExports.cpp +++ b/src/RcppExports.cpp @@ -209,7 +209,7 @@ RcppExport SEXP _STAARpipeline_matrix_flip_mean(SEXP GSEXP) { if (rcpp_isError_gen) { SEXP rcpp_msgSEXP_gen = Rf_asChar(rcpp_result_gen); UNPROTECT(1); - Rf_error(CHAR(rcpp_msgSEXP_gen)); + Rf_error("%s", CHAR(rcpp_msgSEXP_gen)); } UNPROTECT(1); return rcpp_result_gen; @@ -243,7 +243,7 @@ RcppExport SEXP _STAARpipeline_matrix_flip_minor(SEXP GSEXP) { if (rcpp_isError_gen) { SEXP rcpp_msgSEXP_gen = Rf_asChar(rcpp_result_gen); UNPROTECT(1); - Rf_error(CHAR(rcpp_msgSEXP_gen)); + Rf_error("%s", CHAR(rcpp_msgSEXP_gen)); } UNPROTECT(1); return rcpp_result_gen;