Skip to content

Commit

Permalink
Version bump + documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Drucker committed Jan 28, 2025
1 parent 993db27 commit 881e879
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: PNNL.DMS.utils
Type: Package
Title: Tools for accessing PNNL's Data Management System
Version: 0.5.0
Version: 0.6.0
Author: Vladislav Petyuk, Michael Nestor, Shane Kelly, Tyler Sagendorf, Ben Drucker, Jamie Moon, Camilo Posso, Matthew Monroe, David JM
Maintainer: Vladislav Petyuk <vladislav.petyuk@pnnl.gov>
Description: Tools for accessing PNNL's Data Management System, including accessing the PostgreSQL database
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated by roxygen2: do not edit by hand

export(download_datasets_by_data_package)
export(get_batch_experiments)
export(get_datasets_by_data_package)
export(get_dms_job_records)
export(get_job_records_by_dataset_package)
Expand Down Expand Up @@ -47,6 +48,7 @@ importFrom(data.table,rbindlist)
importFrom(data.table,setnames)
importFrom(dplyr,"%>%")
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,contains)
importFrom(dplyr,distinct)
Expand Down
35 changes: 35 additions & 0 deletions man/get_batch_experiments.Rd

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

0 comments on commit 881e879

Please sign in to comment.