Skip to content

Commit

Permalink
update version, add luke as an author (#39)
Browse files Browse the repository at this point in the history
* update version, add luke as an author

* update changelog

* add .quarto to rbuildignore

* Adhere to cran policies

* add di
  • Loading branch information
rcannood authored Oct 16, 2024
1 parent 6863310 commit 974c7c5
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 11 deletions.
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.

0 comments on commit 974c7c5

Please sign in to comment.