Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bodkan committed May 8, 2024
1 parent ad08feb commit 925c0f9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Expand Up @@ -31,9 +31,6 @@ windev: README.md
winold: README.md
R -e 'devtools::check_win_oldrelease()'

rhub: README.md
R -e 'rhub::check_for_cran(platforms = c("macos-highsierra-release", "macos-highsierra-release-cran", "macos-m1-bigsur-release"))'

$(pkg): README.md
R -e 'devtools::document()'
mkdir -p build; cd build; R CMD build --log ../../admixr
Expand All @@ -42,8 +39,5 @@ README.md: README.Rmd $(logo)
R -e 'devtools::install(upgrade = "never")'
R -e 'knitr::knit("README.Rmd", output = "README.md")'

example_data:
Rscript generate_examples.R

clean:
rm -rf build

0 comments on commit 925c0f9

Please sign in to comment.