fakemake 1.11.1
- Fixed CRAN notes on Escaped LaTeX specials.
fakemake 1.11.0
- Package fritoolsback on CRAN.
- Removed suggested package packager.
- Removed deprecated function package_makelist().
fakemake 1.10.4
- Fixed testing for makelist2igraph()(for igraph
1.3.0).
fakemake 1.10.3
- Explicitly import fritools::touch()as CRAN flavours
r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc,
r-patched-solaris-x86, r-release-macos-x86_64 and r-oldrel-macos-x86_64
give a note elsewise.
fakemake 1.10.2
- Removed LazyData from file DESCRIPTION.
fakemake 1.10.1
- Bugfix on warnings and errors: These were overwriting the normal
logging output, we now use cat(..., append = TRUE)instead
ofwriteLines()to avoid doing so.
- Now importing package fritools.
fakemake 1.10.0
- Function make()now throws an error if a target’s
recipe fails.
- Function make()now throws an error if a target’s
recipe throws awarning()and the new argumentstop_on_warningis set toTRUE.
- Added argument verbositytomake()to set
the level of verbosity triggered byverbose = TRUE.
- Added argument unconditionallytomake(),
which allows you to run a target’s code unconditionally on the target’s
prerequisites, mocking GNU make’s option--touch. Seemakeexamples section.
fakemake 1.9.0
fakemake 1.8.1
- Removed callrandwithrfrom the
Depends-Field in file DESCRIPTION.
fakemake 1.8.0
- Removed deprecated functions get_pkg_archive_path,check_archiveandcheck_archive_as_cranthat
are now in packager.
- Fixed testing via gitlab-ci.
fakemake 1.7.2
- Fix help links to package callrfollowing request
Deepayan Sarkar (see
https://deepayan.github.io/tmp/topichelp/funs.html).
fakemake 1.7.1
- Skipping RUnit testing on non-Windows and non-Linux platforms. CRAN
reported errors in testing on MacOS X only.
fakemake 1.7.0
- Functions check_archive,check_archive_as_cranandget_pkg_archive_pathare now deprecated: they have moved to CRAN packagepackager. Their documentation is tagged as internal.
- Tagged documentation for functions read_makefile,write_makefile,sink_allandtouchas internal.
- Changed the default to function make’sverboseoption toFALSE.
- Added arguemnt dry_runto functionmakethat mocks make’s -n option (i.e. “Don’t actually run any recipe; just
print them.”).
fakemake 1.6.0
- Added functions add_target,get_targetandremove_targetto facilitate the manipulation of
makelists.
fakemake 1.5.0
- Package makelist “package” (and its alias “standard”) now includes
testthat and runit.
- Package makelist “cran” (and its alias “vignette”) now excludes
testthat.
- Target “cleanr” now catches errors thrown by package cleanr.
fakemake 1.4.2
- Changed coverage code in the package makelists to detach package
after covering.
- Splitted the vignette into two.
- Fixed target “build” in provide_make_list().
- Fixed tryCatch-Targets to write to log-directory.
- For verbose = TRUE, the current make target is now being
reported.
- Package make target cyclocomp now requires roxygen.
- Added a package makelist cranthat omits cyclocomp and
now using it in vignette.
fakemake 1.4.1
- Suggest rather than import pkgbuild.
fakemake 1.4.0
- Adjusted to devtools 2.0.0 (devtools was split into several
packages).
fakemake 1.3.0
- Added cyclocomp to the “package” makelist.
fakemake 1.2.0
- Added make_list “standard”, enhancing “package” by adding the
creation of the log directory and using it as prerequisite.
fakemake 1.1.0
- Fixed recursive treatment of argument verboseto
functionmake.
- Fixed internal function package\_makelistto usingdevtools::testinsteadtestthat::test_packagedirectly (the former is a wrapper to the latter).
- Now package\_makelistis printing output from roxygen2,
testthat, cleanr and devtools::build to harmonize logs.
fakemake 1.0.2
- Disabled RUnit tests for OSX and R Versions older than 3.4.0.
fakemake 1.0.1
- Replaced file.show(x, pager = “cat”) with cat(readLines(x), sep =
“"n) in examples as they did not pass checks on windows.
- Fixed example path for windows.
fakemake 1.0.0
- Added a NEWS.mdfile to track changes to the
package.