Last updated on 2018-10-21 16:48:24 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.7 | 4.69 | 65.91 | 70.60 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.7 | 4.85 | 59.68 | 64.53 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.2.7 | 66.04 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.7 | 91.12 | WARN | |||
r-devel-windows-ix86+x86_64 | 0.2.7 | 13.00 | 103.00 | 116.00 | OK | |
r-patched-linux-x86_64 | 0.2.7 | 5.50 | 69.65 | 75.15 | WARN | |
r-release-linux-x86_64 | 0.2.7 | 4.96 | 68.79 | 73.75 | WARN | |
r-release-windows-ix86+x86_64 | 0.2.7 | 14.00 | 96.00 | 110.00 | OK | |
r-release-osx-x86_64 | 0.2.7 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.7 | 9.00 | 112.00 | 121.00 | OK | |
r-oldrel-osx-x86_64 | 0.2.7 | ERROR |
Version: 0.2.7
Check: examples
Result: WARN
Found the following significant warnings:
Warning: 'create' is deprecated.
Warning: 'setup' is deprecated.
Warning: 'create_description' is deprecated.
Warning: 'create' is deprecated.
Warning: 'setup' is deprecated.
Warning: 'create_description' is deprecated.
Warning: 'create' is deprecated.
Warning: 'setup' is deprecated.
Warning: 'create_description' is deprecated.
Warning: 'create' is deprecated.
Warning: 'setup' is deprecated.
Warning: 'create_description' is deprecated.
Deprecated functions may be defunct as soon as of the next release of
R.
See ?Deprecated.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.2.7
Check: examples
Result: ERROR
Running examples in ‘msgtools-Ex.R’ failed
The error most likely occurred in:
> ### Name: msgtools
> ### Title: Tools for developing diagnostic messages
> ### Aliases: msgtools msgtools-package use_localization
> ### Keywords: package
>
> ### ** Examples
>
> # create example package
> pkg <- dummy_pkg()
Creating package 'translateme' in '/private/tmp/RtmpE0Do9F'
No DESCRIPTION found. Creating with values:
Package: translateme
Title: An Example Package
Version: 0.0.0.9000
Authors@R: person("First", "Last", email = "first.last@example.com", role = c("aut", "cre"))
Description: Demonstrates 'msgtools' functionality
Depends: R (>= 3.4.0)
License: Unlimited
Encoding: UTF-8
LazyData: true
BugReports: https://github.com/RL10N/msgtools/issues
>
> # get messages in memory
> get_messages(pkg = pkg)
# A tibble: 8 × 4
msgid msgid_plural type file
<chr> <chr> <chr> <chr>
1 As I was going to St. Ives <NA> direct R/fns.R
2 Every wife had %d sacks <NA> direct R/fns.R
3 Every sack had <NA> direct R/fns.R
4 cats <NA> direct R/fns.R
5 Every cat had %d kits <NA> direct R/fns.R
6 Kits, cats, sacks, and wives <NA> direct R/fns.R
7 How many were going to St. Ives? <NA> direct R/fns.R
8 I met a man with %d wife I met a man with %d wives countable R/fns.R
> # spell check messages
> spell_check_msgs(pkg = pkg)
# A tibble: 0 × 4
# ... with 4 variables: message <chr>, misspelling <chr>, file <chr>,
# suggestions <list>
>
> # setup pkg for localization
> use_localization(pkg = pkg)
>
> # make a translation
> tran <- make_translation("es", translator = "Some Person <example@examle.com>", pkg = pkg)
Updating the PO-Revision-Date to ‘2017-04-21 02:21:53-0400’.
Updating the Language-Team to ‘’.
> write_translation(tran, pkg = pkg)
>
> # install translation(s)
> check_translations(pkg = pkg) # check for errors before install
$`R-es`
No errors
> install_translations(pkg = pkg)
sh: msgfmt: command not found
Warning in install_translations(pkg = pkg) :
running msgfmt on R-es.po failed
Updating the PO-Revision-Date to ‘2017-04-21 02:21:53-0400’.
Updating the Language-Team to ‘’.
sh: msgconv: command not found
Error in install_translations(pkg = pkg) :
running msgconv on 'R-en@quot' UTF-8 localization failed
Execution halted
Flavor: r-oldrel-osx-x86_64
Version: 0.2.7
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
sh: xgettext: command not found
sh: msgmerge: command not found
sh: msgmerge: command not found
sh: msgfmt: command not found
sh: msgconv: command not found
Quitting from lines 136-138 (Tutorial.Rmd)
Error: processing vignette 'Tutorial.Rmd' failed with diagnostics:
running msgconv on 'R-en@quot' UTF-8 localization failed
Execution halted
Flavor: r-oldrel-osx-x86_64