-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7aa4ce
commit 2ee561a
Showing
7 changed files
with
534 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
^aopdata\.Rproj$ | ||
^\.Rproj\.user$ | ||
^prep_data$ | ||
^tests_rafa | ||
^_pkgdown\.yml$ | ||
^docs$ | ||
^pkgdown$ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# aopdata v1.0.4 | ||
# aopdata v1.1.0 | ||
|
||
|
||
**Minor changes** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
── R CMD check results ────────────────────────── aopdata 1.0.3 ──── | ||
Duration: 3m 20.7s | ||
|
||
── R CMD check results ───────────────────────────────────────────────── aopdata 1.1.0 ──── | ||
Duration: 3m 35.7s | ||
|
||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ | ||
|
||
# aopdata v1.0.3 | ||
|
||
**Bug fixes** | ||
# aopdata v1.1.0 | ||
|
||
**Minor changes** | ||
|
||
- Simplified internal functions | ||
- Download functions should now fail gracefully with an informative message when there are internet connection problems. Using a more robust solution now that also accounts for timeout. | ||
- Removed dependency on the {httr} package | ||
- Now using `curl::multi_download()` to download files in parallel | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.