Skip to content

Commit bf5fd41

Browse files
Bump date
1 parent fcf3975 commit bf5fd41

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: gdata
2-
Version: 3.0.0
3-
Date: 2023-10-09
2+
Version: 3.0.1
3+
Date: 2024-10-22
44
Title: Various R Programming Tools for Data Manipulation
55
Authors@R: c(person(c("Gregory", "R."), "Warnes", role="aut", email="greg@warnes.net"),
66
person("Gregor", "Gorjanc", role="aut"),
@@ -25,6 +25,6 @@ Description: Various R programming tools for data manipulation, including
2525
vectors, operations on data frames, value of last evaluated expression, and a
2626
resample() wrapper for sample() that ensures consistent behavior for both
2727
scalar and vector arguments.
28-
License: GPL-2
28+
License: GPL-3
2929
URL: https://github.com/r-gregmisc/gdata
3030
BugReports: https://github.com/r-gregmisc/gdata/issues

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Changes in 3.0.1 (2024-10-22)
2+
-----------------------------
3+
4+
Other changes:
5+
6+
- Changed ll() so it checks that all elements of a list-like object are uniquely
7+
named.
8+
9+
10+
11+
112
Changes in 3.0.0 (2023-10-09)
213
-----------------------------
314

0 commit comments

Comments
 (0)