Skip to content

Commit def7de9

Browse files
committed
fixes #19
1 parent f853568 commit def7de9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Updated to Julia v0.6 (older versions not supported), DataFrames.jl v0.10, Nulls
44

55
##### Changes
66
* R logical vectors converted to `Vector{Bool}` (instead of `Vector{Int32}`)
7-
* R factors converted into `CategoricalVector` (instead of `PooledDataArray`)
8-
* switched from DataVector to Vector{Union{T,Null}} for NAs
7+
* R factors converted into `CategoricalVector` (instead of `PooledDataArray`) ([#19])
8+
* switched from DataVector to Vector{Union{T,Null}} for NAs ([#19])
99
* dropped compatibility with Julia versions prior v0.6
1010

1111
## RData v0.0.4 Release Notes
@@ -25,5 +25,6 @@ Initial release based on `DataFrames.read_rda()` ([JuliaStats/DataFrames.jl#1031
2525
[#9]: https://github.com/JuliaStats/RData.jl/issues/9
2626
[#10]: https://github.com/JuliaStats/RData.jl/issues/10
2727
[#15]: https://github.com/JuliaStats/RData.jl/issues/15
28+
[#19]: https://github.com/JuliaStats/RData.jl/issues/19
2829

2930
[JuliaStats/DataFrames.jl#1031]: https://github.com/JuliaStats/DataFrames.jl/pull/1031

0 commit comments

Comments
 (0)