Skip to content
This repository has been archived by the owner on Dec 21, 2018. It is now read-only.

kmyokoyama/netvl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building and installing the package from source

First, you need to get all the sources from GitHub. It can be done by cloning this repository

git clone git@github.com:kmyokoyama/netvl.git

From the parent directory of netvl/ run:

R CMD build netvl

in order to build the tar.gz file. Then, it's a good idea to check the tar.gz file to ensure that there's no comprising errors:

R CMD check netvl_<version>.tar.gz

where <version> is the version of the package. If everything looks fine, you're ready to install it in R. In R console, type:

install.packages("pathtotargz", repos = NULL, type="source")

And it's done!

About

R package for Network Value Models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages