R Weekly 2017–40 Release Name, Equation, Map

R Weekly
R Weekly
Published in
4 min readOct 2, 2017

Highlight

R in the Real World

Insights

New Packages

Go Live for More New Pkgs

  • huskydown — An R Markdown template using the bookdown package for preparing a PhD thesis at the University of Washington ( github.com )
  • mapsapi — ‘sf’-Compatible Interface to ‘Google Maps’ APIs ( cran.r-project.org )
  • ciTools — An R Package for Quick Uncertainty Intervals ( github.com )

Package Releases

R in Organizations

Resources

Tutorials

R Project Updates

Updates from R Core: ( developer.r-project.org )

  • glm() and glm.fit get the same singular.ok=TRUE argument that lm() has had forever.
  • raw(0) & raw(0) now returns raw again; ditto for |.
  • A workaround has been added for the change in location of time-zone files on macOS 10.13 High Sierra, so the default time zone is deduced correctly from the system setting when R is configured with --with-internal-tzcode (the default on macOS).
  • Writing R Extensions documents macros MAYBE_REFERENCED, MAYBE_SHARED and MARK_NOT_MUTABLE that should be used by package C code instead NAMED or SET_NAMED.
  • The object header layout has been changed to support merging the ALTREP branch. This requires re-installing packages that use compiled code.

Quotes of the Week

--

--