-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Style package and minor updates (#2)
* update package * update author info * run styler to fix formatting issues * add openapitools.json to rbuildignore * update docs
- Loading branch information
Showing
40 changed files
with
2,094 additions
and
3,018 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 |
---|---|---|
|
@@ -22,3 +22,4 @@ | |
^\.\.Rcheck$ | ||
^README\.qmd$ | ||
^LICENSE\.md$ | ||
^openapitools\.json$ |
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 +1 @@ | ||
7.8.0 | ||
7.9.0 |
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,15 +1,15 @@ | ||
Package: laminr.api | ||
Title: R Package Client for the Lamin API | ||
Title: Interface to the 'LaminDB' API | ||
Version: 0.1.0 | ||
Authors@R: c( | ||
person("Robrecht", "Cannoodt", , "rcannood@gmail.com", role = c("aut", "cre"), | ||
Authors@R:c( | ||
person("Robrecht", "Cannoodt", email = "robrecht@data-intuitive.com", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")), | ||
person("Luke", "Zappia", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0001-7744-8565", github = "lazappi")) | ||
person("Luke", "Zappia", email = "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0001-7744-8565", github = "lazappi")), | ||
person("Data Intuitive", email = "[email protected]", role = "aut"), | ||
person("Lamin Labs", email = "[email protected]", role = c("aut", "cph")) | ||
) | ||
Description: Client package for accessing the Lamin API. Most content is | ||
generated by the Openapi Generator | ||
https://github.com/openapitools/openapi-generator. | ||
Description: Client package for accessing the Lamin API. | ||
License: Apache License (>= 2) | ||
URL: https://github.com/data-intuitive/laminr.api | ||
BugReports: https://github.com/data-intuitive/laminr.api/issues | ||
|
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.