Skip to content

Commit

Permalink
removed backslashes that were causing warnings, removed log line as i…
Browse files Browse the repository at this point in the history
…t didnt help to illustrate the problem
  • Loading branch information
calstevemart committed Sep 28, 2022
1 parent fefcd41 commit efd7452
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion R/hurricane.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ hurricane <- function(params_loc) {
# is not complete. What do we do then? Fill in any missing fields
# with the corresponding values from default params?
if (isTRUE(default)) {
message("hit the if block")
peaks_path <- system.file(
"extdata", "peaks.RDS", package="ImperialNMRTool")
spec_path <- system.file(
Expand Down
2 changes: 1 addition & 1 deletion R/sub2indR.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' Convert row, column subscripts to linear indices.
#' Comparable to sub2ind in MATLAB.
#'
#' MTJ mjudge\at\imperial.ac.uk
#' MTJ mjudge-at-imperial.ac.uk
#' 9MARCH2022
#' @param rows rows object
#' @param cols columns object
Expand Down

0 comments on commit efd7452

Please sign in to comment.