Skip to content

Commit

Permalink
Finally mention use().
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87596 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
hornik committed Jan 19, 2025
1 parent d32a418 commit 0fc1cf5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,12 @@
Both methods return or keep internal type \code{"integer"} more
consistently now. Also, \code{as.POSIXct({})} is internally integer.
\code{duplicated()}, \code{unique()}, and \code{anyDuplicated()}
\item \code{duplicated()}, \code{unique()}, and \code{anyDuplicated()}
now also work for class \code{expression} vectors.
\item New function \code{use()} to use packages in R scripts with
full control over what gets added to the search path. (Actually
already available since \R 4.4.0.)
}
}
Expand Down

0 comments on commit 0fc1cf5

Please sign in to comment.