You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,28 @@
1
+
# pepr 0.6.0 - 2026-02-27
2
+
3
+
## Added
4
+
5
+
*`pullProject()` to fetch PEPs from PEPhub API via registry paths (e.g., `databio/example:default`)
6
+
*`saveProject()` to write a Project object to local files (config YAML + sample CSVs)
7
+
*`saveJWT()` to store an authentication token for private PEPs
8
+
* PEPhub integration vignette examples in Getting Started guide
9
+
10
+
## Changed
11
+
12
+
* Replaced `httr` with `httr2` for PEPhub API calls
13
+
* Replaced `tidyr` dependency with base R for subsample unnesting
14
+
* Added mocked tests for PEPhub API (CRAN-compatible)
15
+
* Graceful error handling when PEPhub API is unreachable
16
+
17
+
# pepr 0.5.1 - 2026-02-27
18
+
19
+
## Changed
20
+
21
+
* Removed dependency on archived `pryr` package; replaced `pryr::partial()` with base R anonymous functions
22
+
* Fixed BugReports URL in DESCRIPTION
23
+
* Updated all pep.databio.org URLs to current paths
24
+
* Removed codecov badge from README
25
+
1
26
# pepr 0.5.0 - 2023-11-16
2
27
3
28
## Fixed
@@ -55,7 +80,7 @@
55
80
56
81
## Changed
57
82
58
-
***project configuration file to follow [PEP2.0.0 specification](http://pep.databio.org/en/2.0.0/specification/).** Browse the specification for changes related to config format
83
+
***project configuration file to follow [PEP2.0.0 specification](https://pep.databio.org/spec/specification/).** Browse the specification for changes related to config format
0 commit comments