Skip to content

Commit

Permalink
Prep release 0.2.0 (#93)
Browse files Browse the repository at this point in the history
* bump version

* update tibble imports

* fix test

* remove github from authors for now

* update changelog
  • Loading branch information
rcannood authored Nov 20, 2024
1 parent 6637f26 commit 471e204
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# laminr v0.2.0

This release adds support for creating new artifacts in a LaminDB instance.

## NEW FUNCTIONALITY

- Add support for more loaders (PR #81).
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: laminr
Title: Interface for 'LaminDB'
Version: 0.1.0
Version: 0.2.0
Authors@R: c(
person("Robrecht", "Cannoodt", email = "[email protected]", role = c("aut", "cre"),
comment = c(github = "rcannood", ORCID = "0000-0003-3641-729X")),
comment = c(ORCID = "0000-0003-3641-729X")),
person("Luke", "Zappia", email = "[email protected]", role = "aut",
comment = c(github = "lazappi", ORCID = "0000-0001-7744-8565")),
comment = c(ORCID = "0000-0001-7744-8565")),
person("Data Intuitive", email = "[email protected]", role = "aut"),
person("Lamin Labs", email = "[email protected]", role = c("aut", "cph")))
Description: Interact with 'LaminDB'. 'LaminDB' is an open-source data
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ importFrom(purrr,reduce)
importFrom(purrr,transpose)
importFrom(purrr,walk)
importFrom(rlang,set_names)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tools,file_ext)
1 change: 1 addition & 0 deletions R/laminr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
#' @importFrom purrr map map_chr map_lgl map2 pmap list_flatten transpose discard keep list_c walk reduce
#' @importFrom R6 R6Class
#' @importFrom rlang set_names
#' @importFrom tibble tibble as_tibble
## usethis namespace: end
NULL
4 changes: 2 additions & 2 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 471e204

Please sign in to comment.