Releases: stefanocoretta/rticulate
Releases · stefanocoretta/rticulate
v1.7.3
rticulate v1.7.2
rticulate v1.7.2
Added
- 📝 - @return filled in the documentation of functions.
Changed
- 📝 - Use
\donttest
instead of\dontrun
.
rticulate v1.7.0
Added
-
rticulate logo!
-
Use GitHub Actions for R CMD check.
Changed
-
use
tidy::pivot_longer()
andtidy::pivot_wider()
inread_aaa_data()
-
add
.index
column toread_aaa_data()
output to group contours if needed. -
changed index name of
polar-gams.Rmd
vignette. -
Now uses
README.Rmd
.
Removed
- Remove Travis CI (use GitHub Actions).
v1.6.0
Changed
- 📝 expand documentation of
transform_coordinates()
andget_origin()
- 👍 better handling of fit errors in
get_origin()
Deprecated
⚠️ geom_polar_ci()
, see vignette "polar-gam" for a working alternative
v1.5.0
Added
- examples for
predict_polar_gam()
and plotting
Changed
- extend
polar-gam.Rmd
Deprecated
⚠️ time_series
is now deprecated and replaced withseries
.time_series
will be removed in future releases.
v1.4.0
Added
- examples in docs
- section in
polar-gams.Rmd
about multiple predictors - function
predict_polar_gam()
- geom
geom_polar_ci()
v1.3.5
Changed
- README now uses new
install_github
argument for building vignettes
v1.3.4
Added
- support for NULL comparison argument in
plot_polar_smooths()
Fixed
- error after
rlang
update
v1.3.3
Added
split
argument for splitting factor interactions into separate factors
v1.3.2
Added
- argument in
read_aaa()
for choosing format (wide or long)
Changed
- removed
tidymv
version from README
Fixed
- polar GAMs vignette title
- error in Polar GAMs vignette
- error when using
AR.start