Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Releases: coatless-mac/r-macos-clang

From the Ashes

26 Mar 04:17
Compare
Choose a tag to compare

Signed installer for R on macOS

27 Sep 14:41
Compare
Choose a tag to compare
  • Featured in this update is a signed installer.
    • Previously, users had to check either the MD5 hash or the SHA256 hash of the installer to determine if it is genuine.
    • Nowadays, the installer can be verified as genuine by the lock icon in the upper right corner since the installer is signed with development credentials.
    • Financial support was provided to sign the installer by Professor Timothy Bates of the University of Edinburgh.

Pathing Update for Different CXX Standards

26 Aug 16:43
Compare
Choose a tag to compare

Bug Fix

  • This is primarily a bug fix to resolve $CXX not being set appropriately.
    • To address this, the location of the compiler is explicitly filled in for each CXX** standard.

README corrections

02 Aug 21:58
Compare
Choose a tag to compare

BUGFIXES

  • Corrected heredoc in README
  • Updated SHA 256 of installer

Pathing update

30 Jul 23:09
Compare
Choose a tag to compare

Features

  • Intelligently detecting if LDPATHS already contains: -L/usr/local/clang4/lib
  • Setups compiler redirect for C++ standards outside of C++98 (e.g. CXX**) to use CXX.

clang4 binary installer for R on macOS

30 Jul 22:52
Compare
Choose a tag to compare

Features

  • GUI Installer
  • Unpacks a set of pre-made binary files into the /usr/local/clang4 directory
  • Sets the proper paths for CC, CXX and LDFLAGS in the ~/.R/Makevars file.