kwb.pkgbuild 0.2.3 2022-10-24
-
Fix GitHub action worfklows:
-
fix continuous integration workflows (i.e.
pkgdown
,Rcmdcheck
,test-coverage
)), which were broken after 2022-10-15 due to unavailablemaster
branch in upstream dependency r-lib/actions. -
fix pkgdown GitHub actions workflow, which crashed during
build_news()
generation onwindows
due to anrecent change in Windows that has made it incompatible with old openssl servers
(thanks to @jeroen for that hint!) and @garborcsardi for this workaround!). For full discussion on this issue (which might be fixed in an upcoming pkgdown version 2.0.7) see pkgdown#2211
-
kwb.pkgbuild 0.2.2 2022-05-11
- GitHub actions: use
windows
as default operating system forpkgdown
(for building documentation website) andtest coverage
workflow instead ofmacosx
kwb.pkgbuild 0.2.1 2022-02-09
- Bugfix for correctly writing package documentation website URL to
_pkgdown.yml
kwb.pkgbuild 0.2.0 2022-01-20
-
Documentation website with
pkgdown (>= 2.0.2)
and new KWB website:-
Design: now using
bootstrap5
and colors slightly adapted to KWB design. -
URL to KWB logo was updated due to new website.
-
Attention: URLs to projects (including logos) need to be corrected manually (for old
_pkgdown.yml
files
-
-
Deleted functions for unused CIs
travis
andappveyor
kwb.pkgbuild 0.1.9 2021-09-10
- Fix
Rcmdcheck
workflow on GitHub Actions by explicitly adding default organisationGITHUB_PAT
kwb.pkgbuild 0.1.8 2021-07-13
- Add
use_badge_runiverse()
(for linking to https://kwb-r.r-universe.dev) if package is available and use forindex.md
andREADME.md
kwb.pkgbuild 0.1.7 2021-02-23
- Improve re-usability of Github Actions badges (for R package
kwb.pkgstatus
)
kwb.pkgbuild 0.1.6 2020-11-24
-
Add function
deploy_to_branch_with_extra_files()
for using github-actions to deploy to gh-pages (#73) -
Use GitHub Actions as default CI (#78) and removed support for Travis and Appveyor
kwb.pkgbuild 0.1.5 2020-10-09
-
Update default GitHub branch to
main
since 2020-10-01 (see: Article) -
add_creation_metadata
: write creation metadata in yaml format as default -
travis.yml template: add dependencies required for pkgdown (>= 1.6.1) installation
-
Update Travis-CI badges after migrating KWB-R build from travis-ci.org to .com (#72)
kwb.pkgbuild 0.1.4 2020-06-23
- Fix use_travis_deploy() to correctly generate key for using pkgdown on Travis to deploy to gh-pages (#70)
kwb.pkgbuild 0.1.3 2020-05-04
- Add functions missing in pkgdown (>= 1.5.0) required for deploy_site_github_with_extra_files()
kwb.pkgbuild 0.1.2 2019-09-17
- Fixed MIT LICENSE creation for CRAN (#60)
kwb.pkgbuild 0.1.1 2019-09-06
- Use .md instead of .Rmd due to changed workflow in pkgdown v1.4 (see: r-lib/pkgdown#1136)
kwb.pkgbuild 0.1.0 2019-09-04
-
Improved use in case of an existing R package (by reading information from DESCRIPTION file with function
kwb.pkgbuild::read_description
) -
Improved documentation generation (closes #6)
-
Changed
README.Rmd
toindex.Rmd
(used bypkgdown::build_home
) and added "Installation" chapter -
Added "Installation" chapter in
README.md
for Github repo site
-
-
Automatically convert package title to Title Case with
tools::toTitleCase()
-
Added a
NEWS.md
file to track changes to the package. -
See http://style.tidyverse.org/news.html for writing a good
NEWS.md