Skip to content

Commit

Permalink
Merge pull request #1076 from wadpac/issue-1075-degree-character
Browse files Browse the repository at this point in the history
remove character that devtools::load_all() can't parse
  • Loading branch information
vincentvanhees authored Feb 29, 2024
2 parents 8b7c58a + 336f653 commit 57a2663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/HASPT.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ HASPT = function(angle, sptblocksize = 30, spt_max_gap = 60, ws3 = 5,
threshold = HDCZA_threshold
} else if (HASPT.algo == "HorAngle") { # if hip, then require horizontal angle
# x = absolute angle
# threshold = 45º
# threshold = 45 degrees
x = abs(angle)
threshold = 45
} else if (HASPT.algo == "NotWorn") {
Expand Down

0 comments on commit 57a2663

Please sign in to comment.