Releases: fmichonneau/foghorn
foghorn 1.2.1
v1.2.1
- The number of CRAN check flavors is back to 12. A new function
n_cran_flavors
reads the table on the CRAN website that lists the number of
flavors, caches, and returns this number. This is a more robust way to ensure
that the number of flavors (used in the package) is always accurate.
foghorn 1.1.5
v1.1.5
- internally replaced
as.tibble
withas_tibble
foghorn 1.1.4
The number of CRAN check flavors is now 13. Code and tests have been adjusted to take this change into account.
foghorn 1.1.3
v1.1.3
New feature
- The documentation of
cran_incoming()
is improved (#35 by @bbolker). - The folder
waiting
in the CRAN submission queue wasn't documented and could
not be inspected by using the argumentfolders
in the function
cran_incoming()
(#35 by @bbolker and #38, reported by @HenrikBengtsson).
Other changes
foghorn 1.1.0
v1.1.0
New features
- The output of
cran_incoming
now includes the date/time (contribution by
@bbolker, #30) foghorn
respects the CRAN mirror set by the users instead of using
https://cran.r-project.org
.- When a failure (other than 404) occurs while trying to obtain the data for a
package,foghorn
will retry up to three times.
Bug fixes
foghorn
would, in some cases, return that a valid package name published on
CRAN did not exit (#29, @zkamvar).- The recent
newbies
folder found on the CRAN FTP incoming server has been
added to the list of places to check packages in CRAN's submisison queue
(#32). - When a package only had "additional issues", the summary functions would
report that everything was clear (#33, @coatless)
foghorn v1.0.2
v1.0.2
New features
Bug fixes
- Don't display progress bar in non-interactive mode for file download.
Other changes
- The
noemail
folder has been removed from the CRAN FTP incoming server.
cran_incoming()
has been updated to reflect this change. foghorn
has an hex logo. Thanks to Maëlle Salmon for feedback on initial
design.
foghorn v1.0.1
v1.0.1
New features
-
Add
cran_incoming()
to retrieve the list of packages currently in the CRAN
incoming queue. Feature requested by @krlmlr, #24. -
foghorn
is now compatible with R >= 3.1. Suggested by @jimhester, #26.
foghorn v1.0.0
v1.0.0
API changes
check_cran_results()
andshow_cran_results()
are deprecated in favor of
cran_results()
andsummary_cran_details()
respectively.
New features
-
Add initial support for https://cranchecks.info as a data source (not
exported/tested at this stage). -
Take into consideration issues other than memtest when parsing the HTML CRAN
check page. -
Add argument
print_ok
tosummary()
method forcran_results
that can
optionally print an "all clear" message when all CRAN checks return "OK" for a
package. -
A progress bar is displayed when the RDS files are being downloaded from CRAN
if the progress package is installed
(#17). -
The version number of the packages are displayed in
cran_details()
. -
All the functions return tibbles, with column names in lower case.
Bugs fixed
foghorn v0.4.4
v0.4.4
- CRAN has merged memtest notes with a new "other issues" that run valgrind and
other memory tests on multiple platforms/compilers. Therefore, memtest is
renamed "other issues".
foghorn v0.4.2 -- initial CRAN release
Initial release on CRAN