Skip to content

Commit

Permalink
Merge branch 'ols4'
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Feb 11, 2024
2 parents 8bbf281 + a696309 commit 15395c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## CHANGES IN VERSION 2.99.0

- Refactoring to use REST API for OLS4.
- REST queries now use httr2 instead of superseded `httr`.
- The term(s) and property constructors are capitalised as `Term()`,
`Terms()` and `Properties()`.

# rols 2.29

Expand Down
1 change: 1 addition & 0 deletions vignettes/rols.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ development site.
- REST queries now use [httr2](https://httr2.r-lib.org/) instead of
superseded `httr`.
- The term(s) constructors are capitalised as `Term()` and `Terms()`.
- The properties constructor is capitalised as `Properties()`.
- Some class definitions have been updated to accomodate changes in
the data received by OLS. Some function have been dropped.

Expand Down

0 comments on commit 15395c7

Please sign in to comment.