Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (22m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-28 03:51:28 UTC Now

2016-04-16 14:52:15 UTC MAIN commitmail json YAML

Update to 1.3

Upstream changes:
CHANGES IN formatR VERSION 1.3

NEW FEATURES

o `tidy_source()` can deal with multibyte characters that cannot represented
in the system native encoding now (on Windows)

o `usage()` works for functions obtained from `::` or `:::` now, e.g.
`usage(formatR::tidy_source)`

  CHANGES IN formatR VERSION 1.2

MAJOR CHANGES

  o the minimal required R version is 3.0.2 now

  CHANGES IN formatR VERSION 1.1

NEW FEATURES

  o added a new argument `output` to usage()

BUG FIXES

  o fixed yihui/knitr#918: when code is NULL, parse() will hang (with a question
  mark waiting for input)

(wen)