Skip to content

Commit 5ab28e0

Browse files
author
Digp
committed
Change instructions for easier installation
1 parent 574f8df commit 5ab28e0

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,25 @@ Instructions for Unix systems
1414

1515
install.packages(c("bio3d", "circlize", "jsonlite", "plot3D", "MASS", "RColorBrewer", "RANN"))
1616

17-
2- Download veriNA3d from GitLab. The zip file contains two equivalent versions of the package:
17+
2- Install veriNA3d according with your R version:
1818

19-
`veriNA3d_R-3.5.tar.gz`
20-
21-
`veriNA3d_R-3.4.tar.gz`
22-
23-
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.
19+
For R >= 3.5
20+
 
2421

25-
3- Unzip the file and copy-paste the desired version of the package in your working directory.
22+
install.packages("http://mmb.irbbarcelona.org/gitlab/dgallego/veriNA3d/raw/master/veriNA3d_R-3.5.tar.gz", repos = NULL)
2623

27-
4- Open R and run:
24+
If you have R-3.4:
2825
 
2926

30-
install.packages("veriNA3d_R-3.5.tar.gz", repos = NULL, type="source")
27+
install.packages("http://mmb.irbbarcelona.org/gitlab/dgallego/veriNA3d/raw/master/veriNA3d_R-3.4.tar.gz", repos = NULL)
3128

32-
5- If desired, remove the unnecessary .tar.gz files and the .zip file.
29+
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.
3330

34-
6- To start using it, just load the package!
31+
3- To start using it, just load the package!
32+
 
3533

3634
library(veriNA3d)
3735

38-
3936
## Documentation
4037
----------------
4138

0 commit comments

Comments
 (0)