Skip to content

Commit

Permalink
fix buildignore and description
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Nov 1, 2024
1 parent 84c1f89 commit 98c09e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
^vignettes/\.quarto$
^doc$
^Meta$
^\.pre-commit-config\.yaml$
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ Title: 'LaminDB' Interface in R
Version: 0.1.0
Authors@R: c(
person("Robrecht", "Cannoodt", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")),
comment = c(github = "rcannood", ORCID = "0000-0003-3641-729X")),
person("Luke", "Zappia", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-7744-8565", github = "lazappi")),
comment = c(github = "lazappi", ORCID = "0000-0001-7744-8565")),
person("Data Intuitive", , , "[email protected]", role = "aut"),
person("Lamin Labs", , , "[email protected]", role = c("aut", "cph"))
)
person("Lamin Labs", , , "[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.
Expand Down

0 comments on commit 98c09e0

Please sign in to comment.