Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ export(install_directory_x86_64_r_version_4_3)
export(install_directory_xcode_app)
export(install_directory_xcode_cli)
export(is_gfortran_installed)
export(is_openmp_installed)
export(is_xcode_app_installed)
export(is_xcode_cli_installed)
export(macos_rtools_install)
export(macos_rtools_uninstall)
export(openmp_install)
export(openmp_test)
export(openmp_uninstall)
export(openmp_version)
export(recipes_binary_install)
export(tar_package_install)
export(xcode_cli_install)
Expand Down
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# macrtools 0.0.6.1

## Features

- Added `openmp_*()` to install the LLVM OpenMP library for macOS. ([#10](https://github.com/coatless-mac/macrtools/issues/10))
- `openmp_install()` to install the OpenMP library and set flags in `~/.R/Makevars`.
- `openmp_uninstall()` to uninstall the OpenMP library and set flags in `~/.R/Makevars`.
- `openmp_test()` for detailed overview of OpenMP install.
- `is_openmp_installed()` to check if the OpenMP library is installed.

## Bug Fixes

- Fixed `macrtools::macos_rtools_install()` erroring during the summary
portion.

# macrtools 0.0.6

## Features
Expand Down
Loading
Loading