Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 680 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 680 Bytes

VirtualAgeModelsJL

Calling VirtualAgeModels.jl inside R

Requirement

  • Install julia
  • Inside julia, install the package VirtualAgeModels.jl:
Import Pkg; Pkg.add("VirtualAgeModels")
  • Finally, VirtualAgeModelsJL is a wrapper of VirtualAgeModels.jl depending on Rulia to install before.

Install inside R

Choose one of these two methods:

  • Inside Bash Terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/ReliableTeam/VirtualAgeModelsJL/HEAD/inst/install.sh)"
  • Inside R:
remotes::install_github("ReliableTeam/VirtualAgeModelsJL")