You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
R | 2 years ago | |
inst/tinytest | 2 years ago | |
man | 2 years ago | |
tests | 2 years ago | |
.Rbuildignore | 2 years ago | |
.codecov.yml | 2 years ago | |
.gitignore | 2 years ago | |
.travis.yml | 2 years ago | |
CONDUCT.md | 2 years ago | |
DESCRIPTION | 2 years ago | |
LICENSE | 2 years ago | |
LICENSE.md | 2 years ago | |
NAMESPACE | 2 years ago | |
NEWS.md | 2 years ago | |
README.Rmd | 2 years ago | |
README.md | 2 years ago | |
swiftr.Rproj | 2 years ago |
README.md
swiftr
Seamless R and Swift Integration
Description
eamless R and Swift Integration
What’s Inside The Tin
The following functions are implemented:
add_registration_glue
: This examines a package swift file and builds the necessary registration glue code
Installation
remotes::install_git("https://git.rud.is/hrbrmstr/swiftr.git")
# or
remotes::install_gitlab("hrbrmstr/swiftr")
NOTE: To use the ‘remotes’ install options you will need to have the {remotes} package installed.
Usage
library(swiftr)
# current version
packageVersion("swiftr")
## [1] '0.1.0'
swiftr Metrics
Lang | # Files | (%) | LoC | (%) | Blank lines | (%) | # Lines | (%) |
---|---|---|---|---|---|---|---|---|
R | 3 | 0.38 | 87 | 0.46 | 32 | 0.34 | 15 | 0.17 |
Rmd | 1 | 0.12 | 8 | 0.04 | 15 | 0.16 | 28 | 0.33 |
SUM | 4 | 0.50 | 95 | 0.50 | 47 | 0.50 | 43 | 0.50 |
clock Package Metrics for swiftr
Code of Conduct
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.