Skip to content

Commit de9684b

Browse files
Bump version to 1.0.5.9000
1 parent 2194147 commit de9684b

File tree

2 files changed

+170
-2
lines changed

2 files changed

+170
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: rrclust
22
Type: Package
33
Title: Clustering the Swiss Pension Register
4-
Version: 1.0.5
5-
Date: 2022-09-27
4+
Version: 1.0.5.9000
5+
Date: 2023-04-20
66
Author@R: person("Layal Christine", "Lettry", email = "[email protected]")
77
Maintainer: Layal Christine Lettry <[email protected]>
88
Description: This package allows to cluster the Swiss Pension Register by using the Kamila clustering method.

NEWS.md

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,173 @@
11
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->
22

3+
# rrclust 1.0.5.9000
4+
5+
## Bug fixes
6+
7+
- Replace length.out with by.
8+
9+
- Fix partial argument matching in seq().
10+
11+
- Fix partial matching argument.
12+
13+
- Delete multiplot.R.
14+
15+
- Fix partial matching problems.
16+
17+
- Add plotOps functino definition.
18+
19+
- Remove 'fs::dir_create' and replace with dir_create.
20+
21+
- Remove 'fs::dir_copy' and replace with dir_copy.
22+
23+
- Remove 'library(grid)'.
24+
25+
- Remove 'library(Hmisc)'.
26+
27+
- Remove 'library(fst) read_fst' and replace with read_fst.
28+
29+
- Remove 'data.table::fwrite' and replace with fwrite.
30+
31+
- Remove 'library(fst) write_fst' and replace with write_fst.
32+
33+
- Remove 'Hmisc::bystats' and replace with bystats.
34+
35+
- Remove 'Hmisc::describe' and replace with describe.
36+
37+
- Remove 'DiagrammeR::render_graph' and replace with render_graph.
38+
39+
- Remove 'DiagrammeR::add_global_graph_attrs' and replace with add_global_graph_attrs.
40+
41+
- Remove 'DiagrammeR::create_graph' and replace with create_graph.
42+
43+
- Remove 'DiagrammeR::create_node_df' and replace with create_node_df.
44+
45+
- Fix email and title in DESCRIPTION.
46+
47+
- Replace by the native pipe.
48+
49+
- Remove default container.
50+
51+
- Move scripts to inst/scripts/.
52+
53+
- Fix url rrclust logo.
54+
55+
## Features
56+
57+
- Add missing functions read_utf8 and invalid_utf8.
58+
59+
- Style all package files.
60+
61+
## Build system, external dependencies
62+
63+
- Add missing dependencies for plotOps.
64+
65+
- Add dependency to fs dir_create.
66+
67+
- Add dependency to fs dir_copy.
68+
69+
- Add dependency to Hmisc bystats.
70+
71+
- Add dependency to Hmisc describe.
72+
73+
- Add dependency to DiagrammeR render_graph.
74+
75+
- Add dependency to DiagrammeR add_global_graph_attrs.
76+
77+
- Add dependency to DiagrammeR create_graph.
78+
79+
- Add dependency to DiagrammeR create_edge_df.
80+
81+
- Add dependency to DiagrammeR create_edge_df.
82+
83+
- Add dependency to DiagrammeR create_node_df.
84+
85+
- Add new global variables and dependencies.
86+
87+
- Add new globals.
88+
89+
- Add more dependencies.
90+
91+
- Remove import caTools kamila and data.table.
92+
93+
- Add more global variables.
94+
95+
- Add more dependencies.
96+
97+
- Add dependencies and global variables with.
98+
99+
## Chore
100+
101+
- Add inst/scripts/* to .gitignore.
102+
103+
## Documentation
104+
105+
- Update Rd file.
106+
107+
- Remove unncessary return in DESCRIPTION.
108+
109+
- Rewrite DESCRITPTION description field.
110+
111+
- Update Rd files.
112+
113+
114+
115+
- Update Rd files.
116+
117+
- Add missing documentation.
118+
119+
- Update Rd files.
120+
121+
- Fix non working link.
122+
123+
- Update Rd files.
124+
125+
- Write all missing arguments documentation.
126+
127+
- Remove documented arguments not in usage.
128+
129+
- Update Rd files.
130+
131+
- Style file.
132+
133+
- Fix missing parameter definition.
134+
135+
- Update Rd files and NAMESPACE.
136+
137+
- Fix missing parameter definition and fix typos.
138+
139+
- Fix missing parameter definition and fix typos.
140+
141+
- Update Rd file.
142+
143+
- Update Rd file.
144+
145+
- Update Rd file.
146+
147+
- Add parameter doc.
148+
149+
- Update the man Rd file for the new title.
150+
151+
- Update man folder.
152+
153+
- Add precision to README.
154+
155+
- Fix titles size.
156+
157+
- Update README.
158+
159+
- Update NEWS.
160+
161+
## Uncategorized
162+
163+
- Merge pull request #1 from asam-group/rrclust_lyl.
164+
165+
Add logo and R CMD check package
166+
167+
- Merge branch 'rrclust_llc' of github.com:asam-group/rrclust into rrclust_llc.
168+
169+
170+
3171
## Bug fixes
4172

5173
- Fix url rrclust logo.

0 commit comments

Comments
 (0)