-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6eaf956
commit ce253e9
Showing
6 changed files
with
87 additions
and
836 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 |
---|---|---|
@@ -1,45 +1,43 @@ | ||
# What is New in *bulkreadr*? | ||
|
||
## bulkreadr 1.1.0 (2023-11-13) | ||
# bulkreadr 1.1.0 (2023-11-13) | ||
|
||
This update includes the following new features: | ||
|
||
- `generate_dictionary()`: This function is designed to automatically create a comprehensive data dictionary from labelled datasets. The generated dictionary provides detailed insights into each variable, aiding in better data understanding and management. | ||
* `generate_dictionary()`: This function is designed to automatically create a comprehensive data dictionary from labelled datasets. The generated dictionary provides detailed insights into each variable, aiding in better data understanding and management. | ||
|
||
- `look_for()`: This enhances the capability to efficiently search within labelled datasets. It allows users to quickly find variable names and their descriptions by searching for specific keywords. This feature streamlines data exploration and analysis, particularly in large datasets with extensive variables. | ||
* `look_for()`: This enhances the capability to efficiently search within labelled datasets. It allows users to quickly find variable names and their descriptions by searching for specific keywords. This feature streamlines data exploration and analysis, particularly in large datasets with extensive variables. | ||
|
||
These enhancements aim to improve the user experience in data management and exploration within `bulkreadr`. We hope these new features will assist our users in more effectively navigating and understanding their labelled datasets. | ||
|
||
## bulkreadr 1.0.0 (2023-09-20) | ||
# bulkreadr 1.0.0 (2023-09-20) | ||
|
||
This update includes the following new features and improvements: | ||
|
||
- Developed `read_stata_data()` to import Stata data file (`.dta`) into an R data frame, converting labeled variables into factors. | ||
* Developed `read_stata_data()` to import Stata data file (`.dta`) into an R data frame, converting labeled variables into factors. | ||
|
||
- Reduced dependency packages to optimize efficiency. | ||
* Reduced dependency packages to optimize efficiency. | ||
|
||
|
||
## 0.2.0 (2023-09-11) | ||
# 0.2.0 (2023-09-11) | ||
|
||
This update includes the following new features and improvements: | ||
|
||
- Developed bulkreadr vignette | ||
* Developed bulkreadr vignette | ||
|
||
- Developed `read_spss_data()` to seamlessly import data from an SPSS data (`.sav` or `.zsav`) files and converting labelled variables into factors, a crucial step that enhances the ease of data manipulation and analysis within the R programming environment. | ||
* Developed `read_spss_data()` to seamlessly import data from an SPSS data (`.sav` or `.zsav`) files and converting labelled variables into factors, a crucial step that enhances the ease of data manipulation and analysis within the R programming environment. | ||
|
||
- Added more unit tests | ||
* Added more unit tests | ||
|
||
## 0.1.0 (2023-07-24) | ||
# 0.1.0 (2023-07-24) | ||
|
||
This update includes the following new features and improvements: | ||
|
||
- Improved error handling by adding meaningful error messages for all functions within `bulkreadr` package. This will make it easier for users to identify and troubleshoot issues that may arise during their use of the package. | ||
* Improved error handling by adding meaningful error messages for all functions within `bulkreadr` package. This will make it easier for users to identify and troubleshoot issues that may arise during their use of the package. | ||
|
||
- Added package-level documentation. The user can now use `?bulkreadr::bulkreadr` for basic package-level documentation. | ||
* Added package-level documentation. The user can now use `?bulkreadr::bulkreadr` for basic package-level documentation. | ||
|
||
- Added `inspect_na()` to summarize missingness in data frame columns and `fill_missing_values()` to impute missing values in a dataframe. | ||
* Added `inspect_na()` to summarize missingness in data frame columns and `fill_missing_values()` to impute missing values in a dataframe. | ||
|
||
## 0.0.0.9 (2023-07-03) | ||
# 0.0.0.9 (2023-07-03) | ||
|
||
The development version of bulkreadr is now on Githhub. | ||
|
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
Oops, something went wrong.