Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.6%) to scientific vocabulary
Repository
R package for downloading files with https
Basic Info
- Host: GitHub
- Owner: wch
- Language: R
- Default Branch: master
- Size: 40 KB
Statistics
- Stars: 33
- Watchers: 3
- Forks: 8
- Open Issues: 3
- Releases: 0
Metadata Files
README.md
downloader
This package provides a wrapper for the download.file function, making it possible to download files over https on Windows, Mac OS X, and other Unix-like platforms. The RCurl package provides this functionality (and much more) but can be difficult to install because it must be compiled with external dependencies. This package has no external dependencies, so it is much easier to install.
Example usage
This will download the source code for the downloader package:
```R
First install downloader from CRAN
install.packages("downloader")
library(downloader) download("https://github.com/wch/downloader/zipball/master", "downloader.zip", mode = "wb") ```
Owner
- Name: Winston Chang
- Login: wch
- Kind: user
- Company: @posit-pbc
- Repositories: 136
- Profile: https://github.com/wch
Software Engineer at @posit-pbc (formerly @rstudio)
GitHub Events
Total
- Push event: 4
- Create event: 1
Last Year
- Push event: 4
- Create event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Winston Chang | w****n@s****g | 58 |
| Sebastian Gibb | m****l@s****e | 1 |
| JJ Allaire | jj@r****g | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 9
- Total pull requests: 3
- Average time to close issues: 4 days
- Average time to close pull requests: about 2 months
- Total issue authors: 9
- Total pull request authors: 3
- Average comments per issue: 1.56
- Average comments per pull request: 0.67
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- philmikejones (1)
- hadley (1)
- brdhungana (1)
- kendonB (1)
- lcolladotor (1)
- wch (1)
- GoChartingAdmin (1)
- sgibb (1)
- PatrickRWright (1)
Pull Request Authors
- sgibb (1)
- jjallaire (1)
- ajdamico (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 21,682 last-month
- Total docker downloads: 2,503,867
-
Total dependent packages: 38
(may contain duplicates) -
Total dependent repositories: 104
(may contain duplicates) - Total versions: 8
- Total maintainers: 1
cran.r-project.org: downloader
Download Files over HTTP and HTTPS
- Homepage: https://github.com/wch/downloader
- Documentation: http://cran.r-project.org/web/packages/downloader/downloader.pdf
- License: GPL-2
-
Latest release: 0.4.1
published over 1 year ago
Rankings
Maintainers (1)
conda-forge.org: r-downloader
- Homepage: https://github.com/wch/downloader
- License: GPL-2
-
Latest release: 0.4
published almost 4 years ago
Rankings
Dependencies
- digest * imports
- utils * imports
- testthat * suggests