Skip to content

Commit bd147ee

Browse files
authored
docs: update README (#280)
* update README * add sections * add to NEWS item
1 parent 9eb80c6 commit bd147ee

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
* adds and updates GitHub Actions for testing and coverage. (#206, #247, #256)
3535

36-
* update documentation: external-package links, pkgdown, add alt text to figures. (#275, #276)
36+
* update documentation: README, external-package links, pkgdown, add alt text to figures. (#275, #276, #279)
3737

3838
# boxr 0.3.6
3939

README.Rmd

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,23 @@ A lightweight, *opinionated*, high-level R interface to the box.com API, standin
2828

2929
[Box](https://www.box.com) is a cloud content-management and file-sharing service. The goal of the **boxr** package is to make it easier for you to integrate your Box account into your R workflow.
3030

31-
## New in boxr 0.3.6 (development)
31+
## New in boxr 0.3.7
3232

3333
### Bug fixes
3434

3535
- Harmonizes the default location for tokens; `~` resolves to the home directory for all platforms.
3636
A patch is applied offering to move tokens from "old" locations.
3737
This bug appeared on Windows only.
38+
39+
### Documentation
40+
41+
- Updates documentation, updating some steps and adding alt-text for figures.
42+
43+
### Build
44+
45+
- Reduces and rationalizes package-dependencies.
46+
47+
3848

3949
All changes are detailed in the [NEWS](`r url("news/")`).
4050

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,23 @@ standing on the shoulders of **[httr](https://github.com/r-lib/httr)**.
1919
file-sharing service. The goal of the **boxr** package is to make it
2020
easier for you to integrate your Box account into your R workflow.
2121

22-
## New in boxr 0.3.6 (development)
22+
## New in boxr 0.3.7
2323

2424
### Bug fixes
2525

2626
- Harmonizes the default location for tokens; `~` resolves to the home
2727
directory for all platforms. A patch is applied offering to move
2828
tokens from “old” locations. This bug appeared on Windows only.
2929

30+
### Documentation
31+
32+
- Updates documentation, updating some steps and adding alt-text for
33+
figures.
34+
35+
### Build
36+
37+
- Reduces and rationalizes package-dependencies.
38+
3039
All changes are detailed in the
3140
[NEWS](https://r-box.github.io/boxr/news/).
3241

@@ -138,7 +147,7 @@ Conduct](https://r-box.github.io/boxr/CONDUCT.html).
138147

139148
The MIT License (MIT)
140149

141-
Copyright (c) 2015-2024 boxr contributors
150+
Copyright (c) 2015-2025 boxr contributors
142151

143152
Permission is hereby granted, free of charge, to any person obtaining a
144153
copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)