-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYNR-1527] synapser release for version 2.1.0 (#337)
* upgraded synapseclient version to v4.4.0 * updated R version and package dependencies * added/extended reference documents for both new and modified functions * updated Github action to reflect most recent compatible R versions * resolved infinite recursion issues and package building failures on Ubuntu and Windows * update package description and changelog
- Loading branch information
Showing
181 changed files
with
2,454 additions
and
722 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
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,26 +1,28 @@ | ||
Package: synapser | ||
Type: Package | ||
Title: R Language Bindings for Synapse API | ||
Version: 2.0.0 | ||
Date: 2022-01-18 | ||
Version: 2.1.0 | ||
Date: 2024-07-31 | ||
Authors@R: c( | ||
person("Tom", "Yu", role = c("cre"), email = "[email protected]"), | ||
person("Dan", "Lu", role = c("aut", "cre"), email = "[email protected]"), | ||
person("Tom", "Yu", role = c("aut"), email = "[email protected]"), | ||
person("Bruce", "Hoff", role = c("aut"), email = "[email protected]"), | ||
person("Sage Bionetworks", role = c("cph")) | ||
) | ||
Maintainer: Bruce Hoff <[email protected]> | ||
BugReports: https://github.com/Sage-Bionetworks/synapser/issues | ||
Description: Provides R language bindings for Synapse RESTful web services. | ||
Encoding: UTF-8 | ||
License: Apache License 2.0 | ||
Imports: | ||
reticulate(>= 1.25), | ||
reticulate(<= 1.28), | ||
methods, | ||
rjson, | ||
stats, | ||
utils | ||
Depends: | ||
R(>= 4.0) | ||
R(>= 4.1.3), | ||
R(< 4.5) | ||
Remotes: | ||
[email protected] | ||
Suggests: pack, R6, testthat, knitr, rmarkdown | ||
|
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.