Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
41f5e5f
update access contstraints API call to be compatible with DataStore v…
RobLBaker Jan 3, 2026
a593cf5
fix screenprint formatting to make it easier to read
RobLBaker Jan 5, 2026
532c4e2
make DataStore refernce link clickable
RobLBaker Jan 5, 2026
323a3e4
fixed bug in create_datastore_reference introduced via new API versio…
RobLBaker Jan 5, 2026
bc8327a
updates via pkgdown::buid_site_github_pages
RobLBaker Jan 5, 2026
8a6e60f
Add ability to set Origination flag in DataStore via API PATCH
RobLBaker Jan 6, 2026
d869b8d
add update about origination flag in create_datastore_script
RobLBaker Jan 6, 2026
a0dbc6f
updated via devtools::document and pkgdown::build_site_github_pages
RobLBaker Jan 6, 2026
4d131b2
in create_datastore_script, for R packages download the "DESCRIPTION"…
RobLBaker Jan 7, 2026
fa00d30
add tryCatch for missing or malformatted DESCRIPTION files
RobLBaker Jan 7, 2026
1e82a24
clean up some code documentation
RobLBaker Jan 8, 2026
61fc7b9
create json body for contacts 1 (authors) and contacts2 (contacts) fr…
RobLBaker Jan 8, 2026
c9c36fb
automate getting authors (aut) and stewards (cre) from R package DESC…
RobLBaker Jan 9, 2026
b5ba67c
automate abstract in DataStore reference from R package
RobLBaker Jan 9, 2026
22ce92d
so much debugging
RobLBaker Jan 9, 2026
24d8351
add ability to put in issuedDate.
RobLBaker Jan 9, 2026
865a82f
fix match.arg errors/bugs
RobLBaker Jan 9, 2026
3888081
update documentation
RobLBaker Jan 9, 2026
5e76967
usethis::use_package to add package desc
RobLBaker Jan 9, 2026
d5e6b8c
updates on create_datastore_script enhancements
RobLBaker Jan 9, 2026
a7c1670
update documentation
RobLBaker Jan 9, 2026
9e67630
updated via devtools::document and pkgdown::build_site_github_pages
RobLBaker Jan 9, 2026
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
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ Imports:
cli,
purrr,
lifecycle,
httr2
httr2,
desc
RoxygenNote: 7.3.2
Suggests:
knitr,
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# QCkit v1.2.1
## 2025-01-09
* `create_datastore_script` now has a new parameter, lib_type. If "R" is specified it will pull as much info as it can from the DESCRIPTION file of an R package and use that info to fill out the Core Bibliography tab on the reference landing page.

## 2025-01-06
* Add ability to set the Origination flag in DataStore via the `create_datastore_script` function. Defaults to TRUE.

## 2025-01-05
* Fixed bug in `create_datastore_script` that occurred when the way the DataStore API handled access constraints changed between V7 and V8. Also improved formatting of screen print and make the DataStore reference link clickable.

## 2025-12-31
* Updated DataStore APIs to hit v8 API instead of now deprecated v7 API endponts

Expand Down
216 changes: 179 additions & 37 deletions R/datastore_interactions.R

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html

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

4 changes: 2 additions & 2 deletions docs/articles/Starting-a-DRR.html

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

4 changes: 2 additions & 2 deletions docs/authors.html

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

4 changes: 2 additions & 2 deletions docs/index.html

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

17 changes: 15 additions & 2 deletions docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ articles:
articles/DRR_Purpose_and_Scope: DRR_Purpose_and_Scope.html
articles/Starting-a-DRR: Starting-a-DRR.html
articles/Using-the-DRR-Template: Using-the-DRR-Template.html
last_built: 2025-12-31T17:55Z
last_built: 2026-01-09T22:30Z
urls:
reference: https://nationalparkservice.github.io/QCkit/reference
article: https://nationalparkservice.github.io/QCkit/articles
Loading
Loading