We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684fa32 commit a535b58Copy full SHA for a535b58
ChangeLog
@@ -1,5 +1,6 @@
1
2016-04-11 Ben Goodrich <goodrich.ben@gmail.com>
2
- * R/Module.R: Avoid calling as.character() on a C++Object to prevent race
+
3
+ * R/Module.R: Avoid calling as.character() on C++Object to prevent race
4
5
2016-04-02 Dirk Eddelbuettel <edd@debian.org>
6
inst/NEWS.Rd
@@ -24,6 +24,8 @@
24
garbage collector. (\ghpr{454})
25
\item New function \code{is\_destructed} to check if an object has been
26
destructed (presumably by \code{destruct}) (Romain in \ghpr{454})
27
+ \item An apparent race condition in Module loading seen with R 3.3.0 was
28
+ fixed (Ben Goodrich in \ghpr{461} fixing \ghit{458}).
29
}
30
31
0 commit comments