Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,5 @@ Some specific types of changes that you might make are:

3. Changes requiring a new package dependency should be discussed on the GitHub issues page before submitting a pull request.

4. Message translations. These are very appreciated! The format is a pain, but if you're doing this I'm assuming you're already familiar with it.

Any questions you have can be opened as GitHub issues.

30 changes: 1 addition & 29 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,36 +1,8 @@
pkg = $(shell basename $(CURDIR))

all: build
all: R/sysdata.rda NAMESPACE

NAMESPACE: R/*
Rscript -e "devtools::document()"

README.md: README.Rmd
Rscript -e "knitr::knit('README.Rmd')"

R/sysdata.rda: data-raw/single.json
Rscript data-raw/convert.R
Rscript -e "devtools::build_readme()"
README.html: README.md
pandoc -o README.html README.md

../$(pkg)*.tar.gz: DESCRIPTION NAMESPACE README.md R/* man/* tests/testthat/* po/R-rio.pot R/sysdata.rda
cd ../ && R CMD build $(pkg)

build: ../$(pkg)*.tar.gz

check: ../$(pkg)*.tar.gz
cd ../ && R CMD check $(pkg)*.tar.gz
rm ../$(pkg)*.tar.gz

install: ../$(pkg)*.tar.gz
cd ../ && R CMD INSTALL $(pkg)*.tar.gz
rm ../$(pkg)*.tar.gz

website: R/* README.md DESCRIPTION
Rscript -e "pkgdown::build_site()"

po/R-rio.pot: R/* DESCRIPTION
Rscript -e "tools::update_pkg_po('.')"

translations: po/R-rio.pot
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# rio 1.2.5

* Fix #473, remove support for `qs`
* Fix #481, remove `po`

Bug fixes
* Fix #475, add missing package availability checks for export methods
Expand Down
148 changes: 0 additions & 148 deletions po/R-rio.pot

This file was deleted.