Releases: rjdverse/rjd3revisions
Releases · rjdverse/rjd3revisions
v1.4.0
rjd3revisions
1.4.0
Installation
Source version
From GitHub
To install this release automatically, you can use the code from the README:
# install.packages("remotes")
remotes::install_github("rjdverse/rjd3revisions@v1.4.0")
From R-Universe
install.packages("rjd3revisions", repos = c("https://rjdverse.r-universe.dev", "https://cloud.r-project.org"))
From file
- Download the file rjd3revisions_1.4.0.tar.gz
- Install with the command line:
install.packages("rjd3revisions_1.4.0.tar.gz", repos = NULL, type = "source")
Updates
Added
- user-defined thresholds for tests assessment
- possibility to add plot of revisions in report
- New
View()
,summary()
andprint()
method to visualize the revision analysis
Changed
- pivot from {formattable} dependency to {flextable} to build the tables
simulate_long()
is now an exported function to construct datasets example
Fixed
- solve a display glitch in diagonal view of functions print.rjd3rev_vintages() and print.rjd3rev_revisions()
v1.3.2
rjd3revisions
1.3.2
Installation
Source version
From GitHub
To install this release automatically, you can use the code from the README:
# install.packages("remotes")
remotes::install_github("rjdverse/rjd3revisions@v1.3.2")
From R-Universe
install.packages("rjd3revisions", repos = c("https://rjdverse.r-universe.dev", "https://cloud.r-project.org"))
From file
- Download the file rjd3revisions_1.3.2.tar.gz
- Install with the command line:
install.packages("rjd3revisions_1.3.2.tar.gz", repos = NULL, type = "source")
Binary versions
- Download the binary version of the package related to your R version (so the file rjd3revisions_1.3.2_R_X.X.X.zip with X.X.X your version of R):
# For example with R 4.2.3
temp_path <- file.path(tempdir(), "rjd3revisions_1.3.2.zip")
download.file(
url = "https://github.com/rjdverse/rjd3revisions/releases/download/v1.3.2/rjd3revisions_1.3.2_R_4.2.3.zip",
destfile = temp_path
)
install.packages(temp_path, repos = NULL, type = "binary")
Updates
Added
- new functions to visualise the vintages with method
View()
andplot()
Changed
- add linting in the code
- declare all the dependencies outside of base
- remove wrong JARS
Fixed
- resolved issues #32 with removing useless code
v1.3.1
v1.3.0
v1.2.1
v1.2.0
rjd3revisions
1.2.0
Added
- new input accepted (vertical, horizontal)
- new functions to check the input format (
check_XXX()
) - new functions to convert an input format into another (
from_XXX_to_XXX()
) - generate report in pdf format
- new function to simulate long format input data
Changed
- function to create vintage accept different format input (vertical, horizontal and long)
Full Changelog: v1.1.0...v1.2.0
v1.1.0: Merge pull request #4 from clemasso/main
vignette + bug fix
Initial release
Release based on JD+_main : v3.0.2