-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathezGEN_Create.R
More file actions
23 lines (19 loc) · 1.07 KB
/
ezGEN_Create.R
File metadata and controls
23 lines (19 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
library("RcppArmadillo")
library("Rcpp")
library("devtools")
library("roxygen2")
setwd("C:\\Users\\BRITOLOPESF\\Documents\\GitHub\\easyGEN")
roxygenise()
library("Rd2md")
Rd2markdown(rdfile= "C:\\Users\\BRITOLOPESF\\Documents\\GitHub\\easyGEN\\man\\remlf90.Rd",
outfile="C:\\Users\\BRITOLOPESF\\Documents\\GitHub\\easyGEN\\README.md")
Rd2markdown(rdfile= "C:\\Users\\BRITOLOPESF\\Documents\\GitHub\\easyGEN\\man\\gibbsf90.Rd",
outfile="C:\\Users\\BRITOLOPESF\\Documents\\GitHub\\easyGEN\\README.md", append=TRUE)
Rd2markdown(rdfile= "C:\\Users\\BRITOLOPESF\\Documents\\GitHub\\easyGEN\\man\\PostGibbs.Rd",
outfile="C:\\Users\\BRITOLOPESF\\Documents\\GitHub\\easyGEN\\README.md", append=TRUE)
Rd2markdown(rdfile= "C:\\Users\\BRITOLOPESF\\Documents\\GitHub\\easyGEN\\man\\SEMeff.Rd",
outfile="C:\\Users\\BRITOLOPESF\\Documents\\GitHub\\easyGEN\\README.md", append=TRUE)
setwd("C:\\Users\\BRITOLOPESF\\Documents\\GitHub")
system("R CMD check easyGEN")
system("R CMD build easyGEN")
system("R CMD INSTALL easyGEN_1.01.tar.gz")