File: CHANGELOG

package info (click to toggle)
r-cran-udunits2 0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 404 kB
  • sloc: xml: 2,429; ansic: 167; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,366 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
0.13: Replaces packageStartupMessage with a warning (when unable to load XML files at load time)

0.12: Addresses further install issues for Windows
  - On Windows, builds agains the rwinlib mingw-w64 binary archive if udunits
    system lib are not found (thanks to Jeroen Ooms!)
  - Suppresses incorrect warnings at package load time with respect to the
    udunits2 units database. Reverts back to using package .onLoad()
    (thanks to Edzer Pebesma!)

0.11: Addresses minor install issues
  - Includes Makevars.win in the repo
  - Removes unused variable from C source

0.10: Changes .onLoad to .onAttach and adds a cleanup script

0.9: Updates to make loading more robust on binary installs
  - Switches LIBS flags in configure script so path is set before requiring the libs
  - Updates XML files to come from udunits v2.2.20
  - Modifies the process of loading a units system (tries to load from package data if the UDUNITS2_XML_PATH is unset or wrong)

0.8: Moved runtime files to inst/share per Kurt Hornik's recommendation

0.7: Updates to build to fix CRAN notes and Windows build issues
  - Updated URLs in man pages
  - Added .Rbuildignore file
  - Updated configure script to be modeled after https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Configure-example
  - Updated load.R and Makevars per suggestions by Brian Ripley and Uwe Ligges