Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update version, add luke as an author #39

Merged
merged 5 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
^_pkgdown\.yml$
^pkgdown$
^vignettes/*_files$
^vignettes/\.quarto$
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# laminr v0.1.0

First CRAN release of the LaminDB API client for R. This release focuses on connecting to a LaminDB instance, fetching an individual record from the instance, and fetching related data for that record.

Features:

* Connect to a LaminDB instance
* Auto-generate modules and classes from the instance schema
* Fetch a record
* Fetch a record's related data
* Cache S3 artifact
* Load AnnData artifact

For more information, please visit the [package website](https://laminr.lamin.ai).

## NEW FUNCTIONALITY

* Query instance settings from Lamin Hub (PR #8).
Expand Down
22 changes: 15 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
Package: laminr
Title: LaminDB interface in R
Version: 0.1.0.9001
Title: 'LaminDB' Interface in R
Version: 0.1.0
Authors@R:
c(person("Robrecht", "Cannoodt",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3641-729X")),
person("Lamin Labs", email = "[email protected]", role = c("aut")))
Description: The laminr package provides an interface to the LaminDB database.
It allows you to query the database and download data from it.
email = "[email protected]",
comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")
),
person(
"Luke", "Zappia",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-7744-8565", github = "lazappi")
),
person("Data Intuitive", email = "[email protected]", role = c("aut")),
person("Lamin Labs", email = "[email protected]", role = c("aut", "cph")))
Description: Interact with 'LaminDB' from R. 'LaminDB' is an open-source data framework for biology.
This package allows you to query and download data from 'LaminDB' instances.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Expand Down
9 changes: 5 additions & 4 deletions man/laminr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading