-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR addresses recent warnings in the building of the package as reported on [CRAN](https://cran.r-project.org/web/packages/TIMP/index.html). ### Change summary Relevant changes: - ♻️ Refactor c function to conform to modern standards - Fixes: `(warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype])` - ♻️Uses is(x,"name") instead of class(x)=="name" comparison - Other changes: - 🛡️Update URLs from http to https - 📚Update DOI urls to use \doi command - 🧹Remove unused NEWS file
- Loading branch information
Showing
23 changed files
with
397 additions
and
439 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
.git | ||
.gitignore | ||
^\.github$ | ||
LICENSE.md | ||
^\.git | ||
^\.gitignore | ||
^\.vscode | ||
^\.github | ||
README.md | ||
CONTRIBUTING.md | ||
git-workflow.txt | ||
Rplots.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.