File: NEWS

package info (click to toggle)
r-cran-downloader 0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 112 kB
  • ctags: 3
  • sloc: makefile: 6
file content (29 lines) | stat: -rw-r--r-- 964 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Version 0.3
--------------------------------------------------------------------------------

* `source_url()` function now checks the SHA-1 hash the downloaded file.

* Add `sha_url()` function, for finding the SHA-1 hash of a remote file.

Version 0.2.2
--------------------------------------------------------------------------------

* Disable all network tests when running on CRAN, because the connection to the
 remote test website may not be reliable.

Version 0.2.1
--------------------------------------------------------------------------------

* Change https redirection test to not run on CRAN because their Windows build
  machine has more stringent security settings.

Version 0.2
--------------------------------------------------------------------------------

* Switched to using `Sys.which` to find external programs.

* Added tests.

* When using curl, follow redirects with http. (It already worked with https.)

* Add `source_url` function.