Skip to content

Commit

Permalink
New version submission to CRAN (1.0.0-1)
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyArends committed Jul 6, 2018
1 parent fa98b3a commit 0f75e69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rctl/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ctl
Version: 1.0.0-1
Date: 2018-05-29
Date: 2018-07-06
Title: Correlated Trait Locus (CTL) Mapping in R
Author: Danny Arends <[email protected]>
Maintainer: Danny Arends <[email protected]>
Expand Down
10 changes: 9 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ MOVE = mv
CSRC = ./C
DSRC = ./D
RDOC = ./Rctl/vignettes
RPDF = ./Rctl/inst/doc
#### End of system configuration section. ####

all: static shared installR versionC
Expand Down Expand Up @@ -43,18 +44,25 @@ checkR: clean
$(RCMD) Sweave manual.Rnw; \
pdflatex manual.tex;\
rm -rf manual.aux manual.log manual.tex manual.aux.Rcheck
$(MOVE) $(RDOC)/manual.pdf $(RPDF)
$(RCMD) check --no-tests Rctl
$(MAKE) clean

# target: installR - Install the R version
installR: clean
$(RCMD) INSTALL Rctl
$(MAKE) clean

# target: buildR - Build the R version for CRAN submission
buildR: clean
$(RCMD) build Rctl
$(MAKE) clean

# target: clean - Cleanup
clean:
rm -f mapctl *a *.so q.log
rm -f C/*o C/summary.txt
rm -f C/*o C/summary.txt
rm -f $(RPDF)/manual.pdf
rm -rf Rctl/src/*o
rm -rf Rctl.Rcheck
cd $(RDOC); \
Expand Down

0 comments on commit 0f75e69

Please sign in to comment.