Skip to content

Commit

Permalink
fixing NOTEs
Browse files Browse the repository at this point in the history
  • Loading branch information
teng-gao committed Feb 14, 2023
1 parent 3fcd89d commit 4f43703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ Config/testthat/edition: 3
LinkingTo: Rcpp, RcppArmadillo, roptim
NeedsCompilation: yes
SystemRequirements: C++11, GNU make
Author: Teng Gao [cre, aut], Hirak Sarkar [aut], Evan Biederstedt [aut], Peter Kharchenko [aut]
Author: Teng Gao [cre, aut], Ruslan Soldatov [aut], Hirak Sarkar [aut], Evan Biederstedt [aut], Peter Kharchenko [aut]
Maintainer: Teng Gao <[email protected]>
RoxygenNote: 7.2.3
2 changes: 1 addition & 1 deletion R/main.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ run_numbat = function(
log_appender(appender_file(logfile))

log_message(paste(
glue('Numbat version: ', as.character(packageVersion("numbat"))),
glue('Numbat version: ', as.character(utils::packageVersion("numbat"))),
'Running under parameters:',
glue('t = {t}'),
glue('alpha = {alpha}'),
Expand Down

0 comments on commit 4f43703

Please sign in to comment.