diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d56a543c..6b82243a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/Makefile b/Makefile index 2200fc46..9202b6f7 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/NEWS.md b/NEWS.md index 8f0a30f9..1b2ccadf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/po/R-rio.pot b/po/R-rio.pot deleted file mode 100644 index 87f98710..00000000 --- a/po/R-rio.pot +++ /dev/null @@ -1,148 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: rio 0.5.27\n" -"POT-Creation-Date: 2021-06-18 09:36\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - - -msgid "The following arguments were ignored for" -msgstr "" - -msgid ":" -msgstr "" - -msgid "," -msgstr "" - -msgid "condition" -msgstr "" - -msgid "File compression failed for %s!" -msgstr "" - -msgid "Zip archive contains multiple files. Attempting first file." -msgstr "" - -msgid "Tar archive contains multiple files. Attempting first file." -msgstr "" - -msgid "'outfile' is missing with no default" -msgstr "" - -msgid "Must specify 'file' and/or 'format'" -msgstr "" - -msgid "'x' is not a data.frame or matrix" -msgstr "" - -msgid "'x' must be a list. Perhaps you want export()?" -msgstr "" - -msgid "'file' must be a character vector" -msgstr "" - -msgid "'file' must have a %s placehold" -msgstr "" - -msgid "All elements of 'x' must be named or all must be unnamed" -msgstr "" - -msgid "Names of elements in 'x' are not unique" -msgstr "" - -msgid "'file' must be same length as 'x', or a single pattern with a %s placeholder" -msgstr "" - -msgid "File names are not unique" -msgstr "" - -msgid "Export failed for element %d, filename: %s" -msgstr "" - -msgid "data.table::fwrite() does not support writing to connections. Using utils::write.table() instead." -msgstr "" - -msgid "Columns:" -msgstr "" - -msgid "'x' must be a data.frame, list, or environment" -msgstr "" - -msgid "%s format not supported. Consider using the '%s()' function" -msgstr "" - -msgid "Import support for the %s format is exported by the %s package. Run 'library(%s)' then try again." -msgstr "" - -msgid "Format not supported" -msgstr "" - -msgid "'x' is not a data.frame" -msgstr "" - -msgid "No such file" -msgstr "" - -msgid "'data.table = TRUE' argument overruled. Using setclass = '%s'" -msgstr "" - -msgid "Import failed for %s" -msgstr "" - -msgid "Import failed for %s from %s" -msgstr "" - -msgid "Attempt to rbindlist() the data did not succeed. List returned instead." -msgstr "" - -msgid "data.table::fread() does not support reading from connections. Using utils::read.table() instead." -msgstr "" - -msgid "Ambiguous file format ('.dat'), but attempting 'data.table::fread(\"%s\")'" -msgstr "" - -msgid "Import of fixed-width format data requires a 'widths' argument. See ? read.fwf()." -msgstr "" - -msgid "File imported using load. Arguments to '...' ignored." -msgstr "" - -msgid "Dump file contains multiple objects. Returning first object." -msgstr "" - -msgid "File imported using readRDS. Arguments to '...' ignored." -msgstr "" - -msgid "Rdata file contains multiple objects. Returning first object." -msgstr "" - -msgid "Import of Fortran format data requires a 'style' argument. See ? utils::read.fortran()." -msgstr "" - -msgid "The following arguments were ignored for read_ods:" -msgstr "" - -msgid "Requested table exceeds number of tables found in file (" -msgstr "" - -msgid ")!" -msgstr "" - -msgid "Unrecognized file format. Try specifying with the format argument." -msgstr "" - -msgid "'file' is not a string" -msgstr "" - -msgid "'file' has no extension" -msgstr "" - -msgid "last record incomplete, %d line discarded" -msgid_plural "last record incomplete, %d lines discarded" -msgstr[0] "" -msgstr[1] ""