Skip to content

Commit

Permalink
add Zenodo badge (#536)
Browse files Browse the repository at this point in the history
* add Zenodo badge

* ignore versioned Manifest and vim temp files
  • Loading branch information
palday authored Jul 18, 2024
1 parent caa906f commit 5fd9ad3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Manifest.toml
Manifest-v*.toml
deps/deps.jl
docs/build
docs/gh-pages
docs/site
deps/build.log
lcov.info
*.cov
*.swp
*\~
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
[![CI status](https://github.com/JuliaInterop/RCall.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaInterop/RCall.jl/actions/workflows/ci.yml)
[![Code coverage](https://codecov.io/gh/JuliaInterop/RCall.jl/branch/master/graph/badge.svg?token=8ED5Wdm8W9)](https://codecov.io/gh/JuliaInterop/RCall.jl)


[![DOI](https://zenodo.org/badge/28725415.svg)](https://zenodo.org/doi/10.5281/zenodo.12771368)

R is a language for statistical computing and graphics that has been around for couple of decades and it has one of the most impressive collections of scientific and statistical packages of any environment. Recently, the Julia language has become an attractive alternative because it provides the remarkable performance of a low-level language without sacrificing the readability and ease-of-use of high-level languages. However, Julia still lacks the depth and scale of the R package environment.

This package, RCall.jl, facilitates communication between these two languages and allows the user to call R packages from within Julia, providing the best of both worlds. Additionally, this is a pure Julia package so it is portable and easy to use.
Expand Down

0 comments on commit 5fd9ad3

Please sign in to comment.