Code review;
The rvest package is now a dependency.
Code review;
Bug fix: adding missing symbolic links in the else statement of
the compiler_r
function. compiler_r
is an
internal function used by the rcompiler
function.
Code review;
Bug fix in submission 0.2.7. Function not imported in the NAMESPACE file.
Code review;
Bugs have been fixed;
Add rnews
function. This function will allow the
user to view the changes in the recent release versions of the R
language. It is also possible to check the changes in the development
version of R. It is an alternative to the news
function.
Code review;
Bugs have been fixed.
Code review;
Bugs have been fixed;
It is no longer necessary to enter the ROOT password several times;
The arguments with_blas
and
complementary_flags
have been added which allows the
modification of some compilation flags;
The version_openblas
argument of the
rcompiler()
function has been removed. The
rcompiler()
function now keeps the pre-configured version
of OpenBLAS or links the newest version of the OpenBLAS library to
R;
The fs package was removed as a dependency.
Code review;
Identifying bugs;
Implementing the link_again()
function. This
function will allow you to link the R language again with the OpenBLAS
library without having to recompile the OpenBLAS library. The
link_again()
function will be useful in situations where
the operating system decouples the library from the OpenBLAS library.
This is common in situations where the BLAS library binary file is
updated.
Code review;
Improve code efficiency.
last_version_openblas()
function will be
added.Code review;
Highlighting some messages;
In the tests performed, apparently an error will not break the installed version of R.
Function last_version_r(major = 3L)
implemented.
Given the higher version, the function will return the latest stable
version of the R language. Major release number of R language (eg.
1L
, 2L
, 3L
, …);
The rcompiler()
function has been exported. This
function is responsible for compiling a version of the R
language;
It now depends on the version of R >= 3.1.0;
Compiled versions of R will be kept. When attempting to compile a previously compiled version, you will be given the option to only switch between versions of R without compiling;
An alert will be issued when attempting to compile and link a version of R earlier than version 3.6.1. The user will have to respond three times that they are aware that they will not be able to use the ropenblas package to return to a newer version of R.
Maintenance release;
General documentation improvements;
Check if there is no internet connection;
The ropenblas()
function documentation describes the
details of changes that are made to the system;
The ropenblas()
function is capable of suggesting a
stable and newer version of the OpenBLAS library. The user can decide
whether to use the latest version or the one of his choice. By default
if no argument is passed to the ropenblas()
function, the
latest version of the OpenBLAS library will be considered.