Commit 5ab28e09 authored by Digp's avatar Digp
Browse files

Change instructions for easier installation

parent 574f8df1
Pipeline #3042 skipped
......@@ -14,28 +14,25 @@ Instructions for Unix systems
install.packages(c("bio3d", "circlize", "jsonlite", "plot3D", "MASS", "RColorBrewer", "RANN"))
2- Download veriNA3d from GitLab. The zip file contains two equivalent versions of the package:
2- Install veriNA3d according with your R version:
`veriNA3d_R-3.5.tar.gz`
`veriNA3d_R-3.4.tar.gz`
The whole package has been developed and tested in R-3.5, which makes it the recommended option. Furthermore, using R-3.5 speeds up the cifParser function, which has a dramatic effect when working with large mmCIF files. The package has been also made available for R-3.4 since some unix users are experiencing problems when installing R-3.5.
For R >= 3.5
 
3- Unzip the file and copy-paste the desired version of the package in your working directory.
install.packages("https://mmb.irbbarcelona.org/gitlab/dgallego/veriNA3d/raw/master/veriNA3d_R-3.5.tar.gz", repos = NULL)
4- Open R and run:
If you have R-3.4:
 
install.packages("veriNA3d_R-3.5.tar.gz", repos = NULL, type="source")
install.packages("https://mmb.irbbarcelona.org/gitlab/dgallego/veriNA3d/raw/master/veriNA3d_R-3.4.tar.gz", repos = NULL)
5- If desired, remove the unnecessary .tar.gz files and the .zip file.
The whole package has been developed and tested in R-3.5, which makes it the recommended option. Furthermore, using R-3.5 speeds up the cifParser function, which has a dramatic effect when working with large mmCIF files. The package has been also made available for R-3.4 since some unix users are experiencing problems when installing R-3.5.
6- To start using it, just load the package!
3- To start using it, just load the package!
 
library(veriNA3d)
## Documentation
----------------
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment