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.
2 parents a4a4627 + 217fbf7 commit 6294a50Copy full SHA for 6294a50
vignettes/Rcpp-modules.Rnw
@@ -1019,7 +1019,7 @@ There are some things \textsl{Rcpp modules} is not good at:
1019
implemented via an external pointer using a memory location, which is
1020
non-constant and varies between session. Objects have to be re-created,
1021
which is different from the (de-)serialization that R offers. So these
1022
- objects cannot be save from session to session.
+ objects cannot be saved from session to session.
1023
\item mulitple inheritance: currently, only simple class structures are
1024
representable via \textsl{Rcpp modules}.
1025
\end{itemize}
0 commit comments