Skip to content

Commit

Permalink
no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Aug 11, 2016
1 parent 43aca6a commit a991f62
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Makefile
Expand Up @@ -55,18 +55,6 @@ vignettes:
sed -i '/\\usepackage{breakurl}/ d' knitr-refcard.Rnw;\
mv knitr-refcard.Rnw assets/template-refcard.tex

# the svn mirror created by
# svn checkout svn+ssh://yihui@svn.r-forge.r-project.org/svnroot/isu/pkg/knitr knitr-rforge
svn:
git archive master > ../knitr.tar;\
cd ../knitr-rforge && rm -r `ls` && tar -xf ../knitr.tar;\
svn add --force . && svn commit -m 'sync with git'

downstream:
Rscript -e "source('http://developer.r-project.org/CRAN/Scripts/depends.R');" \
-e "x = reverse_dependencies_with_maintainers('knitr', c('Depends', 'Imports', 'LinkingTo', 'Suggests'))" \
-e "cat('\n'); cat(unique(x[, 'Maintainer']), sep = ', \n'); cat('\n')"

clean:
cd ..;\
$(RM) -r $(PKGNAME).Rcheck/
Expand Down

0 comments on commit a991f62

Please sign in to comment.