Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MIRACUM
misc
DIZtools
Commits
dd9b728f
Commit
dd9b728f
authored
2 years ago
by
kapsner
Browse files
Options
Download
Email Patches
Plain Diff
chore: news.md now with autonewsmd package
parent
9da97d8a
main
dev
v1.0.1
v1.0.0
v0.0.8
v0.0.7
v0.0.6
No related merge requests found
Pipeline
#41493
failed with stages
in 3 minutes and 31 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitignore
+0
-1
.gitignore
DESCRIPTION
+2
-2
DESCRIPTION
NEWS.md
+194
-92
NEWS.md
data-raw/devstuffs.R
+14
-10
data-raw/devstuffs.R
diztools.Rproj
+1
-1
diztools.Rproj
with
211 additions
and
106 deletions
+211
-106
.gitignore
+
0
-
1
View file @
dd9b728f
...
...
@@ -27,4 +27,3 @@
!/.github/
!/NEWS.md
!/cran-comments.md
.Rproj.user
This diff is collapsed.
Click to expand it.
DESCRIPTION
+
2
-
2
View file @
dd9b728f
Package: DIZtools
Title: Lightweight Utilities for 'DIZ' R Package Development
Version: 0.0.5.900
4
Date: 2022-08-
29
Version: 0.0.5.900
5
Date: 2022-08-
30
Authors@R: c(
person("Jonathan M.", "Mang", , "jonathan.mang@uk-erlangen.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0518-4710")),
...
...
This diff is collapsed.
Click to expand it.
NEWS.md
+
194
-
92
View file @
dd9b728f
# DIZtools NEWS
## Unreleased (2022-08-
29
)
## Unreleased (2022-08-
30
)
#### New
F
eatures
#### New
f
eatures
*
added
`paste2`
function with
`collapse_last`
argument
*
added new function
`number_to_position()`
#### Refactorings
-
added
`paste2`
function with
`collapse_last`
argument
(
[
144fdf3
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/144fdf3c2a288e6f8d9a37cd113632f76375184e
)
)
-
added new function
`number_to_position()`
(
[
50d44ba
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/50d44bae0603b654cc8a6a3b78599609c490662b
)
)
-
added logo
(
[
09c809d
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/09c809d6d3d6cd531e2d9cd1d413701fa9f85e4d
)
)
-
added function
`check_if_unique_rows`
(
[
bd648a5
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/bd648a5975d7bbea615e4b172515cd96a52732db
)
)
*
slightly changed print format output of
`get_current_timestamp()`
#### Docs
#### Bug fixes
*
updated news
#### Others
-
`is.empty()`
can now handle lists in lists
(
[
41a2ba7
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/41a2ba7ed1add31bea23c79d6f0f382cf8a4551f
)
)
-
importing data.table now for check
\_
if
\_
unique
\_
rows
(
[
c0f8b69
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/c0f8b692090a7a40bb50d8024582e891aeb5aea4
)
)
-
feedback function broke after calling
`close_all_connections()`
(
[
9938688
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/9938688448a29e3a423d1c0afbb260357cd926c4
)
)
#### Refactorings
*
updated gha
*
updated gha
*
new dev version
-
slightly changed print format output of
`get_current_timestamp()`
(
[
1d3fa75
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/1d3fa75728c2398619236b4a16ebf1a4c8d505f2
)
)
Full set of changes:
[
`v0.0.5...144fdf3`
](
https://gitlab.miracum.org/miracum/misc/diztools/compare/v0.0.5...144fdf3
)
#### Tests
## v0.0.5 (2022-05-18)
-
added test for
`paste2`
(
[
746e86d
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/746e86df47c42f6381b8eee35684cf7a5fa57eb4
)
)
####
New Features
####
CI
*
added logo
*
added function
`check_if_unique_rows`
#### Fixes
-
added deps for devtools
(
[
9da97d8
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/9da97d8a298c2efb471bce34cf9d80b303b26457
)
)
-
updated gha
(
[
d2bd984
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/d2bd9847acef9e3ee02ae202ff0e23748d35fa84
)
)
-
updated gha
(
[
808bafc
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/808bafcc3c31ecf06b47b090f582a3a9459e0c65
)
)
*
`is.empty()`
can now handle lists in lists
*
importing data.table now for check_if_unique_rows
*
feedback function broke after calling
`close_all_connections()`
#### Docs
*
added default parameter for stop
*
updated news
#### Others
-
added default arguments from
`paste`
also to
`paste2`
(
[
6886525
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/688652517403ba3860760dea565109c9bbabb8af
)
)
-
updated news.md
(
[
25af516
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/25af5163f282d1bcc01e573020904a921be30596
)
)
-
updated news
(
[
bd90fea
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/bd90fea1b1605dcd4733108bc55781958edbcc24
)
)
-
added default parameter for stop
(
[
784a99e
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/784a99ee041a3af61ab29abdba7bcaf131509166
)
)
-
updated news
(
[
85ffca4
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/85ffca4330fb28ddb8752ddb551ce9ceb5f5e4cc
)
)
#### Other changes
-
added reference to SO for pattern
(
[
c0c3435
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/c0c3435d6a0feaec4b313ea25cfa09706b137f01
)
)
-
new dev version
(
[
1106ff6
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/1106ff6ce31297ec014c8aa45d31273a291fc38d
)
)
-
new release
`v0.0.5`
(
[
0aa2060
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/0aa2060d445db21e559d825c039705f2dd0c27ab
)
)
-
updated news.md
(
[
9bc5a61
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/9bc5a61a845fa4ecef196ca2e625e67979834de6
)
)
-
comment out logo creation to have png-file not altered at every
devstuffs run
(
[
1152dbd
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/1152dbd04046d68993414618ea1b13f185866fdf
)
)
-
updated logo
(
[
842364c
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/842364ca5d56247f02b160c5148018333ced6ba0
)
)
-
added rplots.pdf to rbuildignore
(
[
17dc982
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/17dc982ab1559b6d26b793f0482bd02676f1e8af
)
)
-
updated news.md
(
[
799b2db
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/799b2db4778670d1432bb120ad78ec4c4220d6f1
)
)
-
merged origin/dev
(
[
f527fde
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/f527fdeb51d647d4b50b499b77d415e7866176a7
)
)
-
updated devstuffs to get auto-changelog working again
(
[
bade22c
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/bade22cab4e2778bd528cf036f9fa4cd7e7aa2f5
)
)
-
removed console print in case of new logfile
(
[
029f0b1
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/029f0b1c3fca557be25d69a96b81099dd036eb19
)
)
-
added
`print_invalid_rows`
logic to function
`check_if_unique_rows`
(
[
fec7c0b
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/fec7c0b6a07f7aa36e2bc9cf90d4e08466cc235c
)
)
-
updated news md
(
[
c40e2fb
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/c40e2fb7828a5b6bbb5053f16bdf748654e07d65
)
)
Full set of changes:
[
`v0.0.4...9da97d8`
](
https://gitlab.miracum.org/miracum/misc/diztools.git/compare/v0.0.4...9da97d8
)
*
new release
`v0.0.5`
*
updated news.md
*
comment out logo creation to have png-file not altered at every devstuffs run
*
updated logo
*
added rplots.pdf to rbuildignore
*
updated news.md
*
merged origin/dev
*
updated devstuffs to get auto-changelog working again
*
removed console print in case of new logfile
*
added
`print_invalid_rows`
logic to function
`check_if_unique_rows`
*
updated news md
## v0.0.4 (2022-03-03)
Full set of changes:
[
`v0.0.4...v0.0.5`
](
https://gitlab.miracum.org/miracum/misc/diztools/compare/v0.0.4...v0.0.5
)
#### New features
## v0.0.4 (2022-03-03)
-
added
`trim.space()`
and
`vgsub()`
as functions
(
[
6376a9a
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/6376a9a5bfc6756ac1a20ff445eedba79d6d1a4d
)
)
-
added
`is.empty()`
function
(
[
a241b68
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/a241b68c1f3eb99709d3d18ef2181bf1166e9e5e
)
)
#### Bug fixes
-
global option now work for feedback
(
[
0042835
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/0042835a4dcff8bec58d05f5c87e441f66beae83
)
)
####
New Features
####
CI
*
added
`trim.space()`
and
`vgsub()`
as functions
*
added
`is.empty()`
function
#### Fixes
-
updated http –
>
https
(
[
2c321ed
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/2c321ed1bd41598b219afdb4a0b99e0e5078fd98
)
)
*
global option now work for feedback
#### Docs
*
updated news.md
*
updated news.md
#### Others
-
updated news.md
(
[
9246684
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/924668420f9099b911ab0ac8f6c861e905e74621
)
)
-
updated news.md
(
[
fce9ddf
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/fce9ddf635de801830ff9cc09cd4f49bfffebecd
)
)
*
updated http --> https
*
new release 0.0.4
#### Other changes
Full set of changes:
[
`v0.0.3...v0.0.4`
](
https://gitlab.miracum.org/miracum/misc/diztools/compare/v0.0.3...v0.0.4
)
-
new release 0.0.4
(
[
9661f74
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/9661f7465fd23c5fb3b89539970f8707c3b203ab
)
)
Full set of changes:
[
`v0.0.3...v0.0.4`
](
https://gitlab.miracum.org/miracum/misc/diztools.git/compare/v0.0.3...v0.0.4
)
## v0.0.3 (2022-02-24)
#### Refactorings
*
moved function
`clear()`
to new package
`cleaR::clear()`
-
moved function
`clear()`
to new package
`cleaR::clear()`
(
[
5600cd8
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/5600cd8e00a61fe4a1b4ceb2a35f4da84362d06f
)
)
#### Docs
*
added badges to readme again
#### Others
-
added badges to readme again
(
[
d935b3d
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/d935b3d3cab26e20d7d6fa75ee42feaef4678d0a
)
)
*
prep for cran release 0.0.3
*
updated readme, added examples
*
merged dev
#### Other changes
Full set of changes:
[
`v0.0.2...v0.0.3`
](
https://gitlab.miracum.org/miracum/misc/diztools/compare/v0.0.2...v0.0.3
)
-
prep for cran release 0.0.3
(
[
c522b39
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/c522b3970602ff1dd486db906531dc95c42ae5e3
)
)
-
updated readme, added examples
(
[
cda09ba
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/cda09baf9e149901e0a82c149a5138690581d0a1
)
)
-
merged dev
(
[
a247e7e
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/a247e7e09e023aa2d142c8f82439ee4535a2043c
)
)
Full set of changes:
[
`v0.0.2...v0.0.3`
](
https://gitlab.miracum.org/miracum/misc/diztools.git/compare/v0.0.2...v0.0.3
)
## v0.0.2 (2022-02-08)
#### Others
#### Other
change
s
*
cran version
*
added files to rbuildignore
-
cran version
(
[
ccc3382
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/ccc33824fa3f6f0f2312a14aaee16efa24570b96
)
)
-
added files to rbuildignore
(
[
64ff26e
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/64ff26e8570f2464959def7f2795b9ec15888926
)
)
Full set of changes:
[
`v0.0.1...v0.0.2`
](
https://gitlab.miracum.org/miracum/misc/diztools/compare/v0.0.1...v0.0.2
)
Full set of changes:
[
`v0.0.1...v0.0.2`
](
https://gitlab.miracum.org/miracum/misc/diztools.git/compare/v0.0.1...v0.0.2
)
## v0.0.1 (2022-02-07)
#### New Features
#### New features
-
added
`logger`
for console logging
(
[
6bfdc1d
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/6bfdc1d4958b1c1e96b1fb43701e2a16657fe0f5
)
)
-
added normalizepath to file.path calls
(
[
d201fd9
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/d201fd957738ce60f2f59680bf358caf552440f9
)
)
-
added option support for
`feedback`
function
(
[
6435e41
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/6435e41918b163d2f5b566ffa66e226ed71b241b
)
)
*
added
`logger`
for console logging
*
added normalizepath to file.path calls
*
added option support for
`feedback`
function
#### Fixes
#### Bug fixes
-
example errors and cran check corrections
(
[
7deca15
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/7deca15fddb203a0776f0328d396e32c69fa73eb
)
)
-
mustwork=FALSE to clean
\_
path
(
[
bee0484
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/bee0484d69403eb619ac980226da93915593360d
)
)
-
fixed some missing docs; cran checks should work now
(
[
66150e9
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/66150e92c39e02485b619a6ba3d4c4c7a701d2ca
)
)
*
example errors and cran check corrections
*
mustwork=FALSE to clean_path
*
fixed some missing docs; cran checks should work now
#### Refactorings
*
reverted to
`feedback`
instead of
`log`
(log is the logarithm :facepalm:
*
changed
`feedback()`
to
`log()`
-
reverted to
`feedback`
instead of
`log`
(log is the logarithm
:facepalm:
(
[
ef6024f
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/ef6024f62355d9032371b812183c94195852c5e5
)
)
-
changed
`feedback()`
to
`log()`
(
[
6e85d26
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/6e85d265a486226ec63bc2dfeacd99730c315b1e
)
)
#### Tests
-
moved unit tests for logging to diztools
(
[
0819da6
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/0819da6cfbd505e3f1807c75d1e43fa58c32a14e
)
)
#### Docs
*
updated spelling
*
updated news.md
*
updated rep2 function which was ahead in dizutils
#### Others
*
first cran submission
*
added re-creation of gitignore and buildignore
*
added reference to logger in feedback function info
*
updated all
`feedback`
references to
`log`
*
removed unnecessary dependency to rapportools
*
added mustwork-arg to normalizepath
*
enhancements to clean-path and log
*
added rapportools dependency; fixed śome linting errors
*
fixed typo in example caused failing tests
*
working on migrating logging functions; fixing errors with normalizepath
*
updated readme badge urls
*
shiny, shinyjs to suggests; removed call to installed.packages
*
updated news.md
*
updated licence statements
*
towards sufficient cran checks
*
first attempt for new package. Testing pending
*
first commit
*
moved unit tests for logging to diztools
-
updated spelling
(
[
f5c9143
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/f5c9143e18b46ffa7e79084bfb945f825b328e35
)
)
-
updated news.md
(
[
e8f923b
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/e8f923b85cc7e625ffda6977aa758bd75caf91c8
)
)
-
updated rep2 function which was ahead in dizutils
(
[
8c62eca
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/8c62eca249ca7a15124c70f5ef9f2bb921408265
)
)
#### Other changes
-
first cran submission
(
[
dd3ec38
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/dd3ec389e9a05f5766da6f84a4a94b3be9d132a0
)
)
-
added re-creation of gitignore and buildignore
(
[
8f8e7ab
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/8f8e7ab7bcd5dc38f8cba5d4f71048dd7bc7cb00
)
)
-
added reference to logger in feedback function info
(
[
660c6db
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/660c6dbb5caa386897b48b0290b7556cb7da15c0
)
)
-
updated all
`feedback`
references to
`log`
(
[
7fb1436
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/7fb1436288ffee98828731f296e5c30b7d93768d
)
)
-
removed unnecessary dependency to rapportools
(
[
f5835a8
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/f5835a8d2cf2ae67d8c1a30dbf28611206a508ae
)
)
-
added mustwork-arg to normalizepath
(
[
3e8f829
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/3e8f8297b89d168aa75ae4f2112ac21ac2e27563
)
)
-
enhancements to clean-path and log
(
[
08e82ce
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/08e82cee2c26a1eb7287a14fa20e42f190cc6007
)
)
-
added rapportools dependency; fixed śome linting errors
(
[
cd3207d
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/cd3207d8ca30ec089d01daf81312668907d70592
)
)
-
fixed typo in example caused failing tests
(
[
e40470b
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/e40470b92bee43b24c6adb9bf8ca5f3265acf407
)
)
-
working on migrating logging functions; fixing errors with
normalizepath
(
[
ca27ddb
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/ca27ddb8ae8f6148b757beaffa68131879fc3504
)
)
-
updated readme badge urls
(
[
2226ef2
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/2226ef2be5b7e6b6a67ef6a356a05f275c093f2a
)
)
-
shiny, shinyjs to suggests; removed call to installed.packages
(
[
04b22c0
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/04b22c0fcb4231576f7c6baa1121d5da3b1f3d13
)
)
-
updated news.md
(
[
bbdcaa6
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/bbdcaa652533c14c0df588d826905ec02a83941b
)
)
-
updated licence statements
(
[
0dec35e
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/0dec35ea45edf45a425d9eea47d5eb9018051b25
)
)
-
towards sufficient cran checks
(
[
c6907e5
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/c6907e51e1cefaaa981237889c76d4107bf68980
)
)
-
first attempt for new package. Testing pending
(
[
16d8048
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/16d8048360ec3f90ad6630b99acc225a700cc91e
)
)
-
first commit
(
[
6aa0e50
](
https://gitlab.miracum.org/miracum/misc/diztools.git/tree/6aa0e5086d602f236abaff33906cd433db8c1519
)
)
Full set of changes:
[
`6aa0e50...v0.0.1`
](
https://gitlab.miracum.org/miracum/misc/diztools.git/compare/6aa0e50...v0.0.1
)
This diff is collapsed.
Click to expand it.
data-raw/devstuffs.R
+
14
-
10
View file @
dd9b728f
...
...
@@ -32,7 +32,7 @@ my_desc$set_authors(c(
my_desc
$
del
(
"Maintainer"
)
my_desc
$
del
(
"LazyData"
)
# Set the version
my_desc
$
set_version
(
"0.0.5.900
4
"
)
my_desc
$
set_version
(
"0.0.5.900
5
"
)
# The title of your package
my_desc
$
set
(
Title
=
"Lightweight Utilities for 'DIZ' R Package Development"
)
# The description of your package
...
...
@@ -200,15 +200,19 @@ usethis::use_tidy_description()
# build|ci|docs|feat|fix|perf|refactor|test
# https://github.com/gitpython-developers/GitPython/issues/1016#issuecomment-1104114129
system
(
command
=
paste0
(
"git config --global --add safe.directory "
,
getwd
())
)
system
(
command
=
paste0
(
'auto-changelog -u -t "'
,
packagename
,
' NEWS" --tag-prefix "v" -o "NEWS.md"'
))
# system(
# command = paste0("git config --global --add safe.directory ", getwd())
# )
#
# system(command = paste0(
# 'auto-changelog -u -t "',
# packagename,
# ' NEWS" --tag-prefix "v" -o "NEWS.md"'
# ))
an
<-
autonewsmd
::
autonewsmd
$
new
(
repo_name
=
packagename
)
an
$
generate
()
an
$
write
()
badger
::
badge_cran_download
(
"DIZtools"
,
"grand-total"
,
"blue"
)
...
...
This diff is collapsed.
Click to expand it.
diztools.Rproj
+
1
-
1
View file @
dd9b728f
...
...
@@ -19,4 +19,4 @@ BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageCheckArgs: NOT_CRAN=F
PackageRoxygenize: rd,collate,namespace
,vignette
PackageRoxygenize: rd,collate,namespace
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help