-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from KWB-R/dev
Release v0.4.0
- Loading branch information
Showing
201 changed files
with
1,347 additions
and
30,737 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,5 @@ | |
_pkgdown.yaml | ||
LICENSE\.md$ | ||
.gitlab-ci.yml | ||
README\.Rmd$ | ||
^index\.md$ | ||
^\.travis\.yml$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,31 @@ | ||
############################################################################## | ||
### Autogenerated with R package kwb.pkgbuild v0.1.1 | ||
### (installed from 'Github (kwb-r/kwb.pkgbuild@0ac3694)' source code on 2019-09-06) | ||
### by calling the function kwb.pkgbuild::use_travis() | ||
### (file created at: 2019-09-06 15:48:52) | ||
############################################################################## | ||
|
||
|
||
language: r | ||
r: | ||
- oldrel | ||
- release | ||
sudo: required | ||
cache: packages | ||
r_packages: | ||
- devtools | ||
- covr | ||
after_success: | ||
- Rscript -e 'covr::codecov()' | ||
- remotes | ||
- covr | ||
matrix: | ||
include: | ||
- r: devel | ||
- r: release | ||
after_success: | ||
- Rscript -e 'covr::codecov()' | ||
before_deploy: | ||
- Rscript -e 'remotes::install_cran("pkgdown")' | ||
deploy: | ||
provider: script | ||
script: Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)' | ||
skip_cleanup: 'true' | ||
on: | ||
branch: | ||
- master | ||
- dev | ||
- r: oldrel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,21 @@ | ||
Changes in kwb.db 0.1.1 | ||
========================= | ||
* xmdb now points to example database in this package not in kwb.base | ||
|
||
Changes in kwb.db 0.1.0 | ||
========================= | ||
* package created with functions that were originally in kwb.base | ||
Changes in kwb.db 0.4.0 (2019-11-03) | ||
==================================== | ||
* Use the package odbc32 by Vaclav Hausenblas in order to use Window's 32 bit | ||
ODBC driver from within a 64 bit R session. | ||
* Decrease the number of exported functions. | ||
TODO: Check if some functions need to be exported again as they may be used | ||
in some scripts that were/are used at KWB. | ||
|
||
2019-06-07 | ||
* give a warning when using deprecated functions hsOpenMdb(), hsCloseMdb() | ||
|
||
2019-06-06 | ||
* support 64 Bit in odbcConnectionAccess() | ||
|
||
Changes in kwb.db 0.1.1 | ||
======================= | ||
* xmdb now points to example database in this package not in kwb.base | ||
|
||
Changes in kwb.db 0.1.0 | ||
======================= | ||
* package created with functions that were originally in kwb.base |
Oops, something went wrong.